Ecosyste.ms: Awesome
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: about 6 hours ago
JSON representation
CORSmap is a simple script that performs an active scans to find CORS misconfigurations.
- Host: GitHub
- URL: https://github.com/ashkanrafiee/corsmap
- Owner: AshkanRafiee
- License: gpl-3.0
- Created: 2021-08-16T11:31:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T16:42:30.000Z (over 3 years ago)
- Last Synced: 2023-09-19T12:21:01.485Z (about 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.