As you'll soon be able to tell I'm pretty new to this
I'm trying to alter an HTTP response from a server and I have set up a transparent bridge inline between the target and the server.
Currently, I'm halfway along a path of using libipq to edit the packet payload (props to I)ruid for the SteganRTP source). However, it is getting pretty messy and I'm starting to become convinced that their must be an easier way.
The target sends a POST, I just want to alter what information it receives back. There is no SSL or anything to worry about.
Ideas? Can I use squid + some kind of logic to somehow catch the particular POST I'm interested in and respond with my spoofed message?
TIA,
-jp
I use the BURP Proxy suite for all kinds of http based stuff. Its also java based to it runs everywhere http://portswigger.net/proxy/
As you'll soon be able to tell I'm pretty new to this
I'm trying to alter an HTTP response from a server and I have set up a transparent bridge inline between the target and the server.
Currently, I'm halfway along a path of using libipq to edit the packet payload (props to I)ruid for the SteganRTP source). However, it is getting pretty messy and I'm starting to become convinced that their must be an easier way.
The target sends a POST, I just want to alter what information it receives back. There is no SSL or anything to worry about.
Ideas? Can I use squid + some kind of logic to somehow catch the particular POST I'm interested in and respond with my spoofed message?
Leave a comment: