Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2026-63030-WP2Shell — CVE-2026-63030 漏洞利用 | 作者:gr1tx | Kitploit
工具/GitHubGitHub/industri4l-h3ll-xpl0it3rs/cve-2026-63030-wp2shell
漏洞扫描器漏洞分析漏洞利用Web应用程序漏洞利用Web安全渗透测试
GitHubindustri4l-h3ll-xpl0it3rs/cve-2026-63030-wp2shell

CVE-2026-63030-WP2Shell

CVE-2026-63030 漏洞利用 | 作者:gr1tx

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
查看仓库
21个月前尚未审核
分享

CVE-2026-63030 | WP2Shell

由 gr1tx 编写

WP2Shell 是一个基于 Python 的、针对 CVE-2026-63030 的概念验证(PoC)工具。

它针对 WordPress Batch API 执行基于时间的漏洞验证,并生成详细的 HTML 和 JSON 报告。

该项目旨在用于经授权的安全评估、渗透测试、漏洞验证以及研究目的。


安装 / 环境要求

环境要求

  • Python 3.9+
  • Linux / Windows / macOS
  • requests
  • urllib3

克隆仓库:

root@kitploit:~
git clone https://github.com/Industri4l-H3ll-Xpl0it3rs/CVE-2026-63030-WP2Shell/blob/main/CVE-2026-63030.py

安装依赖:

root@kitploit:~
pip install requests urllib3

使用方法

root@kitploit:~
python3 CVE-2026-63030.py --help

示例:

root@kitploit:~
usage: CVE-2026-63030.py [options] target_file

Options:
  --threads
  --sleep
  --retries
  --timeout
  --delay
  --max-targets
  --output
  --insecure
  --verbose
  --authorized

示例

帮助:

root@kitploit:~
└─$ python3 CVE-2026-63030.py --help
usage: CVE-2026-63030.py [-h] [--threads THREADS] [--sleep SLEEP]
                         [--retries RETRIES] [--timeout TIMEOUT]
                         [--delay DELAY] [--max-targets MAX_TARGETS]
                         [--output OUTPUT] [--insecure] [--verbose]
                         [--authorized]
                         target_file

WP Batch SQLi Auditor — safe time-based SQL injection testing for authorized
assessments. by gr1tx

positional arguments:
  target_file           File containing a list of URLs

options:
  -h, --help            show this help message and exit
  --threads THREADS
  --sleep SLEEP
  --retries RETRIES
  --timeout TIMEOUT
  --delay DELAY
  --max-targets MAX_TARGETS
  --output OUTPUT
  --insecure            Disable TLS verification
  --verbose, -v
  --authorized          Confirm that authorization for testing has been obtained

基本扫描:

root@kitploit:~
python3 CVE-2026-63030.py targets.txt --authorized

详细模式:

root@kitploit:~
python3 CVE-2026-63030.py targets.txt --authorized --verbose

自定义报告:

root@kitploit:~
python3 CVE-2026-63030.py targets.txt --authorized --output report

生成的文件:

root@kitploit:~
report.json
report.html

功能特性

  • 基于时间的验证
  • 多线程扫描
  • HTML 与 JSON 报告
  • 详细日志记录
  • 可配置的重试次数
  • 可配置的延迟
  • 支持 TLS 验证
  • 跨平台

⚠️ 免责声明 ⚠️

本软件及概念验证(PoC)代码仅供教育和研究目的使用。

  • 作者对本程序造成的任何误用或损害概不负责。
  • 未经明确事先许可,请勿对任何系统使用本工具。
  • 未经授权对系统使用此工具可能违法。

您有责任遵守所有适用法律。请合乎道德、负责任地使用。

下载工具