Skip to content

randorisec/PasswordCrackingSheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Cracking Sheets

You've got a hash, nice ! But if you can't pass it (PtH) how long will it take to crack it ? A few seconds if the password is inside a wordlist (e.g: rockyou) or a bit longer if you use rules but it can take aaaaages if you use bruteforce.

We did a few sheets with hashcat on a 8 GTX1080 GPU box showing real cracking values (not bench) for:

  1. NetNTLMv2
  2. NTLM
  3. MD5
  4. SHA512

For each sheet:

  1. The first line is the number of characters of the plaintext password.
  2. The second line is the maximum time the bruteforce will last using the default hashcat mask (https://hashcat.net/wiki/doku.php?id=mask_attack)
  3. The third line is the maximum time the bruteforce will last using full charset (avoid this one).

NetNTLMv2

NTLM_crack

NTLM

NTLM_crack

MD5

MD5_crack

SHA512

MD5_crack

License

The Password Cracking Sheets is an open source project released under the CC-BY-SA 4.0 licence.

About

How long will it take to crack a hash ?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published