Kali/Wordlists: Difference between revisions
From charlesreid1
(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 $...") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Also see [[MSF/Wordlists]] for metasploit wordlists. | |||
=Info= | |||
Wordlists included with Kali are in /usr/share/wordlists. | Wordlists included with Kali are in /usr/share/wordlists. | ||
| Line 9: | Line 13: | ||
</pre> | </pre> | ||
Now you can use this with John the Ripper, Metasploit, Aircrack | Now you can use this with [[John the Ripper]], [[MSF|Metasploit]], [[Aircrack]], etc. | ||
=Flags= | |||
{{KaliFlag}} | {{KaliFlag}} | ||
{{JohnFlag}} | {{JohnFlag}} | ||
Latest revision as of 01:59, 27 March 2016
Also see MSF/Wordlists for metasploit wordlists.
Info
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, etc.
Flags
| john the ripper password generator and all-around cracking tool.
Testing John: John the Ripper/Benchmarking Using John on Password generation using rules and modes: John the Ripper/Password Generation Installing some useful password rules: John the Ripper/Rules Using John to feed password guesses to Aircrack: Aircrack and John the Ripper John the Ripper on AWS: Ubuntu/Barebones to JtR Getting Passwords from John: John the Ripper/Password Recovery
|