Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 707 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 707 Bytes

Calculate the card key using UID TAG CHALLENGE READER CHALLENGE READERRESPONSE TAG RESPONSE from sniff tracing. All sources are copied from repos below.

Source files are from:

build:

make

Tips:

1. generate trace file:

proxmark3> hf list 14a -s /tmp/trace.trc

2. Analyze trace file automaticly:

python mifarecrack.py /tmp/trace.trc This command will try to find all complete auth, and calculate keys.

Refs: