Brute Force
Generate Wordlist
Password possibilites:
username
summer, spring, winter
password
date(jully, april, 2023, etc)
Using Hashcat
hashcat --force --stdout -r /usr/share/hashcat/rules/best64.rule password.lstActive Directory
Check workstations
crackmapexec smb 192.168.1.0/24
crackmapexec winrm 192.168.1.0/24
# have a user and password?
# go enumerate computers in the domain
crackmapexec smb $IP -u <username> -p <password> --computers
Password spraying
check the password policy
prepare for targets.txt, users.txt and passwords.txt
Kerbrute
Wordpress Login
Website Login Brute Force

Last updated