|
|
|
|
|
by shriphani
1504 days ago
|
|
Scapy is an exceptional library that I enjoyed using for a recent project. However, I felt that the focus is entirely on capturing and analyzing traffic. If you want to manipulate the packets then the API is a little unsuited for that (for example recomputing packet checksums requires some invocation to pretty-print the packet which is weird). OTOH, really amazing project to put together quick packet-level prototypes. Really shows the strength of the python ecosystem. |
|