Does not meet password complexity.
Main hash.
aad3b435b51404eeaad3b435b51404ee:b269f3bb4933d8aa6597cfd2de75397e
in order to crack copy the 2nd part of the hash and paste in hash.txt file.
hash.txt file contains the following hash
b269f3bb4933d8aa6597cfd2de75397e
D:\Apps\hashcat-6.1.1>hashcat.exe -m 1000 -O hash.txt wordlists\crackstation_real.txt
But unfortunately it will not crack. Because we are specifically told password must be less than 8 characters.
D:\Apps\hashcat-6.1.1>hashcat.exe -m 1000 -O hash.txt -a 3 ?a?a?a?a?a?a?a
It will crack.
Comments
Post a Comment