Is it possible to craft your own packets with python?
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-05-16T04:10:20Z
Indexed on
2010/05/16
4:20 UTC
Read the original article
Hit count: 272
Well, I know its possible, using external libraries and modules such as scapy. But how about without external modules? Without running the script as root? No external dependencies?
I've been doing a lot of googling, but haven't found much help. I'd like to be able to create my own packets, but without running as root, or installing extra dependencies.
Any suggestions?
© Stack Overflow or respective owner