> For the complete documentation index, see [llms.txt](https://ganesha-hk.gitbook.io/cybersecurity-writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ganesha-hk.gitbook.io/cybersecurity-writeups/my-journey.md).

# My Journey

## 🧠 My Cybersecurity Journey

### 🚀 How it started

My journey into cybersecurity started with curiosity about how systems work and how they can be broken.\
I was always interested in understanding real-world vulnerabilities rather than just theoretical concepts.

***

### 🎯 Why Offensive Security

I chose offensive security because:

* I enjoy problem solving and breaking systems
* I like hands-on learning (CTFs, labs)
* I want to understand how attackers think

***

### 🧪 What I’m Learning

Currently focusing on:

* 🌐 Web Exploitation (OWASP TOP 10)
* 🐧 Linux Privilege Escalation
* 🪟 Windows Privilege Escalation
* 🏢 Active Directory Attacks
* 🔍 Enumeration & Recon Methodology

***

### ⚔️ Platforms I Use

* TryHackMe
* Hack The Box
* PortSwigger Labs

***

### 🛠 Tools I Work With

* Nmap
* FFUF
* Burp Suite
* John the Ripper
* LinPEAS / WinPEAS

***

### 📈 My Approach

I follow a structured methodology:

```
Recon → Enumeration → Exploitation → Privilege Escalation → Post-Exploitation
```

***

### 🎯 Goal

My goal is to become a professional penetration tester specializing in:

* Web application security
* Active Directory attacks
* Real-world bug bounty hunting

***

### ⚡ Mindset

> "Consistency beats talent. Every box, every lab, every failure is progress."

I believe in:

* Learning by doing
* Documenting everything
* Improving daily

***

### 🔥 Current Focus

* Advanced Web Exploitation
* Privilege Escalation Techniques
* Real-world attack simulation

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ganesha-hk.gitbook.io/cybersecurity-writeups/my-journey.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
