Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-63030-WP2Shell — CVE-2026-63030 Exploit | by gr1tx | Kitploit
Tools/GitHubGitHub/industri4l-h3ll-xpl0it3rs/cve-2026-63030-wp2shell
Vulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubindustri4l-h3ll-xpl0it3rs/cve-2026-63030-wp2shell

CVE-2026-63030-WP2Shell

CVE-2026-63030 Exploit | by gr1tx

View Repository
21 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-63030 | WP2Shell

xpl0ited by gr1tx

WP2Shell is a Python-based Proof-of-Concept (PoC) for CVE-2026-63030.

It performs time-based vulnerability verification against the WordPress Batch API and generates detailed HTML and JSON reports.

The project is intended for authorized security assessments, penetration testing, vulnerability validation, and research purposes.


Installation / Requirements

Requirements

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

Clone the repository:

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

Install dependencies:

root@kitploit:~
pip install requests urllib3

Usage

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

Example:

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

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

Examples

Help:

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

Basic scan:

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

Verbose mode:

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

Custom report:

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

Generated files:

root@kitploit:~
report.json
report.html

Features

  • Time-based verification
  • Multi-threaded scanning
  • HTML & JSON reports
  • Verbose logging
  • Configurable retries
  • Configurable delays
  • TLS verification support
  • Cross-platform

⚠️ Disclaimer ⚠️

This software and proof-of-concept code is provided for educational and research purposes only.

  • The author is not responsible for any misuse or damage caused by this program.
  • Do not use against any systems without explicit prior permission.
  • Use of this tool against systems without authorization may be illegal.

You are responsible for obeying all applicable laws. Use ethically and responsibly.

Download Tool