Skip to content

Instantly share code, notes, and snippets.

@almorel
Last active February 15, 2026 05:27
Show Gist options
  • Select an option

  • Save almorel/a1512452695db0842ee0 to your computer and use it in GitHub Desktop.

Select an option

Save almorel/a1512452695db0842ee0 to your computer and use it in GitHub Desktop.
Exemple de filtre pour capturer le payload HTTP
(ip[2:2] - ((ip[0]&0x0f)*4) - ((tcp[12]&0xf0)*4) != 0) and tcp port 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment