Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/gabemarshall/shocknaww
Vulnerability ScannersExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubgabemarshall/shocknaww

shocknaww

Simple script to check for CVE-2014-6271

View Repository
1111 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

shocknaww

Simple script to check for CVE-2014-6271

Example Usage

root@kitploit:~
./shocknaww.py http://foo.bar/cgi-bin/foo

Sample vulnerable environment

From the parent directory, run the following.

root@kitploit:~
python -m CGIHTTPServer

Now use shocknaww against your localhost test server.

root@kitploit:~
./shocknaww.py http://127.0.0.1:8000/test.py
Download Tool