Project that utilizes NFC to gather data from credit cards.
The project requires nfc reader (duh).
libnfc (https://github.com/nfc-tools/libnfc)
The application was tested only in wsl ubuntu 20.04.
Cloning the project and installing dependancies.
Build the application using
make
Then run (assuming wsl)
bash ./runscript.sh
which automatically opens the results in browser.
If not using wsl, run
sudo ./creditScam fast
The raw data is saved to 'output.txt'. Open 'result.html' (with javascript) to get a look at all the juicy data.
The project used nfc-frog as its basis. Check them out https://github.com/cuamckuu/nfc-frog