Captura de cabeceras HTTP en tiempo real Posted on 4 de diciembre de 2009 by bisente 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-]+:) “