Skip to content

ghiki/mifare_proxmark3_sniff2key

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

calculate the mifare key using pm3 snoop tracing.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.4%
  • Python 10.0%
  • Makefile 0.6%