Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reader-answer transfer error spam #28

Open
lesterCrest6 opened this issue Jul 27, 2021 · 1 comment
Open

Reader-answer transfer error spam #28

lesterCrest6 opened this issue Jul 27, 2021 · 1 comment

Comments

@lesterCrest6
Copy link

Hi all,
I have tried to perform a harnested attack on a Mifare Plus 2k Card. As soon as the attack begins I am spammed by the following message: Reader-answer transfer error, exiting..

I am using a SCL3771 USB NFC reader on Kali Linux. Any suggestions?

Thanks!

@tsabicheck
Copy link

tsabicheck commented Jan 6, 2022

I got the same for a 4K card (reported by mfoc).

  • MIFARE Classic 4K
  • MIFARE Plus (7 Byte UID) 4K, Security level 1

The interesting thing is if I try with a sector which has a known KeyA, it can collect nonces and find KeyB. However if I try with a block where none of the keys are known, I get the error.

Sector 0 (known KeyA)

$ libnfc_crypto1_crack a0a1a2a3a4a5 0 A 0 B
Found tag with uid 8axxxx80, collecting nonces for key B of block 0 (sector 0) using known key A a0a1a2a3a4a5 for block 0 (sector 0)
Collected 83 nonces... ^C

But for Sector 1 (none of the keys are known)

$ libnfc_crypto1_crack a0a1a2a3a4a5 0 A 4 A
Reader-answer transfer error, exiting.. Some other error occurred.
Found tag with uid 8axxxx80, collecting nonces for key A of block 4 (sector 1) using known key A a0a1a2a3a4a5 for block 0 (sector 0)
Reader-answer transfer error, exiting.. Reader-answer transfer error, exiting.. Reader-answer transfer error, exiting.. Reader-answer transfer error, exiting.. Reader-answer transfer error, exiting.. Reader-answer transfer error, exiting.. ^C

Do those sectors have an improved security? Or anything to do differently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants