GSWXXN / NFCToolsGUI

A cross-platform program that interacts with PN532, supports Windows, Linux, and macOS.
GNU Affero General Public License v3.0
74 stars 9 forks source link

无法使用HardNested #3

Open KarlLee830 opened 1 year ago

KarlLee830 commented 1 year ago

需解密卡信息:

### 开始执行检测卡片l类型
Found Mifare Classic 1k tag
ISO/IEC 14443A (106 kbps) target:
    ATQA (SENS_RES): 00  04  
* UID size: single
* bit frame anticollision supported
       UID (NFCID1): 4e  e2  16  0b  
      SAK (SEL_RES): 08  
* Not compliant with ISO/IEC 14443-4
* Not compliant with ISO/IEC 18092

Fingerprinting based on MIFARE type Identification Procedure:
* MIFARE Classic 1K
* MIFARE Plus (4 Byte UID or 4 Byte RID) 2K, Security level 1
* SmartMX with MIFARE 1K emulation
Other possible matches based on ATQA & SAK values:

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] -> [xxxxxxxxxx......]
[Key: a0a1a2a3a4a5] -> [xxxxxxxxxx......]
[Key: d3f7d3f7d3f7] -> [xxxxxxxxxx......]
[Key: 000000000000] -> [xxxxxxxxxx......]
[Key: b0b1b2b3b4b5] -> [xxxxxxxxxx......]
[Key: 4d3a99c351dd] -> [xxxxxxxxxx......]
[Key: 1a982c7e459a] -> [xxxxxxxxxx......]
[Key: aabbccddeeff] -> [xxxxxxxxxx......]
[Key: 714c5c886e97] -> [xxxxxxxxxx......]
[Key: 587ee5f9350f] -> [xxxxxxxxxx......]
[Key: a0478cc39091] -> [xxxxxxxxxx......]
[Key: 533cb6c723f6] -> [xxxxxxxxxx......]
[Key: 8fd0a4f256e9] -> [xxxxxxxxxx......]

Sector 00 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 01 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 02 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 03 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 04 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 05 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 06 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 07 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 08 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 09 - Found   Key A: ffffffffffff Found   Key B: ffffffffffff
Sector 10 - Unknown Key A               Unknown Key B
Sector 11 - Unknown Key A               Unknown Key B
Sector 12 - Unknown Key A               Unknown Key B
Sector 13 - Unknown Key A               Unknown Key B
Sector 14 - Unknown Key A               Unknown Key B
Sector 15 - Unknown Key A               Unknown Key B

There are some encrypted blocks

HardNested 使用参数: image

报错信息:

### 开始收集 Nonces

exit code: 3221225595
### 运行出错 ###

使用只采集不计算功能时报错信息:

image

sesame-foxes commented 8 months ago

同样的问题

NFC-funs commented 6 months ago

大佬,我目前在用MCU模拟PN532,HardNested使用MifareOne Tool能正常使用。 用这里的release版本,出现的现象和楼主一样。

大佬有计划修正吗?