_____ _____ _____ _____ _____ _____ _____ _____
| | | __ | __| | __| | |_ _|
| --| | | -|__ |- -| | | | | |
|_____|_____|__|__|_____|_____|_____|__|__| |_|
CORSIGHT v4.5 is a high‑performance, asynchronous CORS misconfiguration scanner built for the 2026 offensive security landscape. It combines AI‑driven origin mutation with real browser validation to uncover exploitable flaws that traditional scanners miss.
Important
Ethical Use Only: This tool is for authorized security testing only. Unauthorized use may violate the Computer Fraud and Abuse Act (CFAA) and other applicable laws.
- 🛡️ SameSite Contextual Testing – Evaluates
SameSite=LaxandStrictcookie attributes to determine real‑world exploitability. - 🤖 AI Mutation 2.0 – Leverages local LLM patterns to generate sophisticated “look‑alike” origins (e.g.,
target-api.com.attacker.sh). - ⚙️ CI/CD Integration – New
--json-pipemode for seamless automation in GitHub Actions, Jenkins, and other pipelines. - 🌐 Headless Playwright Pro – Validates vulnerabilities in modern SPAs and React‑based authenticated states.
- 📡 Stealth Mode – Adaptive request delays (
--adaptive-delay) and randomized fingerprints to bypass rate limiting and WAFs.
git clone https://github.com/INTELEON404/CORSIGHT.git
cd CORSIGHT
pip install -r requirements.txt
playwright install chromium python corsight.py -i targets.txt -t 250 --subdomain-brute --validate --poc --report -o 2026_recon| Option | Description |
|---|---|
--subdomain-brute |
Discover hidden subdomains before scanning. |
--samesite-check |
Validate SameSite cookie protections. |
--validate |
Confirm vulnerabilities via a real browser “mock exploit”. |
--poc |
Generate a standalone .html proof‑of‑concept. |
--report |
Output a formatted .md report (Bugcrowd/HackerOne ready). |
--json-pipe |
Emit JSON for CI/CD integration. |
Advanced users: Additional flags like
--stealth,--adaptive-delay, and concurrency control (-t) are available – runpython corsight.py -hfor the full list.
| Severity | Attack Scenario |
|---|---|
| CRITICAL | Sensitive data access (e.g., /api/user/token) with Credentials: true and browser validation. |
| HIGH | Reflection on subdomains leading to PII exposure. |
| MEDIUM | Origin reflection on low‑impact endpoints or paths without session cookies. |
| LOW | null origin misconfigurations on non‑sensitive public assets. |
INTELEON404 – Offensive Security Researcher
- GitHub: @INTELEON404
- X (Twitter): @INTELEON404
Distributed under the MIT License.
“Automate the recon, focus on the exploit.”
