A script, in C, to check if CGI scripts are vulnerable to CVE-2014-6271 (The Bash Bug).ShellShock-CGI-Scan
===================
A script, in C, to check if CGI scripts are vulnerable to CVE-2014-6271 (The Bash Bug).
Options:
-i (local ip-address)
-p (port to listen)
-l (site list)
-t (connection timeout) (Default: 15s)
Example:
$ ./Scanner -i 127.0.0.1 -p 31337 -l sites.txt -t 5
Starting listen in localhost on port 31337, scan sites in file 'sites.txt', and set connection timeout to 5 seconds.
Preview:

[4.0K] /data/pocs/061899fcb604131918c7cc5493d2cd0c2ae161b0
├── [4.4K] CVE-2014-6271.c
├── [1.1K] license.txt
├── [ 507] README.md
└── [ 13K] Scanner
0 directories, 4 files