Last active
January 31, 2018 12:25
-
-
Save joellobo/420a295ef48576dfe5af1b9f0c0a3800 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pwgen -c -n -s -y 16 1 | |
sudo apt-get install gpw | |
sudo apt-get install pwgen | |
Step 1 : | |
sudo apt-get install build-essential | |
sudo -sH | |
cd /opt | |
git clone git://git.code.sf.net/p/crunch-wordlist/code crunch | |
cd /opt/crunch | |
make | |
make install | |
rm -R /pentest | |
Step 2 : | |
To run it. | |
sudo -sH | |
cd /opt/crunch | |
./crunch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment