Captura de cabeceras HTTP en tiempo real

  • english
  • spanish

Some people call me a freak because of doing things like this, analyzing a tcpdump capture with strings and grep:

tcpdump -i any -p -s 0 -w – “port 80″ | strings | grep -E “^(GET|POST|HEAD|[a-zA-Z-]+:) “

:-D