> For the complete documentation index, see [llms.txt](https://alomancy.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alomancy.gitbook.io/guides/master.md).

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