Advertisement
fduran

Checking for Shellshock attempts in web server logs

Oct 1st, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. # Checking for Shellshock attempts in web server logs
  2. # www.fduran.com
  3.  
  4. egrep "};|}\s*;" /var/log/apache2/access.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement