discuz ml v3.x cookie rce POC

释放双眼,带上耳机,听听看~!
# -*- coding: utf-8 -*- 
#Author: key
#Team: Mystery Security Team
#Blog: gh0st.cn
#Email: [email protected]
#Usage: python poc.py url

import requests,sys

def poc(url):
    u = url + "/forum.php?language=en"
    r = requests.get(u,allow_redirects=False,headers={"User-Agent":"Mystery Security Team"})
    if "language=en" in r.headers['Set-Cookie']:
        print "{0} is vulnerable!".format(url)

if __name__ == '__main__':
    poc(sys.argv[1])
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
Web安全渗透测试

Karenderia CMS 5.3注入exp

2019-7-12 10:00:43

Web安全渗透测试

fastjson =< 1.2.47 反序列化漏洞浅析

2019-7-12 10:12:43

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
今日签到
有新私信 私信列表
搜索