## https://sploitus.com/exploit?id=7BFED37B-BAD7-53E9-98B3-71FA77A15D94
# ๐ Pentesting Writeups
> Personal penetration testing documentation and learning repository.
This repository contains my **hands-on penetration testing notes and machine writeups** created while practicing offensive security techniques on vulnerable lab environments.
The goal of this repository is to **document methodology, commands, findings, and reasoning** while solving machines.
---
## ๐ง What This Repository Contains
* ๐ก Enumeration techniques
* ๐ Vulnerability discovery
* โ๏ธ Exploitation methods
* ๐ Reverse shell techniques
* โฌ๏ธ Privilege escalation methods
* ๐ Tool usage and commands
* ๐ธ Screenshots of important findings
These notes serve as a **personal knowledge base while learning penetration testing**.
---
## ๐ป Machines Documented
| Machine | Description |
| ----------- | -------------------------------------------------- |
| ๐น Academy | Web exploitation and privilege escalation practice |
| ๐น Blue | Windows SMB exploitation lab |
| ๐น Butler | Jenkins exploitation scenario |
| ๐น Dev | Web enumeration and exploitation |
| ๐น Kioptrix | Classic beginner penetration testing machine |
Each machine folder contains **step-by-step notes including commands, reasoning, and screenshots**.
---
## ๐งฐ Tools Used
Some of the tools used during the assessments include:
* Nmap
* Burp Suite
* Metasploit
* Netcat
* LinPEAS
* Gobuster
* Hydra
* John the Ripper
---
## โ๏ธ Methodology Followed
Typical workflow used while solving machines:
```
Reconnaissance
โ
Enumeration
โ
Vulnerability Discovery
โ
Exploitation
โ
Reverse Shell
โ
Privilege Escalation
โ
Post Exploitation
```
This methodology helps ensure **systematic and structured penetration testing**.
---
## ๐ Purpose of This Repository
This repository acts as:
* ๐ A **documentation journal** for my cybersecurity learning journey
* ๐งช A **practice log** for penetration testing labs
* ๐ง A **knowledge base** of commands, tools, and techniques
---
## ๐ Skills Practiced
* Network Enumeration
* Web Application Testing
* Password Attacks
* Reverse Shell Techniques
* Linux Privilege Escalation
* Windows Exploitation
---
## ๐จโ๐ป Author
Adarsh Dubey
Cybersecurity Enthusiast | Penetration Testing Learner
---
## โ ๏ธ Disclaimer
These notes are created **only for educational purposes** while practicing on intentionally vulnerable lab machines.
Do **not attempt these techniques on systems without proper authorization**.
---
โญ If you find this repository useful or interesting, feel free to star it!