Packet Manipulation
Scapy
Send Packet
send(IP(src="x.x.x.x",dst="y.y.y.y")/ICMP()/"Hello World")DOS Attack
send(IP(src="x.x.x.x",dst="y.y.y.y")/TCP(sport="x",dport="y"), count=n)Last updated
send(IP(src="x.x.x.x",dst="y.y.y.y")/ICMP()/"Hello World")send(IP(src="x.x.x.x",dst="y.y.y.y")/TCP(sport="x",dport="y"), count=n)Last updated