VLAN Attacks

802.1Q VLAN

Dynamic Trunking

yersinia -I
# In interactive mode you will need to select a interface first
# Then, you can select the protocol to attack using letter "g"
# Finally, you can select the attack using letter "x"

Attacking specific VLANs

# Preparation
modprobe 8021q
vconfig add eth1 250
dhclient eth1.250
ifconfig eth1.250

# Scan
arp-scan -I eth1.250 10.10.1.0/24

Double Tagging

ADD ME

Last updated