[spanish]Algunas personas me llaman friki por hacer cosas como esta, analizar una captura de tcpdump con strings y grep:[/spanish]
[english]Some people call me a freak because of doing things like this, analyzing a tcpdump capture with strings and grep:[/english]
tcpdump -i any -p -s 0 -w - "port 80" | strings | grep -E "^(GET|POST|HEAD|[a-zA-Z-]+:) "
:-D