RFID/NFC Cloning Mifare Classic Smart Cards

Keld Norman
Keld Norman
203.3 هزار بار بازدید - 6 سال پیش - The bash script i wrote
The bash script i wrote can be found here:

https://www.lostserver.com/static/nfc...

The NFC Card reader/writer used for this POC is called ACR122U-A9
The Linux type I am using is a Debian 9 with a newer kernel version 4.18.3

I got the reader to work at this kernel level: Linux Lab 4.9.0-6-amd64
The mfoc utility can be found here: https://github.com/nfc-tools/mfoc.git

The RFID i clone the card to was bought on ebay found by the search string:
"10PCS UID Changeable Sector 0 Block 0 Writable RFID Proximity Card" (the white cards)
and
 "5PCS UID Tags Changeable Keyfob Compatible MCT Block 0 Direct Writable by Phone" (the blue round tags)

UPDATE 2019: A little help to installing

sudo apt-get install pcscd pcsc-tools autoconf2.64 autoconf libnfc-dev

Test the reader:
pcsc_scan

Optional :   libacsccid1
sudo service pcscd restart

Install mfoc
git clone https://github.com/nfc-tools/mfoc
autoreconf -is
./configure
make && sudo make install
6 سال پیش در تاریخ 1397/06/22 منتشر شده است.
203,381 بـار بازدید شده
... بیشتر