
CORSy
#Network & Cloud#Network Security
A python tool for discovering endpoints, parameters, and wordlists in a given target
CORS Misconfiguration Scanner - A Handy Tool
CORSy is a straightforward command-line tool designed to scan a website for any CORS misconfigurations.
A Python Script for CORS Header Checks
This is a Python script that utilizes the `requests` library to send HTTP requests to a specified website and checks for headers related to CORS (Cross-Origin Resource Sharing).
You can use this script to identify potential security vulnerabilities in your website's CORS configuration.
**How to use:**
1. Clone the repository: `git clone https://github.com/s0md3v/Corsy.git`
2. Install the necessary dependencies: `pip install -r requirements.txt`
3. Execute the script: `python corsy.py `
**Example:**
`python corsy.py https://example.com`
**Note:**
This Tool is Designed for Educational Use Only
Please use this tool responsibly.