
Python-based scanner to detect CVE-2014-6271 (Shellshock) vulnerability in CGI-enabled servers, using Google search to discover potential targets.
Obviously, this project is used to check if a server with cgi enabled is affected with CVE-2014-6271(aka shellshock).
Need GoogleSearchCrawler.
eg:
python exp.py -g www.google.com
This will test urls collected from google search result with keyword in file keywords.
run
python exp.py
to see details.