Skip to content Skip to sidebar Skip to footer
Showing posts with the label Packet

Python: How To Send Packets In Multi Thread And Then The Thread Kill Itself

I have a question. I'd like to send a continuous streams of byte to some host for certain amoun… Read more Python: How To Send Packets In Multi Thread And Then The Thread Kill Itself

Scapy: How To Manipulate Host In Http Header?

I wrote this piece of code to get http header and set Host: http_layer = packet.getlayer(http.HTTPR… Read more Scapy: How To Manipulate Host In Http Header?