I'm looking for a tool for Linux or Windows that modifies an IP header, to be precise the IP source address. I know it's impossible to get the answer to such a packet since you do not own the IP and back routing will fail but is this possible and how?
|
If you need to issue a packet with a different source address than your interface, rather than modify one on th fly, then hping is the tool commonly used. As answered previously, modification is best done by iptables. |
|||
|
|
|
You'll need to create what is essentially a proxy server that will intercept the packets and modify them on the fly if you want this to be real-time. And that proxy server will have to be in a position to successfully intercept everything between your target and the internet or the rest of the network, depending on what sort of network you've got. |
|||
|
|
|
How about something like this?
Here's some more information about IP Spoofing. |
||||
|
|
Depending on your needs, Say you have web server on port 8080, but you would like that anyone can access it on standard port 80. It is possible to configure In similar sense, |
|||
|
|