gibney.org
:
Technology
:
Linux
:
Capture Webtraffic
:
Nicer output via less
(Entry Nr. 386, by user 1 |
edit
)
This makes the ouput a bit nicer, by piping it into <span class=span_content_bash>less</span>. <br> <br><span class=span_content_bash>tcpdump host en.gibney.org -A -s10000 | grep -Eo "(GET|POST).*" --line-buffered | less -S</span> <br> <br>(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