Kioptrix Level 1 Reporting Penetration Test Findings
Kioptrix Level 1 Reporting Penetration Test Findings
Executive Summary:
This report details the findings of a penetration test conducted on the Kioptrix Level 1 virtual
machine. The primary goal of the test was to identify vulnerabilities that could be exploited by
an attacker to gain unauthorized access or escalate privileges.
The assessment revealed several security weaknesses, including outdated software versions,
improper service configurations, and weak credentials. By leveraging these vulnerabilities, we
were able to achieve root-level access to the system.
Scope:
Methodology:
Reconnaissance:
In this initial phase, we gathered information about the target system, focusing on identifying
live hosts, open ports, and the services running on the target machine. This step helps understand
the attack surface.
Tool: Nmap
Objective: Identify open ports and services.
Command: nmap 192.168.152.129
Vulnerability Analysis:
Exploitation:
Post-Exploitation:
Focused on privilege escalation by identifying kernel vulnerabilities and leveraging weak
configurations for root access.
Technical Findings:
1. Service Enumeration (Port Scanning)
2. Samba Vulnerability
use auxiliary/scanner/smb/smb_version
set RHOST 192.168.152.129
run