gibney.org : Technology : Linux : Capture Webtraffic : Nicer output via less


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





Nicer output via less
(Entry Nr. 386, by user 1 | edit)
This makes the ouput a bit nicer, by piping it into less.

tcpdump host en.gibney.org -A -s10000 | grep -Eo "(GET|POST).*" --line-buffered | less -S

(For some reason, grep needs to be told to stop buffering in this case. Maybe grep buffers depending on where the output goes to)
Create a new entry at this position