🗒️py08 poc初尝试
2023-11-3
| 2023-11-3
字数 580阅读时长 2 分钟
type
status
date
slug
summary
tags
category
icon
password
😀
尝试编写poc,poc定义:一般仅检测漏洞是否存在, 能够批量利用,一般用于历史(1day)漏洞检测
 
互联网收集thinkphp5相关的poc,使用python脚本汇总成一个可批量利用的脚本化工具

thinkphp poc及其使用

notion image
python 06thinkphp_poc.py -u "http://192.168.245.131:8080/" --poc5
python 06thinkphp_poc.py -u "http://192.168.245.131:8080/" --poc523
python 06thinkphp_poc.py -u "http://192.168.245.131:8080/" --poc2
python 06thinkphp_poc.py -u "http://192.168.245.131:8080/" --file_include
python 06thinkphp_poc.py -u "http://192.168.245.131/" --poc5sql
成功会输出漏洞存在。
notion image
 
  • 脚本编程
  • py07 脚本化sql盲注爆破(任意get请求站点)py 09 socket,scapy扫描
    Loading...