# Introduction

This is a collection of personal penetration testing notes from my time working in the field. My primary testing is infrastructure testing (Internal and External network) that includes Active Directory. However, I also occasionally do other types of testing as listed below.

Therefore, my penetration testing notes will be on the following topics:

* Internal/External Network Infrastructure Testing
* Active Directory Testing
* Physical Security Testing
* Wireless Network Testing
* Cloud (AWS/Azure) Testing
* Social Engineering (Phishing, Vishing, On-Site Impersonation)
* Web Application Testing

{% hint style="success" %}
To get started, check out my [Favorite Pages](https://notes.sixthcyber.com/favorite-pages).
{% endhint %}

{% hint style="info" %}
These notes are an on-going work in progress and will be ever growing as long as I'm working in the field. As such, they are by no means perfect and will likely contain some errors from time to time.
{% endhint %}


---

# 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://notes.sixthcyber.com/readme.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.
