-
Notifications
You must be signed in to change notification settings - Fork 911
Mifare HowTo
Qais Patankar edited this page Jan 7, 2018
·
5 revisions
-
hf mf rdbl 0 a ffffffffffff
-
0
: block number -
a
: key type -
ffffffffffff
: key
-
-
hf mf rdsc 0 a ffffffffffff
-
0
: sector number -
a
: key type -
ffffffffffff
: key
-
- 'hf mf wrbl 0 a ffffffffffff 000102030405060708090a0b0c0d0e0f', where 0 - block number, a - key type, ffffffffffff - key,
000102030405060708090a0b0c0d0e0f - block data.
- 'hf mf mifare'
if it doesn't found a key: 'hf mf mifare XXXXXXXX' , where XXXXXXXX - Nt from previous run
'hf mf nested 1 0 a FFFFFFFFFFFF', where 1 - card type MIFARE CLASSIC 1k, FFFFFFFFFFFF - key that found at previous step.
- 'hf mf mifare'
- if it doesn't found a key: 'hf mf mifare XXXXXXXX' , where XXXXXXXX - Nt from previous run
- 'hf mf nested 1 0 a FFFFFFFFFFFF t', where 1 - card type MIFARE CLASSIC 1k, FFFFFFFFFFFF - key that found at previous step.
- 'hf mf efill a FFFFFFFFFFFF'
- 'hf mf esave filename'
- 'hf mf mifare'
- if it doesn't found a key: 'hf mf mifare XXXXXXXX' , where XXXXXXXX - Nt from previous run
- 'hf mf nested 1 0 a FFFFFFFFFFFF t', where 1 - card type MIFARE CLASSIC 1k, FFFFFFFFFFFF - key that found at previous step.
- 'hf mf efill a FFFFFFFFFFFF'
- 'hf mf sim'
- 'hf mf eclr'
- 'hf mf sim'
- 'hf mf eload filename', where filename - dump's file name (.eml)
- 'hf mf sim'
- 'hf mf eget 00', where 00 - block number from 0 to 0x63. Each block contains 16 bytes of memory.
- 'hf mf eset 01 000102030405060708090a0b0c0d0e0f',
where: - 00 - block number from 0 to 0x63. Each block contains 16 bytes of memory.
- 000102030405060708090a0b0c0d0e0f - block data.
Struggling with this manual? Do you miss some explanation or found something wrong or ambigious? Then please post in the Manual Feedback section of the forum. Any feedback is appreciated.