0

我正在玩一个 Mifare MINI 0.3K 标签和一个通过 UART 连接到 Ubuntu 的 FTDI 电缆的 PN532 模块。

我成功地让 PN532 与 libnfc 和 mfoc/mfcuk 一起工作。

但我对这个 Mifare MINI 0.3K 标签有疑问:

Found Mifare Classic Mini tag
ISO/IEC 14443A (106 kbps) target:
    ATQA (SENS_RES): 00  04  
* UID size: single
* bit frame anticollision supported
       UID (NFCID1): ee  6a  7e  50  
      SAK (SEL_RES): 09  
* Not compliant with ISO/IEC 14443-4
* Not compliant with ISO/IEC 18092

Fingerprinting based on MIFARE type Identification Procedure:
* MIFARE Mini 0.3K
* SmartMX with MIFARE 1K emulation

使用 mfoc(知道卡至少有一个已知的默认密钥):

Try to authenticate to all sectors with default keys...
Symbols: '.' no key found, '/' A key found, '\' B key found, 'x' both keys found
[Key: ffffffffffff] -> [.....]
[Key: a0a1a2a3a4a5] -> [/////]
[Key: d3f7d3f7d3f7] -> [/////]
[Key: 000000000000] -> [/////]
[Key: b0b1b2b3b4b5] -> [x////]
[Key: 4d3a99c351dd] -> [x////]
[Key: 1a982c7e459a] -> [x////]
[Key: aabbccddeeff] -> [x////]
[Key: 714c5c886e97] -> [x////]
[Key: 587ee5f9350f] -> [x////]
[Key: a0478cc39091] -> [x////]
[Key: 533cb6c723f6] -> [x////]
[Key: 8fd0a4f256e9] -> [x////]

Sector 00 - Found   Key A: a0a1a2a3a4a5 Found   Key B: b0b1b2b3b4b5
Sector 01 - Found   Key A: a0a1a2a3a4a5 Unknown Key B
Sector 02 - Found   Key A: a0a1a2a3a4a5 Unknown Key B
Sector 03 - Found   Key A: a0a1a2a3a4a5 Unknown Key B
Sector 04 - Found   Key A: a0a1a2a3a4a5 Unknown Key B  

Using sector 00 as an exploit sector
Card is not vulnerable to nested attack

使用mfcuk -C -R -1:z -v 3

mfcuk - 0.3.8
Mifare Classic DarkSide Key Recovery Tool - 0.3
by Andrei Costin, zveriu@gmail.com, http://andreicostin.com

INFO: Connected to NFC reader: pn532_uart:/dev/ttyUSB0

VERIFY: 
    Key A sectors: 0

我想知道我可以如何进行。

4

0 回答 0