Capture Webtraffic (Entry Nr. 334, by user 1 | edit) |
|
This will show you the requests, your browser sends to en.gibney.org:
tcpdump host en.gibney.org -A -s10000 | grep -Eo "(GET|POST).*$"
You might need to specify you network interface:
tcpdump -i ppp0 host en.gibney.org -A -s10000 | grep -Eo "(GET|POST).*$" |
|
Mac Os X version |
|
|
|
Nicer output via less |
|
|
|
|
Create a new entry at this position
|
|
|