Password Attacks
Various password attacks
Password Attacks are based on:
Guess
Brute-force
Dictionary
Crunch
man crunch
ls -la /usr/share/crunch/charset.lst
crunch 6 6 0123456789ABCDEF -o list.txt
# Create a file of passwords 6 characters long using 0-F and save it to a file
crunch 4 4 -f /usr/share/crunch/charset.lst mixalpha -o mixedalpha.txt
# 4 character passwords using pre-defined crunch list
crunch 8 8 -t ,@@^^%%% |more
# Similar to Abc$#123, Jud()666, Hol&&278 passwordsPWdump/FGdump
You need to have admin access to run those two commands.
WCE (Windows Credential Editor)
Need admin access.
John the Ripper
Password Profiling
Using word/phrases for organisation and include them in our wordlist (e.g 33 Company uses thirtythree password combinations)
In combination with John the Ripper
Brute force password attack on administrator.
Reference
Last updated
Was this helpful?