CUDA Multiforce is a program that allows to crack MD4 hashes, MD5 and NTLM using Nvidia’s CUDA technology. The use your graphics card (GPU) instead of the microprocessor (CPU) thus greatly accelerate the speed of calculation.
Install CUDA and CUDA Multiforce Linux
Initially, it will download for linux CUDA from Nvidia’s official page. Attention all graphics cards do not support this technology. It will take a card at least equal to or greater than the range of GeForce 8.
To start the installation, you can use the following commands as root:
chmod +x cudatoolkit*
./cudatoolkit*
Then grab the latest version of Multiforce CUDA and run the following commands:
tar jxvf CUDA-Multiforcer-Linux-*.tar.bz2
cd CUDA-Multiforcer-Linux
Crack MD4 hashes, MD5 and NTLM with CUDA Multiforce
Here is an example of using CUDA Multiforce. Here, we take the MD5 hash of the word “pass12”
echo “0bd0fe6372c64e09c4ae81e056a9dbda” > hash
echo “abcdefghijklmnopqrstuvwxyz0123456789” > charset./CUDA-Multiforcer -h MD5 -f hash -c charset –min 5 –max 7
Be careful, the of using the GPU for calculations, is slowing a little display of the X server ..