Password Cracking
Wordlist Generation
Combinations Using Python
This is just a simple script for trying out all two word combinations of words in a list:
Rules
You can use hashcat to generate a wordlist based on an existing wordlist and some rules. Here is an example with the bes64 ruleset:
Note: Ippsec uses the InsidePro-PasswordsPro.rule. That's probably a really good one.
Cracking Tools
Hate_crack
Tool for automating/combining different types of offline password cracking methods.
Hashcat
Utilizes the GPU, which is good, as it cracks very fast.
Important attack modes (-a):
0: dictionary attack
Hash modes (-m):
Look them up in the hashcat manual
You can crack hashes with rules applied to a wordlist:
Last updated