Hi, there! I am quite curious about WireShark, and as an experiment, I have programmed a simple application which contacts a specific website, and outputs the contents of that website. My goal is to see if it is possible to use wireshark to:
Is this possible at all, and if so, how might I do it? Thankyou! :) P.S. for clarity, yes, I am looking to specifically intercept and falsify HTTP data transfer to and from a very specific URI on a very specific URL. asked 09 Jun '12, 23:11 Flynn |
One Answer:
Wireshark is a passive monitoring tool. It can only read (and analyze) data from the network. There is no option to send data. So, there is no way to do what you want (changing data on the fly). A transparent proxy can do that. Please google it. Regards answered 10 Jun '12, 00:31 Kurt Knochner ♦ edited 10 Jun '12, 00:43 |