Re: Any way to automatically change arbitrary headers of IP packets on-the-fly?

Foundation Linux <[email protected]>
Newsgroups gmane.comp.security.penetration,gmane.comp.security.vulnerabilities,gmane.comp.security.linux,gmane.comp.security.libnet,gmane.comp.security.basics
Message-ID <[email protected]>
João Paulo Caldas Campello wrote:

>Hi,
>
>
><snip>
>
>I've already read Netfilter documentation (specially the "Linux
>netfilter Hacking HOWTO") so I know this kind of packet mangling can
>be done in userspace. I thought it could be done in the "MANGLE" table
>of netfilter, but I found no TARGET that achieves that nor any
>documentation about altering arbitrary IP headers.
>
>The question is:
>
>   - Does already exist such a tool, module or whatever way to change
>arbitrary headers of IP packets on-the-fly or will I have to (try to)
>write one? =)
>
>Cheers,
>
>João Paulo Campello,
>Network Security Analyst,
>Tempest Security Technologies.
>  
>
Well, mangle in iptables only accepts TOS, TTL and MARK as valid targets
so you can't change arbitrary IP headers that way.  However, if TOS is
where you're fiddling, it might work.  Check out
http://www.faqs.org/docs/iptables/mangletable.html for a bit more info
as well as http://www.faqs.org/docs/iptables/targets.html#TOSTARGET.

The other option I can think of would be (in theory) to set nc (netcat)
up as a TCP proxy and script it to do what you want -- recreate a
duplicate packet with source-routing enabled. 
http://www.die.net/doc/linux/man/man1/nc.1.html


-Charles
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.