> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/pt-br/useful-resources/reporting.md).

# Relatórios

Recursos de relatório para transformar trabalho técnico em entregas claras: estrutura, fluxo de evidências, material para relatórios em LaTeX e conteúdo de exemplo de relatório.

## Recursos de Relatório

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-file-lines" style="color:$primary;">:file-lines:</i></h3></td><td><h4>Relatórios Profissionais (LaTeX)</h4></td><td>Recursos de relatórios profissionais de teste de invasão e modelos em LaTeX para writeups de segurança ofensiva limpos.</td><td><a href="/pages/cbf0f03d483c550992deb1458eacb6b2f756555c">/pages/cbf0f03d483c550992deb1458eacb6b2f756555c</a></td></tr><tr><td><h3><i class="fa-file-lines" style="color:$primary;">:file-lines:</i></h3></td><td><h4>Relatório 1 - Write-up Presidencial em LaTeX</h4></td><td>Notas do relatório LaTeX Presidencial VulnHub para produzir writeups profissionais de teste de invasão, estruturar achados e documentar evidências de exploração.</td><td><a href="/pages/15bf40ed7dc447a0d49b37f939e4d4d3bf038b12">/pages/15bf40ed7dc447a0d49b37f939e4d4d3bf038b12</a></td></tr></tbody></table>

### Fluxo de Trabalho

1. Agrupe as evidências por achado, impacto, reprodução e correção.
2. Mantenha comandos, capturas de tela, carimbos de data e hora e ativos afetados próximos ao achado que eles sustentam.
3. Use modelos para manter a consistência e, depois, ajuste a redação para o público-alvo.


---

# 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://hacking-notes.jord4n.pro/pt-br/useful-resources/reporting.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.
