Ubuntu – How to install MFOC

software installation

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?

Best Answer

The project is now hosted on Github :

git clone https://github.com/nfc-tools/mfoc.git
cd mfoc
autoreconf -vis
./configure
sudo make
sudo make install
Related Question