Skip to content

Instantly share code, notes, and snippets.

@nickethier
Last active August 29, 2015 14:06
Show Gist options
  • Save nickethier/41561debd648373033b1 to your computer and use it in GitHub Desktop.
Save nickethier/41561debd648373033b1 to your computer and use it in GitHub Desktop.
Shellshock ngrep
#capture
ngrep -O shellshock.pcap -q -d any -W byline '\([ ]*\)[ ]*{' port 80
#playback
ngrep -W byline -I shellshock.pcap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment