
WordPress mass scanner for detecting CVE-2026-1405 exposure.
Clean WordPress Mass Scanner for CVE-2026-1405
A clean and lightweight scanner built to check CVE-2026-1405 exposure across multiple WordPress targets.
It focuses on:
richThe scanner checks multiple indicators, including:
/wp-json/ availabilityResult labels:
Scanner output is saved to:
scan_results.txt
High-confidence results are saved to:
likely_vulnerable.txt
Install dependencies:
pip install requests rich urllib3
Prepare a target list file:
example.com
sub.example.com
https://target.com
http://dev.target.com
Run the scanner:
python main.py
You will be prompted for:
###############################################################
# Mass-Scanner-CVE-2026-1405 CVE-2026-1405 #
# CVE-2026-1405 Vulnerability Checker #
# GitHub: https://github.com/AnggaTechI #
###############################################################
2026-04-18T10:00:00+00:00 https://site1.com [LIKELY VULNERABLE]
2026-04-18T10:00:01+00:00 https://site2.com [POSSIBLY VULNERABLE]
2026-04-18T10:00:02+00:00 https://site3.com [WORDPRESS DETECTED]
2026-04-18T10:00:03+00:00 https://site4.com [UNREACHABLE]
.
├── main.py
├── list.txt
├── scan_results.txt
└── likely_vulnerable.txt
This repository is maintained for private research and internal validation purposes only.
The author is not responsible for misuse, unauthorized scanning, service disruption, or configuration changes caused by improper operation of this tool.
Use responsibly. Use carefully. Use only with permission.
AnggaTechI
GitHub:
https://github.com/AnggaTechI