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-2015-1635-POC — CVE-2015-1635-POC,指定IP与端口验证HTTP.sys漏洞是否存在 | Kitploit
Tools/GitHubGitHub/w01ke/cve-2015-1635-poc
Vulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubw01ke/cve-2015-1635-poc

CVE-2015-1635-POC

CVE-2015-1635-POC,指定IP与端口验证HTTP.sys漏洞是否存在

View Repository
14 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-2015-1635-POC, MS15-034 HTTP.sys

HTTP.sys is the kernel driver for Microsoft Windows that handles HTTP requests. It was introduced from IIS6.0 to optimize IIS server performance, and the IIS service process depends on HTTP.sys. The HTTP.sys remote code execution vulnerability is essentially an integer overflow vulnerability in HTTP.sys.

CVE-2015-1635-POC.py allows specifying IP/domain and port for vulnerability verification.

POC usage: python3 CVE-2015-1635-POC.py -i [ip/domain] -p [port]

root@kitploit:~
Usage: python3 CVE-2015-1635-POC.py [options]
            
Options:
    -h,  --help          Show basic help message
    -i,  --ip            Target IP or Domain(e,g. "wolke.cn")
    -p,  --port          Target port
     
[+] example: python3 CVE-2015-1635-POC.py -i 10.0.0.1 -p 80
Download Tool