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/amnnrth/cve-2025-34291_cors_security_scanner
ReconnaissanceVulnerability ScannersAPI Security TestingWeb SecurityPenetration TestingMisconfiguration
GitHubamnnrth/cve-2025-34291_cors_security_scanner

CVE-2025-34291_cors_security_scanner

A lightweight Python-based security assessment tool for detecting dangerous Cross-Origin Resource Sharing (CORS) misconfigurations - CVE-2025-34291.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
53 months agoNot yet reviewed

CVE-2025-34291_cors_security_scanner

A lightweight Python-based security assessment tool for detecting dangerous Cross-Origin Resource Sharing (CORS) misconfigurations - CVE-2025-34291.

root@kitploit:~
# CORS Security Scanner

A lightweight Python-based security assessment tool for detecting dangerous Cross-Origin Resource Sharing (CORS) misconfigurations.

This tool helps identify:
- Wildcard CORS policies (`*`)
- Arbitrary origin reflection
- Credentialed CORS misconfigurations
- Dangerous preflight (`OPTIONS`) behavior
- SameSite cookie issues

Designed for:
- Authorized penetration testing
- Internal security assessments
- Bug bounty programs
- Defensive security research

---

# Features

- Single target scanning
- Bulk target scanning via TXT file
- Multi-threaded scanning
- XLSX report export
- JSON report export
- Preflight request analysis
- Multiple endpoint/path testing
- Severity classification
- Colored console output

---

# Installation

Clone repository:

```bash
git clone https://github.com/amnnrth/CVE-2025-34291_cors_security_scanner.git
cd CVE-2025-34291_cors_security_scanner

Install dependencies:

root@kitploit:~
pip install -r requirements.txt

Usage

Run scanner:

root@kitploit:~
python3 cors_scanner.py

Bulk Scan Example

Create targets.txt

root@kitploit:~
https://example.com
https://api.example.com
target.com

Select:

root@kitploit:~
2. Bulk Scan (TXT File)

Reports will automatically be saved into:

root@kitploit:~
reports/

Severity Levels

SeverityDescription
INFONo dangerous behavior detected
MEDIUMWildcard origin allowed
HIGHOrigin reflection detected

Example Vulnerable Headers

root@kitploit:~
Access-Control-Allow-Origin: *
root@kitploit:~
Access-Control-Allow-Origin: https://evil.com
Access-Control-Allow-Credentials: true

Legal Disclaimer

This tool is intended ONLY for authorized security testing and defensive security research.

Unauthorized scanning against systems without permission may violate laws and regulations.

Users are responsible for complying with applicable laws and policies.


Author

Security research & defensive tooling project for improving web application security awareness.

root@kitploit:~

Simple repository description:

```txt id="wcruhf"
Python-based CORS misconfiguration scanner for authorized security testing with XLSX/JSON reporting support.
Download Tool
CRITICALReflection/wildcard with credentials
ERRORConnection or SSL issue