0

I've looked at: How to create HTTP GET request Scapy? Python-Scapy or the like-How can I create an HTTP GET request at the packet level

So you send syn to get syn-ack, then you send ack along with the HTTP load.

And then the reply is this:

<IP version=4 ihl=5 tos=0x0 len=40 id=0 flags=DF frag=0 ttl=64 proto=tcp chksum=0x6197 src=!!!! dst=!!!! |<TCP sport=http dport=ftp_data seq=2913655423 ack=0 dataofs=5 reserved=0 flags=R window=0 chksum=0x4e19 urgptr=0 |>>

Which isn't HTTP at all.

John Hao
  • 3
  • 2

0 Answers0