Shellshock, also known as Bashdoor is a family of in the , the first of which was disclosed on 24 September 2014.
Shellshock could enable an attacker to cause Bash to and gain unauthorized access to many Internet-facing services, such as web servers, that use Bash to process requests.
How to detect and enumerate
# Bash version < 4.3
bash --version
# nmap
nmap -sV -p- --script http-shellshock <target>
# Run directory check and check if you can find cgi-bin directory
feroxbuster -u http://<ip address> -f -n 50
# -f: force adding '/' at the end
# -n: set the number of threads
feroxbuster -u http://<ip address>/cgi-bin/ -x sh,cgi,pl
# -x: set extensions