Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nfc-tools/miLazyCracker

Mifare Classic Plus - Hardnested Attack Implementation for SCL3711 LibNFC USB reader
https://github.com/nfc-tools/miLazyCracker

Last synced: about 2 months ago
JSON representation

Mifare Classic Plus - Hardnested Attack Implementation for SCL3711 LibNFC USB reader

Awesome Lists containing this project

README

        

# miLazyCracker
Mifare Classic Plus - Hardnested Attack Implementation for LibNFC USB readers (SCL3711, ASK LoGO, etc)

Installation:

```bash
./miLazyCrackerFreshInstall.sh
```

Usage example: place a tag and enjoy
```bash
mkdir mydumps
cd mydumps
miLazyCracker
```

Possible issue:
```bash
error libnfc.driver.pn53x_usb Unable to set USB configuration (Device or resource busy)
```
Fix:
```bash
sudo modprobe -r pn533_usb
```

This tool is comprised of work from:
- Aram Verstegen (https://github.com/aczid/crypto1_bs)

- Carlo Meijer and Roel Verdult: (https://www.cs.ru.nl/~rverdult/Ciphertext-only_Cryptanalysis_on_Hardened_Mifare_Classic_Cards-CCS_2015.pdf)

- Iceman Proxmark Branch: https://github.com/iceman1001/proxmark

- Piwi Proxmark Branch - https://github.com/pwpiwi/proxmark3/tree/hard_nested

- Blapost Solver

- MFOC - https://github.com/nfc-tools/mfoc

- MFCUK - https://github.com/nfc-tools/mfcuk