How to install Crunch Wordlist on 12.10 32-bit?
I used
tar -zxvf crunch-3.4.tgz
cd crunch-3.4
sudo make
sudo makeinstall
A directory /pentest/passwords/crunch was created but I cannot seem to know how to run Crunch.
How to install Crunch Wordlist on 12.10 32-bit?
I used
tar -zxvf crunch-3.4.tgz
cd crunch-3.4
sudo make
sudo makeinstall
A directory /pentest/passwords/crunch was created but I cannot seem to know how to run Crunch.
Nevermind, Problem solved
I just need to go to the directory and then use ./crunch
cd /pentest/passwords/crunch
./crunch
$ make install
– mrded Aug 06 '15 at 11:59