Skip to content

VivoKey/nfc-snoop-dogg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFC-SNOOP-DOGG

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.

Usage Instructions

  1. Download and install the APK file:

    adb install nfc-snoop-dogg.apk
  2. Enable NFC NCI unfiltered log:

  3. Execute the following command to start capturing live NFC packets:

    adb shell "content read --uri content://nfcsnoop | sh"