forked from azet/readnfccc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (16 loc) · 855 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
readnfccc
---------
The original author is Renaud Lifchitz (https://code.google.com/p/readnfccc/).
This fork is to enable compatibility with last libnfc version, and to add some features.
========
* Introduction:
"Quick and dirty" proof-of-concept
Open source tool developped and showed for Hackito Ergo Sum 2012 - "Hacking the NFC credit cards for fun and debit ;)"
Reads NFC credit card personal data (gender, first name, last name, PAN, expiration date, transaction history...)
* Requirements:
libnfc (>= 1.6.0-rc1) and a suitable NFC reader (http://www.libnfc.org/documentation/hardware/compatibility)
* Compilation:
$ make
* Known bugs and limitations:
- Supports only Visa & MasterCard "CB" credit cards (AID = A0 00 00 00 42 10 10)
* License: distributed under GPL version 3 (http://www.gnu.org/licenses/gpl.html)