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
CVE-2014-6271_Test — Python-based scanner to detect CVE-2014-6271 (Shellshock) vulnerability in CGI-enabled servers, using Google search to discover potential targets. | Kitploit
Tools/GitHubGitHub/ryeyao/cve-2014-6271_test
ReconnaissanceVulnerability ScannersExploitationInformation GatheringWeb Security
GitHubryeyao/cve-2014-6271_test

CVE-2014-6271_Test

Python-based scanner to detect CVE-2014-6271 (Shellshock) vulnerability in CGI-enabled servers, using Google search to discover potential targets.

View Repository
111 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

CVE-2014-6271_Test

CVE-2014-6271_Test

Obviously, this project is used to check if a server with cgi enabled is affected with CVE-2014-6271(aka shellshock).

Dependency

Need GoogleSearchCrawler.

Usage

  • eg:

    root@kitploit:~
          python exp.py -g www.google.com   
    

    This will test urls collected from google search result with keyword in file keywords.

  • run

    root@kitploit:~
          python exp.py
    

    to see details.

Download Tool