Home KXStudio > Applications > Carla

Download Password Wordlisttxt File Work — Pro

A wordlist is a plain text file with one password candidate per line.

Example (tiny_wordlist.txt):

password
123456
admin
letmein
qwerty

No extra spaces, no quotes, no commas. Empty lines (if any) are ignored by most tools but best to remove them. download password wordlisttxt file work

gunzip rockyou.txt.gz

Use head to preview the first 10 passwords: A wordlist is a plain text file with

head -10 rockyou.txt

Example output:

123456
12345
123456789
password
iloveyou
princess
1234567
rockyou
12345678
abc123

Now you have a .txt file ready for tools like Hashcat or John the Ripper: No extra spaces, no quotes, no commas

# Example with Hashcat
hashcat -m 0 -a 0 hash.txt rockyou.txt