> 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/de/useful-resources/reporting.md).

# Berichterstattung

Ressourcen für Berichte, um technische Arbeit in klare Ergebnisse zu überführen: Struktur, Beweisfluss, LaTeX-Berichtsmaterial und Beispielinhalt für Berichte.

## Berichtsressourcen

<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>Professionelle Berichte (LaTeX)</h4></td><td>Professionelle Ressourcen für Penetrationstest-Berichte und LaTeX-Vorlagen für saubere Berichte im Bereich offensive Sicherheit.</td><td><a href="/pages/914b877aef8e316d074a857b45620286caf0504e">/pages/914b877aef8e316d074a857b45620286caf0504e</a></td></tr><tr><td><h3><i class="fa-file-lines" style="color:$primary;">:file-lines:</i></h3></td><td><h4>Bericht 1 - Presidential LaTeX-Dokumentation</h4></td><td>Presidential-VulnHub-LaTeX-Berichtsnotizen zur Erstellung professioneller Penetrationstest-Berichte, zur Strukturierung von Befunden und zur Dokumentation von Ausnutzungsnachweisen.</td><td><a href="/pages/5b7084ffb236ea85a4bad524ffe53a46c53bee83">/pages/5b7084ffb236ea85a4bad524ffe53a46c53bee83</a></td></tr></tbody></table>

### Workflow

1. Gruppieren Sie die Belege nach Befund, Auswirkung, Reproduktion und Behebung.
2. Halten Sie Befehle, Screenshots, Zeitstempel und betroffene Assets nahe bei dem Befund, den sie stützen.
3. Verwenden Sie Vorlagen für Konsistenz und passen Sie dann die Formulierungen an die Zielgruppe an.


---

# 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/de/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.
