# Introduction

## Issues

If you find any issues, please reach out to me on my discord server listed below.

## Social

* Twitter: @Alomancy
* Twitch: <http://twitch.tv/Alomancy>
* Youtube: <https://www.youtube.com/c/AlomancyIRL>
* Discord: <https://discord.gg/jn4VXgtVeF>

## Practice

If you would like to practice head to one of the following:

* Tryhackme: [https://tryhackme.com](https://tryhackme.com/room/bufferoverflowprep)
* Hackthebox: <https://hackthebox.com>
* Burp-suite academy: <https://portswigger.net/web-security>
* Overthewire: <https://overthewire.org/wargames/>
* Underthewire: <https://underthewire.tech/>
* AWS: <http://flaws.cloud/>
* Reverse Engineering: <https://github.com/swisskyrepo/PayloadsAllTheThings>
* Traffic Analysis: <https://malware-traffic-analysis.net/>

## Video Learning

Cybrary.it: <https://cybrary.it>

## Hacklist

* Community Hacklist: <https://infosecstreams.github.io/>
* ChadB\_Noobs Hacklist: <https://hacklistx.github.io/>

## Resources

* Hack Tricks: <https://book.hacktricks.xyz/>&#x20;
* Cheat Sheets: <https://github.com/swisskyrepo/PayloadsAllTheThings>
* Hack Tools Extension: <https://addons.mozilla.org/en-GB/firefox/addon/hacktools/>
* Reverse Shells: <http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet>
* Vulnerable Unix Binaries: <https://gtfobins.github.io/>
* Cheat sheets: <https://highon.coffee/>
* XSS payloads: <http://www.xss-payloads.com/>
* Linux Priv Esc: <https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/>
* Windows Priv Esc: <https://www.fuzzysecurity.com/tutorials/16.html>
* Example Hashes: <https://hashcat.net/wiki/doku.php?id=example_hashes>
* Coding: [https://replit.com](https://replit.com/~)


---

# 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://alomancy.gitbook.io/guides/master.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.
