Live monitoring of Android NFCSNOOP
packets via USB or wireless debugging.
Captures low-level NFC controller interface (NCI) data. Root not required.
Make sure to enable unfiltered NFC logging in developer options.
Thanks to @rileyg98 and @snake-4 for making this possible!
This project is free and open-source software.
-
Download and install the APK file:
adb install nfc-snoop-dogg.apk
-
Enable NFC NCI unfiltered log:
-
Execute the following command to start capturing live NFC packets:
adb shell "content read --uri content://nfcsnoop | sh"