# Pwning

Pwning, ou "pwn", é uma giria que vem da escrita errada da palavra inglesa "own", visto que as teclas "o" e "p" são próximas. Ela é utilizada com o significado de tomar controle de algum sistema.

Isso envolve a exploração de certos comportamentos anômalos presentes em um sistema, como por exemplo um overflow ou um acesso indevido.


---

# 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://gitbook.ganeshicmc.com/pwning.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.
