Sort of... Would need further refinement. sudo tcpdump -i <iface> -A 'port http'
Regards, - AJ > Enviar: domingo 11 de febrero de 2018 a las 0:35 > De: "Peng Yu" <[email protected]> > Para: "Tim Ruehsen" <[email protected]> > CC: [email protected] > Asunto: Re: [Bug-wget] How to intercept wget to extract the raw requests and > the raw responses? > > On Sat, Feb 10, 2018 at 3:46 PM, Tim Ruehsen <[email protected]> wrote: > > Am Samstag, den 10.02.2018, 10:34 -0600 schrieb Peng Yu: > >> > Use 'wget -d -olog -qO- http://httpbin.org/get'. > >> > >> This requires the compilation of wget with debugging support. Is > >> there > >> any other way so that it does not require recompilation of wget? > >> Thanks. > > > > Packet sniffing with e.g. tcpdump/wireshark > > Could you show me some working examples about this? > > > or using a local proxy. > > Which one do you recommend that can give me the raw requests and the > raw responses out-of-the-box? I have tried several proxies. None of > them does so out-of-the-box. > > -- > Regards, > Peng > >
