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/admin2099/penetration-testing-assessment-23-04-2026
Privilege EscalationReconnaissanceVulnerability ScannersExploit FrameworksVulnerability AnalysisExploitationWeb Application ExploitationPost-ExploitationPenetration Testing

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Misconfiguration
Learning & Education
Labs & Practice
GitHubadmin2099/penetration-testing-assessment-23-04-2026

Penetration-Testing-Assessment-23-04-2026

Penetration testing assessment of a vulnerable IIS 6.0 WebDAV server, demonstrating reconnaissance, enumeration, exploitation (CVE-2017-7269), and privilege escalation to SYSTEM, along with risk analysis and remediation strategies.

View Repository
22 months agoNot yet reviewed

Penetration Testing Report – IIS WebDAV Exploitation

Overview

This project demonstrates a complete penetration testing lifecycle performed on a vulnerable target system. The assessment follows a structured approach including reconnaissance, scanning, enumeration, exploitation, and post-exploitation.

The target system is a Windows Server 2003 R2 machine running Microsoft IIS 6.0 with WebDAV enabled, which exposes it to critical vulnerabilities.

Objectives

  • Identify vulnerabilities in the target system
  • Exploit discovered weaknesses
  • Gain initial access to the system
  • Perform privilege escalation
  • Evaluate overall security posture
  • Recommend mitigation strategies

Tools and Technologies

  • Kali Linux
  • Nmap
  • Gobuster
  • Davtest
  • Cadaver
  • Metasploit Framework
  • Netcat (nc)
  • Churrasco

Target Details

ParameterValue
Target IP10.129.3.70
OSWindows Server 2003 R2
Web ServerMicrosoft IIS 6.0
Port80 (HTTP)
VulnerabilityCVE-2017-7269

Methodology

Reconnaissance

Network interfaces and connectivity were verified using basic commands such as ip a and ping.

Scanning

Nmap scans revealed that only port 80 was open on the target system.

Enumeration

  • IIS 6.0 with WebDAV enabled was identified
  • Directory brute-forcing exposed sensitive endpoints
  • FrontPage Server Extensions were detected

Exploitation

The Metasploit module below was used: exploit/windows/iis/iis_webdav_scstoragepathfromurl

This exploited CVE-2017-7269 and established a Meterpreter session.

Post-Exploitation

  • Uploaded payload tools such as nc.exe and churrasco.exe
  • Established reverse shell access
  • Escalated privileges from NETWORK SERVICE to SYSTEM

Key Findings

  • Outdated and unsupported operating system
  • WebDAV enabled with insecure HTTP methods
  • Critical remote code execution vulnerability
  • Successful system compromise
  • Full administrative (SYSTEM-level) access obtained

Risk Summary

Risk LevelDescription
CriticalRemote code execution and privilege escalation
HighMisconfigured services and exposed attack surface
MediumDirectory exposure and weak configurations

Remediation and Defensive Measures

  • Upgrade to a supported Windows Server version
  • Disable WebDAV if not required
  • Apply latest security patches
  • Restrict dangerous HTTP methods
  • Implement HTTPS
  • Configure firewall and network segmentation
  • Deploy SIEM solutions for monitoring
  • Enforce least privilege access control
  • Use IDS/IPS and endpoint protection

Conclusion

The penetration test demonstrated that the target system is highly vulnerable due to outdated software and insecure configurations. Attackers can easily exploit these weaknesses to gain full system access. Immediate remediation is necessary to secure the environment.

References

  • NIST National Vulnerability Database (CVE-2017-7269)
  • OWASP Top 10
  • Metasploit Documentation

Author

Debayan Das
Cybersecurity Analyst

Download Tool