https://github.com/neotoxic-off/shellshockable
🐚 A fast, asynchronous scanner written in Rust to detect Shellshock vulnerabilities across legacy CGI
https://github.com/neotoxic-off/shellshockable
cgi shellshock shellshock-vulnerability
Last synced: 2 months ago
JSON representation
🐚 A fast, asynchronous scanner written in Rust to detect Shellshock vulnerabilities across legacy CGI
- Host: GitHub
- URL: https://github.com/neotoxic-off/shellshockable
- Owner: Neotoxic-off
- License: mit
- Created: 2025-05-20T11:27:21.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-06-25T13:45:52.000Z (10 months ago)
- Last Synced: 2025-06-25T14:44:46.197Z (10 months ago)
- Topics: cgi, shellshock, shellshock-vulnerability
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shellshockable
🐚 A fast, asynchronous scanner written in Rust to detect Shellshock vulnerabilities across legacy CGI
## Usage
```
./shellshockable --vuln-file vuln.yaml --uri https://mydomain.com
```
## Install
- Check the latest release
## Manual
```sh
git clone https://github.com/Neotoxic-off/shellshockable
cd shellshockable/shellshockable
```