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
Metasploitable2-VAPT-Report — Comprehensive Penetration Testing report and exploit chain for Metasploitable 2 focusing on CVE-2011-2523. | Kitploit
Tools/GitHubGitHub/klynezyro/metasploitable2-vapt-report
Password CrackingPrivilege EscalationReconnaissancePersistence MechanismsVulnerability AnalysisExploitationPost-ExploitationPenetration TestingLearning & Education

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Red Teaming
Labs & Practice
GitHubklynezyro/metasploitable2-vapt-report

Metasploitable2-VAPT-Report

Comprehensive Penetration Testing report and exploit chain for Metasploitable 2 focusing on CVE-2011-2523.

View Repository
128 months agoNot yet reviewed

VAPT Report: Metasploitable 2 System Compromise

Project Overview

This repository contains a comprehensive Vulnerability Assessment and Penetration Testing (VAPT) report for the Metasploitable 2 vulnerable environment. The assessment follows the standard 5-phase ethical hacking methodology, demonstrating a complete "Kill Chain"—from initial reconnaissance to unauthenticated root access and post-exploitation persistence.

Target Profile

  • Target OS: Linux (Metasploitable 2)
  • Primary Attack Vector: vsftpd 2.3.4 Backdoor (CVE-2011-2523)
  • Risk Severity: CRITICAL (CVSS 9.8)

Executive Summary

Successfully achieved unauthenticated remote root access by exploiting a backdoor in the FTP service. Following initial access, I performed credential harvesting from /etc/shadow and established long-term persistence via SSH key injection and manual system hardening for "stealth" access. The engagement concluded with anti-forensic log wiping and a detailed remediation roadmap.

Key Skills & Tools Demonstrated

  • Reconnaissance: Service/Version detection and network mapping using Nmap.
  • Exploitation: Leveraged Metasploit for unauthenticated Remote Code Execution (RCE).
  • Post-Exploitation: Credential exfiltration and password cracking using John the Ripper with the rockyou.txt wordlist.
  • Persistence: Injected SSH RSA keys into authorized_keys and modified sshd_config for backup access.
  • Troubleshooting: Resolved legacy environment issues (e.g., xterm-256color errors) through manual environment variable manipulation.
  • Defense Evasion: Simulated "anti-forensics" by wiping auth.log and clearing shell command histories.
  • Reporting: Authored a professional audit report including Executive Summaries and Remediation strategies.

Documentation

  • Full Technical Report (PDF) - Detailed step-by-step walk-through and findings.

Lessons Learned

  • Reconnaissance Foundation: Extensive pre-exploitation research reduces "time-on-target" and detection risk.
  • Manual Verification: Tools can fail; manually verifying active sessions with sessions -l is critical for operational success.
  • Stealth Strategy: Pivoting from a noisy exploit to a "legitimate-looking" SSH login is superior for long-term persistence.

Disclaimer: This project was conducted in a private, authorized lab environment for educational purposes. Unauthorized hacking is illegal and unethical.

Download Tool