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-2017-7269 | Kitploit
Tools/GitHubGitHub/vanishedpeople/cve-2017-7269
Vulnerability AnalysisExploitationWeb Application ExploitationCTFPenetration Testing
GitHubvanishedpeople/cve-2017-7269

CVE-2017-7269

View Repository
1 year 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 2017.7269 PoC

Index

  • CVE 2017.7269 PoC
    • Index
    • Authors
    • Abstract
      • What is Microsoft IIS?
      • What is Microsft Windows server?
      • What is WebDAV?
    • Description
      • Usage:
    • References & Discoverers

Authors

  • NoexDevPen - Beacons Profile
  • mag4no10 - Beacons Profile

Abstract

What is Microsoft IIS?

Internet Information Services (IIS) is a flexible, general-purpose web server from Microsoft that runs on Windows systems to serve requested HTML pages or files. An IIS web server accepts requests from remote client computers and returns the appropriate response. This basic functionality allows web servers to share and deliver information across local area networks (LAN), such as corporate intranets, and wide area networks (WAN), such as the Internet.

What is Microsft Windows server?

Is a line of Microsoft operating systems (OSes) comprised of extremely powerful machines. Windows Server was first launched in April 2003. It’s typically installed on heavy-use servers serving as a backbone for most IT companies, applications, and services. The server handles the administrative group-related activities on a network. It organizes, stores, sends, and receives files from devices connected to a network.

What is WebDAV?

WebDAV, or Web Distributed Authoring and Versioning, enhances HTTP to allow users to manage and edit files on a web server collaboratively. It supports file sharing, editing, and versioning directly through a web interface, offering a more collaborative and firewall-friendly alternative to FTP. WebDAV facilitates in-place file editing, making it ideal for team projects.

Description

This script performs a Buffer Overflow Attack using ScStoragePathFromUrl function in the WebDAV service in Internet Information Services (IIS) 6.0 in Microsoft Windows Server 2003 R2.

This PoC was tested on Granny/Grampa CTF machines in the hack the box platform.

Usage:

root@kitploit:~
python3 exploit.py <RHOST> <RPORT> <LHOST> <LPORT> [-v]

Where v is the verbose parameter, which will display debug trails.

References & Discoverers

  • ExploitDB
  • g0rx Github

CVE Discoverers: Zhiniang Peng & Chen Wu.

Download Tool