document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. mezalor@here:~$ sudo ngrep -x '^(GET|POST)' 'src host somewhere.example.com and port 80'
  2. interface: eth0 (10.33.2.0/255.255.255.0)
  3. filter: (ip or ip6) and ( src host somewhere.example.com and port 80 )
  4. match: ^(GET|POST)
  5. #########
  6. T 10.33.99.21:33050 -> 10.33.2.87:80 [AP]
  7. 50 4f 53 54 20 2f 68 65 6c 6c 6f 20 48 54 54 50 POST /hello HTTP
  8. 2f 31 2e 30 0d 0a /1.0..
');