Skip to content

Instantly share code, notes, and snippets.

@joellobo
Last active January 31, 2018 12:25
Show Gist options
  • Save joellobo/420a295ef48576dfe5af1b9f0c0a3800 to your computer and use it in GitHub Desktop.
Save joellobo/420a295ef48576dfe5af1b9f0c0a3800 to your computer and use it in GitHub Desktop.
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