Simple script to check for CVE-2014-6271shocknaww
=========
Simple script to check for CVE-2014-6271
### Example Usage
```
./shocknaww.py http://foo.bar/cgi-bin/foo
```
### Sample vulnerable environment
From the parent directory, run the following.
```
python -m CGIHTTPServer
```
Now use shocknaww against your localhost test server.
```
./shocknaww.py http://127.0.0.1:8000/test.py
```
[4.0K] /data/pocs/b6b50330a6cc133de9f925bc8983f3012de2f733
├── [4.0K] cgi-bin
│ └── [ 64] test.py
├── [ 356] README.md
└── [1.1K] shocknaww.py
1 directory, 3 files