November 2017
Intermediate to advanced
226 pages
5h 59m
English
Here are the steps to create a XMAS scanner with Scapy:
p = IP(dst=ip)/TCP(sport=src_port, dport=port, flags='FPU')
Only update the flags parameter. Here we set the flags as FPU for PSH, FIN, and URG combined.
Read now
Unlock full access