Does anyone know of IPv6 raw socket libraries, and the associated languages? Specifically I am looking to be able to craft any arbitrary IPv6 package and put it on the wire. Does this exist yet?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I would start by taking a look at scapy and packETH. If you are open to using [expensive] commercial products, an IXIA chasis will probably do most things you'd want to do. If you just want raw IPv6 sockets, this is already well supported in C using any modern operating system. For example, the ping6 program in the iputils Linux package uses raw sockets. It sounds like you want a bit more than this, though. ;-) |
|||
|
|
|
What I ended up looking at: pcaprub (currently maintained by the metasploit team, and current versions are in the metasploit trunk) kernel c libraries/headers for osx and linux |
|||
|
|