# Introduction

This GitBook is a collection of practical notes covering **Windows, Linux, Active Directory, privilege escalation, pivoting**, and related topics. It’s intended to be used as a **checklist and reference** for labs, CTFs, certifications, and even real-world penetration testing engagements.

The content will continue to evolve over time as I learn and refine my approach, with plans to add more material such as **web penetration testing** and **Linux privilege escalation** techniques.

{% hint style="info" %}
This collection is a living ***work in progress*** and will continue to be updated and expanded as needed.
{% endhint %}

### About

If you have any questions or suggestions on what I can add, feel free to contact me!

[LinkedIn](https://www.linkedin.com/in/gokulkarthik2001/)

[Blog](https://medium.com/@gokul_karthik)


---

# Agent Instructions: 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:

```
GET https://gokulkarthik.gitbook.io/pentesting-checklist/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
