I want to install MFOC (MiFare classic Offline Cracker). I have found this site that references me to the git hub project and cloned it. But I have no idea how to install/run this. Could you help me?
3 Answers
The project is now hosted on Github :
git clone cd mfoc autoreconf -vis ./configure sudo make sudo make install cd into your cloned repo directory.
Then run,
./configure and fix dependencies issues if any. Then run,
make make install 1From a .pdf on the developers web site, here is how to install MFOC on Ubuntu.
First we need to add some dependacies
sudo apt-get install checkinstall build-essentials Now get and install this version
wget tar -xzvf mfoc-0.10.2.tar.gz cd mfoc-0.10.2 autoreconf -vis ./configure sudo make You can use it from here ./mfoc -O card_dump, or use checkinstall to package it and install it to the system
sudo checkinstall mfoc -O card_dump