<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Phpcms on Lucien's Blog</title><link>https://www.lucien116.com/tags/phpcms/</link><description>Recent content in Phpcms on Lucien's Blog</description><generator>Hugo</generator><language>zh-Hans</language><lastBuildDate>Mon, 10 Apr 2017 17:00:01 +0000</lastBuildDate><atom:link href="https://www.lucien116.com/tags/phpcms/feed.xml" rel="self" type="application/rss+xml"/><item><title>phpcmsV9.6.0一键批量getshell工具</title><link>https://www.lucien116.com/archives/293/</link><pubDate>Mon, 10 Apr 2017 17:00:01 +0000</pubDate><guid isPermaLink="false">http://www.lucien116.com/?p=293</guid><description>&lt;h2 id="介绍"&gt;介绍&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;一键化 &lt;code&gt;python 1.py http://xxx.com&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;不再是只允许执行一次有回显，加入了爆破，1-3s内即可找到你的webshell，不论是否有回显，只要成功&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="待办"&gt;待办&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;[] 加入对有验证码phpcms网站的支持&lt;/li&gt;
&lt;li&gt;[] 加入批量&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="说明"&gt;说明&lt;/h2&gt;
&lt;p&gt;依赖库的安装 &lt;code&gt;pip install requests&lt;/code&gt;&lt;/p&gt;
&lt;h2 id="代码"&gt;代码&lt;/h2&gt;
&lt;p&gt;# -*- coding:utf-8 -*-&lt;/p&gt;
&lt;p&gt;&amp;rsquo;&amp;rsquo;'
---&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;-
Author : Akkuman
Blog : hacktech.cn
---&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;&amp;mdash;-
&amp;rsquo;''&lt;/p&gt;
&lt;p&gt;import requests
from datetime import datetime
from bs4 import BeautifulSoup
# from urlparse import unquote //Python2
# from urlparse import urlparse //Python2
from urllib.parse import quote
from urllib.parse import urlparse
from random import Random&lt;/p&gt;
&lt;p&gt;rand_name = &amp;rsquo;'
chars = &amp;lsquo;qwertyuiopasdfghjklzxcvbnm0123456789&amp;rsquo;
random = Random()&lt;/p&gt;</description></item></channel></rss>