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
metasploit-pentest-report — Authorized penetration test against Metasploitable2 and TryHackMe Blue. 3 CVEs exploited (CVE-2011-2523, CVE-2007-2447, CVE-2017-0144), 4 findings with CVSS scoring and MITRE ATT&CK mapping. | Kitploit
Tools/GitHubGitHub/ronankongala/metasploit-pentest-report
ReconnaissancePort ScanningVulnerability AnalysisExploitationCTFPenetration TestingLearning & EducationRed TeamingCurated Resources

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Labs & Practice
GitHubronankongala/metasploit-pentest-report

metasploit-pentest-report

Authorized penetration test against Metasploitable2 and TryHackMe Blue. 3 CVEs exploited (CVE-2011-2523, CVE-2007-2447, CVE-2017-0144), 4 findings with CVSS scoring and MITRE ATT&CK mapping.

View Repository
14 days agoNot yet reviewed

Authorized Penetration Test — Metasploit Lab

Scope and Authorization

All targets used in this project are explicitly authorized:

TargetIPAuthorization Basis
Metasploitable2192.168.3.130Self-hosted VM on isolated host-only network. Intentionally vulnerable by design — created specifically for security training.
TryHackMe "Blue"10.65.159.150Authorized lab environment. TryHackMe Terms of Service explicitly permit full exploitation of lab machines.

No production systems, real organizations, or unauthorized targets were accessed at any point during this project.


Objective

Conduct an authorized penetration test against two intentionally vulnerable targets, exploit known vulnerabilities using Metasploit Framework, and produce a structured pentest report in the same format used in professional vulnerability disclosure — including CVSS scoring, MITRE ATT&CK mapping, reproduction steps, and remediation recommendations.


Findings Summary

Result: Both targets fully compromised (root / NT AUTHORITY\SYSTEM) via unpatched publicly known vulnerabilities.


Tools Used

  • Metasploit Framework v6.4
  • Nmap 7.99
  • Kali Linux 2026.2
  • TryHackMe AttackBox

Reconnaissance

Nmap — Targeted Port Scan

Nmap targeted scan

Nmap — Full Port Scan (Key Services)

Nmap full scan


Finding 1 — vsftpd 2.3.4 Backdoor (CVE-2011-2523)

Severity: CRITICAL | CVSS: 10.0 | MITRE: T1190

vsftpd 2.3.4 contains a backdoor introduced into the source code by a malicious actor. Sending a username ending in :) triggers a root shell on port 6200. Exploited via exploit/unix/ftp/vsftpd_234_backdoor.

Finding 1 — vsftpd root shell

Result: uid=0(root) gid=0(root)


Finding 2 — Samba usermap_script RCE (CVE-2007-2447)

Severity: CRITICAL | CVSS: 10.0 | MITRE: T1210

Samba 3.0.20 allows unauthenticated command injection via shell metacharacters in the username field when username map script is enabled. Exploited via exploit/multi/samba/usermap_script.

Finding 2 — Samba root shell

Result: uid=0(root) gid=0(root)


Finding 3 — rexec Cleartext Authentication Service

Severity: HIGH | CVSS: 7.5 | MITRE: T1021

The rexec service (TCP port 512) is running and transmits credentials in cleartext. Any network observer can capture credentials via packet capture. Confirmed via Metasploit auxiliary/scanner/rservices/rexec_login.

Finding 3 — rexec service


Finding 4 — MS17-010 EternalBlue SMB RCE (CVE-2017-0144)

Severity: CRITICAL | CVSS: 9.8 | MITRE: T1210

Windows Server 2008 R2 unpatched against MS17-010. EternalBlue exploits a buffer overflow in SMBv1 to achieve unauthenticated remote code execution at SYSTEM level. Exploited via exploit/windows/smb/ms17_010_eternalblue.

Vulnerability Verified

MS17-010 verified

SYSTEM Access Achieved

EternalBlue SYSTEM

Result: NT AUTHORITY\SYSTEM


Repository Structure

root@kitploit:~
metasploit-pentest-report/
├── README.md
├── reports/
│   └── pentest_report_v1.docx
├── metasploitable2/
│   └── screenshots/
│       ├── lab_setup_metasploitable_ip.png
│       ├── nmap_targeted.png
│       ├── nmap_full_scan_top.png
│       ├── nmap_full_scan_bottom.png
│       ├── msfconsole_launch.png
│       ├── finding1_vsftpd_root.png
│       ├── finding2_samba_root.png
│       └── finding3_rexec.png
└── thm_blue/
    └── screenshots/
        ├── thm_blue_nmap.png
        ├── thm_blue_ms17010_verified.png
        └── finding4_eternalblue_system.png

Report

The full structured pentest report (with detailed reproduction steps, evidence, business impact, and remediation for all 4 findings) is available in reports/pentest_report_v1.docx.

Download Tool
#VulnerabilityCVECVSSSeverityTarget
1vsftpd 2.3.4 Backdoor RCECVE-2011-252310.0CRITICAL192.168.3.130
2Samba usermap_script RCECVE-2007-244710.0CRITICAL192.168.3.130
3rexec Cleartext Auth ServiceN/A7.5HIGH192.168.3.130
4MS17-010 EternalBlue SMB RCECVE-2017-01449.8CRITICAL10.65.159.150