Skip to content

sudo-mugerwa/Kioptrix-Level-1-Exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

Kioptrix Level 1 Walkthrough

A professional penetration testing report.

📋 Table of Contents

  1. Enumeration
  2. Vulnerability Analysis
  3. Exploitation

1. Enumeration

In this phase, I identified the target and scanned for open services.

Network Discovery

I used ip addr show to indetify my IP Then netdiscover to find the target IP on the local NAT network.

Port Scanning

An aggressive Nmap scan revealed several interesting ports, including 80 (HTTP) and 139/445 (SMB).


2. Vulnerability Analysis

I identified an outdated version of Samba (2.2.1) which is vulnerable to a "trans2open" overflow.


3. Exploitation

I then set the Responding Host, Listening Host loaded the payload then proceeded to Run(exploit)

About

Kioptrix Level 1 Walkthrough - A detailed penetration testing report covering enumeration, vulnerability analysis, and exploitation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors