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

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos necesarios están marcados *

*

Puedes usar las siguientes etiquetas y atributos HTML: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>