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

Twisted Python: Max Packet Size? Flush Socket?

I'm implementing a client-server solution based on Twisted for the server side and e.g. and And… Read more Twisted Python: Max Packet Size? Flush Socket?

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?