April 2017
Intermediate to advanced
350 pages
8h 35m
English
Attacks associated with virtual LAN networks such as VLAN hopping becomes a simple task by just double layering the Dot1Q protocol first with the VLAN you're going to send on then the VLAN that you are going to. This is make networks using VLANs vulnerable to DDoS attacks methods and other attack vectors:
>>> sendp(Ether()/Dot1Q(vlan=2)/Dot1Q(vlan=7)/IP(dst=target)/ICMP())
Read now
Unlock full access