pm3_mock.sh output special ID on SIGUSR1

for testing the hotspot
This commit is contained in:
Djeeberjr 2025-05-13 12:01:52 +02:00
parent 9ca3d8384f
commit 31f65261df

View File

@ -4,6 +4,12 @@ generate_random_hex() {
openssl rand -hex 4 | tr '[:lower:]' '[:upper:]'
}
output_hotspot_id() {
echo "[+] UID.... C1532B57"
}
trap 'output_hotspot_id' SIGUSR1
echo "Proxmark 3 mock script"
echo "Outputs a random ID every 1 to 5 seconds"