Producing tiny fragments using Scapy
How to use Scapy to create tiny fragments? I have been tryin this,
frags = fragment(IP(dst=target)/TCP(sport=x,dport=x)/(“A”*25+”B”*50),fragsize=8)
Then try to change the offset numbers using;
frags[5][IP].frag = 2