doc/standalone/hf_14asniff.md
Author: Micolous Frequency: HF (13.56 MHz) Hardware: RDV4 (flash and battery recommended)
Back to Standalone Modes Index | Source Code | Development Guide
Passively sniffs ISO14443A (NFC Type A) communication between a reader and a card, storing captured frames to the RDV4's onboard flash memory (or RAM on generic hardware).
Many HF access control and payment systems use ISO14443A. By placing the Proxmark3 between a legitimate reader and card, you can capture the full communication — revealing authentication exchanges, data reads/writes, and protocol behavior. This is essential for:
hf 14a list| LED | Meaning |
|---|---|
| 1 (A) | Sniffing active |
| 2 (B) | Tag command detected (off when reader finishes) |
| 3 (C) | Reader command detected (off when tag finishes) |
| 4 (D) | Flash unmounting / sync |
| Action | Effect |
|---|---|
| Short press | Stop sniffing, save trace to flash, exit |
| USB command | Exit standalone mode |
stateDiagram-v2
[*] --> Sniffing : Startup\nFPGA HF mode
Sniffing --> Sniffing : Capture frames\nLEDs show activity
Sniffing --> SaveToFlash : Button press
SaveToFlash --> [*] : Trace saved\nLED_D during unmount
After sniffing, connect via client and retrieve the trace:
mem spiffs dump -s hf_14asniff.trace -d hf_14asniff.trace
trace load -f hf_14asniff.trace
hf 14a list
make clean
make STANDALONE=HF_14ASNIFF -j
./pm3-flash-fullimage