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

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?

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?