Corsy is a lightweight program that scans for all known mis-configurations in CORS implementations.
Requirements
It only works with Python 3
and has the following depencies:
tld
requests
To install these dependencies, navigate to the tool directory and execute pip3 install -r requirements.txt
Also Read – Glances : Top/htop Alternative For GNU/Linux, BSD, Mac OS & Windows OS
Using Corsy is pretty simple
python3 corsy.py -u https://example.com
A delay between consecutive requests can be specified with -d
option.
Note: This is a beta version, features such as JSON output and scanning multiple hosts will be added later.
bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…
Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…
Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…