Password Cracking
Use seclists/Names/names.txt for finding names/user enum
Password spraying (crackmapexec, smb winrm, rdp)
Tools:
John a. --format for hash format b. --wordlist for pass list
Hashcat a. -a 0 (brute force) b. -m attack_mode (hashcat --help) c. --force (for non native GPU support) d. --rule (mangling rules)
Last updated