From b31ac502244e6a0e30d3766820c4f5bee232b05d Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Sat, 14 Mar 2015 20:51:58 +0100 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e345fd1 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +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 +```