An open API service indexing awesome lists of open source software.

https://github.com/ashkanrafiee/corsmap

CORSmap is a simple script that performs an active scans to find CORS misconfigurations.
https://github.com/ashkanrafiee/corsmap

Last synced: 3 months ago
JSON representation

CORSmap is a simple script that performs an active scans to find CORS misconfigurations.

Awesome Lists containing this project

README

        

# CORSmap
CORSmap is a simple script that perform active scans to find CORS misconfigurations.
## Installation
```bash
pip install -r requirements.txt
```
## Usage
```bash
python CORSmap.py -u https://example.com
```
## Disclaimer
this script is only for informational and educational purposes. I believe that ethical hacking, information security and cyber security should be familiar subjects to anyone using digital information and computers.I believe that it is impossible to defend yourself from hackers without knowing how hacking is done.