i want to write a program using multi-threading, raw sockets, to scan the ports in python i have a C code for injection of raw socket. i want to perform a ACK scan so need a raw socket.
So please help me.
thank you
|
i want to write a program using multi-threading, raw sockets, to scan the ports in python i have a C code for injection of raw socket. i want to perform a ACK scan so need a raw socket. So please help me. thank you
| |||
feedback
|
|
Please check out Cython. It makes it very easy to wrap C code. This is adapted from the documentation on calling external C functions:
You could then call | ||||
|
feedback
|
|
I would definitely go with boost.python, which provides even cleaner wrappers. If you dislike the idea of using C++, then Cython is a good alternative. | |||
|
feedback
|