Skip to content Skip to sidebar Skip to footer
Showing posts with the label Raw Sockets

How To Embed C Code In Python Program?

i want to write a program using multi-threading, raw sockets, to scan the ports in python i have a … Read more How To Embed C Code In Python Program?

Extract Received Data In A Tcp Socket In Python

I have a client sending a packet with a custom layer 'Reservation' created with Scapy Clien… Read more Extract Received Data In A Tcp Socket In Python

Raw Client-server Socket Python

I would like to realize a RAW socket in Python and then send data from the Client to the Server. Un… Read more Raw Client-server Socket Python