-
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, …
-
Hi all,
I've been playing around with NFC cards for a bit and managed to get the keys for a specific card of mine using miLazyCracker: https://github.com/nfc-tools/miLazyCracker/
However, after …
-
Hello! I successfully compiled libnfc_crypto1_crack.exe, but when I try to use it, it writes "No NFC device connection". What should be done? Drivers stand, reader ACR122U
-
Unfortunately the app is unsupported on 0.74.
It says API too old...
-
### Description of the feature you're suggesting.
It would be great a new option to sniff the communication between reader and external tags to then show anti-col and authentication encrypted but r…
-
I am interested in getting the information off of the mifare cards that We use here in Bogota, Colombia. Right now there are a lot of news about this right now because the municipality in the process …
-
Hello,
I used the following command to perform a dump of my Mifare Classic 1K card:
` mfoc -O my_dump.mdf`
Then I used the following command to write the dump into a blank card:
` nfc-…
-
Hi,
This issue is still here ...After adding more printf to debug code I saw that ACR122U fails transceive bits with always the same error NFC_ERFTRANS -20 (RF Transmission Error)
res = nfc_initi…
-
The available documentation for mfoc details how to build it on *nix-based systems, but not Windows. Even if this project is not intended for Windows, I believe the project could still benefit from pr…
-
Need some help debugging
I'm sure it's valid Mifare 1k Emulation card, and I'm able to use libnfc_crypto1_crack to retrieve some keys. But since mfoc does not work, miLazyCracker will not work eit…