Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fduran/b29d5a3b7da17b5d7382 to your computer and use it in GitHub Desktop.
Save fduran/b29d5a3b7da17b5d7382 to your computer and use it in GitHub Desktop.
Checking for Shellshock attempts in web server logs
# Checking for Shellshock attempts in web server logs
egrep "};|}\s*;" /var/log/apache2/access.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment