aczid / crypto1_bs

Bitsliced Crypto-1 brute-forcer
200 stars 78 forks source link

No NFC device Connection #33

Open LiamLau1 opened 6 years ago

LiamLau1 commented 6 years ago

I'm using an ACR122U device on my raspberry pi, and when I run nfc-list, it recognises the nfc reader fine. However when I run libnfc_crypto1_crack, it gives me an error of libnfc.driver.pn532_uart, pn54x_check_communication error. I've freed the uart on my raspi-config, so I wasn't sure what it could be..

Thanks in advance

aczid commented 6 years ago

Are you sure the nfc device is installed correctly? Do other libnfc tools work?

LiamLau1 commented 6 years ago

Yep sorry, nfc-list works. Mfoc also works.

LiamLau1 commented 6 years ago
screen shot 2018-08-09 at 12 36 19

Not sure if this gives any ideas, sorry I'm quite a novice at this. Thanks

LiamLau1 commented 6 years ago

I wanted to add, I'm not using uart at all. I'm using a usb nfc reader

aczid commented 6 years ago

It looks like you're using a wrapper script that combines mfoc and my code. Can you try to run it standalone?

sashaaldrick commented 2 years ago

I have replicated this issue myself- and running libnfc_crypto1_crack standalone with the same arguments produces the same issue as in the above screen shots. Any possible fixes?