Skip to content

Latest commit

 

History

History
29 lines (11 loc) · 759 Bytes

README.md

File metadata and controls

29 lines (11 loc) · 759 Bytes

Super Kali Wordlist

Clear text passwords using Troy Hunt's Pwned Passwords V2 and using Mex666666 decrypted SHA1 hashes to actual passwords.

Troy Hunt's Blog

Mex666666 on hashkiller.co.uk

How to use it

For my purposes, I use this word/password list as a replacement for the much smaller password lists distributed with Kali Linux.

Once you clone this repo you should merge all the text files into one large wordlist text file.

Linux

cat password_list_part_01.txt password_list_part_02.txt > full_wordlist.txt

Windows

copy /b password_list_part_01.txt+password_list_part_02.txt full_wordlist.txt