# Hacking Methodologies

- [Known Tools & Technologies](https://book.turbosec.net/hacking-methodologies/known-tools-and-technologies.md): This list contains technologies and principles that I have learned through the years.
- [Kill Chain](https://book.turbosec.net/hacking-methodologies/layers.md)
- [Phyisical and hardware](https://book.turbosec.net/hacking-methodologies/layer-0-phyisical-and-hardware.md): If you have physical access to the device, check this out.
- [Full Screen Escape](https://book.turbosec.net/hacking-methodologies/layer-0-phyisical-and-hardware/full-screen-escape.md): Sometimes you are stuck inside a full screen interface/GUI and you can tell you're just a few clicks away from a shell.


---

# 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://book.turbosec.net/hacking-methodologies.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.
