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

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

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
```