also·18년 전·discussWhen I just want to see the requests sent to a website, this works fine for me:tcpdump host thedomain -A -s10000 | grep -Eo "(GET|POST).*$"More info here:http://en.gibney.org/capture_webtraffic/
tcpdump host thedomain -A -s10000 | grep -Eo "(GET|POST).*$"
More info here:
http://en.gibney.org/capture_webtraffic/