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
Tools/GitHubGitHub/anggatechi/mass-scanner-cve-2026-1405
ReconnaissanceVulnerability ScannersInformation GatheringWeb SecurityPenetration Testing
GitHubanggatechi/mass-scanner-cve-2026-1405

Mass-Scanner-CVE-2026-1405

WordPress mass scanner for detecting CVE-2026-1405 exposure.

View Repository
44 months 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

⚡ Mass-Scanner-CVE-2026-1405

Clean WordPress Mass Scanner for CVE-2026-1405

Typing SVG


🧠 Overview

A clean and lightweight scanner built to check CVE-2026-1405 exposure across multiple WordPress targets.

It focuses on:

  • fast multi-target scanning
  • clean terminal output
  • simple result classification
  • easy usage for bulk target files

✨ Features

  • ⚡ Fast mass scanning
  • 🎯 CVE-2026-1405 checker
  • 🧵 Multi-threaded processing
  • 🌐 Automatic target normalization
  • 🔁 HTTPS to HTTP fallback
  • 🧹 Clean output layout
  • 📄 Saves results to file
  • 🎨 Styled terminal interface using rich

🔍 Detection Logic

The scanner checks multiple indicators, including:

  • WordPress fingerprint detection
  • /wp-json/ availability
  • namespace discovery
  • target endpoint exposure
  • plugin marker detection

Result labels:

  • LIKELY VULNERABLE → strongest signal
  • POSSIBLY VULNERABLE → partial signal
  • WORDPRESS DETECTED → WordPress found, but weak vuln signal
  • NOT DETECTED → no useful signal found

📂 Output Files

Scanner output is saved to:

root@kitploit:~
scan_results.txt

High-confidence results are saved to:

root@kitploit:~
likely_vulnerable.txt

📦 Requirements

Install dependencies:

root@kitploit:~
pip install requests rich urllib3

🚀 Usage

Prepare a target list file:

root@kitploit:~
example.com
sub.example.com
https://target.com
http://dev.target.com

Run the scanner:

root@kitploit:~
python main.py

You will be prompted for:

  • targets file
  • threads

🖥️ Example Terminal Output

root@kitploit:~
###############################################################
#            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]

📁 Project Structure

root@kitploit:~
.
├── main.py
├── list.txt
├── scan_results.txt
└── likely_vulnerable.txt

🧪 Notes

  • Designed for mass target scanning
  • Best used with organized target lists
  • Output is categorized for easier review
  • Built with a cleaner interface in mind

⚠️ Disclaimer

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.


👤 Author

AnggaTechI

GitHub:

root@kitploit:~
https://github.com/AnggaTechI
Download Tool