From charlesreid1

Revision as of 02:20, 24 March 2016 by Admin (talk | contribs) (Created page with "Wordlists included with Kali are in /usr/share/wordlists. For example, here's how to use the rockyou password list: <pre> $ cd /usr/share/wordlists $ gunzip rockyou.txt.gz $...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Wordlists included with Kali are in /usr/share/wordlists.

For example, here's how to use the rockyou password list:

$ cd /usr/share/wordlists
$ gunzip rockyou.txt.gz
$ ls -lh rockyou.txt

Now you can use this with John the Ripper, Metasploit, Aircrack-ng, etc.