17 lines
640 B
Markdown
17 lines
640 B
Markdown
MFOC is an open source implementation of "offline nested" attack by Nethemba.
|
|
|
|
This program allow to recover authentication keys from MIFARE Classic card.
|
|
|
|
Please note MFOC is able to recover keys from target only if it have a known key: default one (hardcoded in MFOC) or custom one (user provided using command line).
|
|
|
|
# Usage #
|
|
Put one MIFARE Classic tag that you want keys recovering;
|
|
Lauching mfoc, you will need to pass options, see
|
|
```
|
|
mfoc -h
|
|
```
|
|
# Docker #
|
|
if you are haveing trouble getting mfoc to run on your machine
|
|
you can use this prebuild docker container
|
|
[RFID-forensics](https://hub.docker.com/r/note89/rfid-forensics/)
|