https://github.com/salmg/nfcopy85
NFCopy85 is a 10 dollars device to make replay attacks against NFC payment systems.
https://github.com/salmg/nfcopy85
Last synced: about 1 month ago
JSON representation
NFCopy85 is a 10 dollars device to make replay attacks against NFC payment systems.
- Host: GitHub
- URL: https://github.com/salmg/nfcopy85
- Owner: salmg
- Created: 2019-06-19T12:37:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T02:53:52.000Z (almost 6 years ago)
- Last Synced: 2023-03-06T21:00:03.066Z (over 2 years ago)
- Language: C++
- Size: 9.77 KB
- Stars: 33
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFCopy85
NFCopy85 is a 10 dollars device to make replay attacks against NFC payment systems.By default, the Adafruit PN532 library(https://github.com/adafruit/Adafruit-PN532) is too big for the ATtiny85 and some functions had to be edited for a better communication between the ATtiny85 and PN532 board. To establish the communication, I decided to use SPI. So I deleted all the parts in the library that were not needed for the SPI communication.
More details about this project: https://salmg.net/2019/06/16/nfcopy85/