> 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/hacking-tools/exploitation.md).

# Ausnutzungs- und Recherche-Tools

Verwenden Sie diese Kategorie, wenn eine Schwachstelle bereits plausibel ist und Sie Exploit-Referenzen, Framework-Module, öffentliche Proof-of-Concept-Recherchen oder Beispiele für Bug-Bounty-Methodik benötigen.

## Werkzeuge und Ressourcen

<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-rocket" style="color:$primary;">:rocket:</i></h3></td><td><h4>Metasploit</h4></td><td>Methodiknotizen zum Metasploit Framework zu msfconsole, Modulsuche, Auxiliary-Modulen, Exploit-Modulen, Payloads, Encodern, msfvenom, Meterpreter, Datenbank-Workspaces, Sitzungen, Dienstenumeration, SMB-Ausnutzung, Post-Exploitation und auf Berichterstattung fokussierter Validierung.</td><td><a href="/pages/565a6e63b23fad40bb85bbf48bf55fbd756bb58e">/pages/565a6e63b23fad40bb85bbf48bf55fbd756bb58e</a></td></tr><tr><td><h3><i class="fa-magnifying-glass" style="color:$primary;">:magnifying-glass:</i></h3></td><td><h4>Searchsploit</h4></td><td>Searchsploit-Nutzungshinweise zum lokalen Abfragen von Exploit-DB, Finden öffentlicher Exploits und Prüfen von Proof-of-Concept-Code.</td><td><a href="/pages/2a268fa0af89e3970af106d2971da4dfc5cba2a4">/pages/2a268fa0af89e3970af106d2971da4dfc5cba2a4</a></td></tr><tr><td><h3><i class="fa-bug" style="color:$primary;">:bug:</i></h3></td><td><h4>Bug-Bounty- und Forschungsressourcen</h4></td><td>Ressourcen für Bug Bounty und Sicherheitsforschung für öffentliche Berichte, Schwachstellendatenbanken, Exploit-Referenzen, Methodiknotizen und Payload-Forschung.</td><td><a href="/pages/d0c1f88d018c02c4912e381b0a4445cc6964e9ce">/pages/d0c1f88d018c02c4912e381b0a4445cc6964e9ce</a></td></tr></tbody></table>

### Workflow

1. Bestätigen Sie den Schwachstellenzustand, bevor Sie einen Exploit-Pfad auswählen.
2. Suchen Sie nach öffentlichen Referenzen, betroffenen Versionen, Voraussetzungen und erwarteten Auswirkungen.
3. Bevorzugen Sie den kleinsten kontrollierten Proof of Concept, der das Risiko demonstriert.
4. Verwenden Sie Metasploit-Module nur, wenn das Modulverhalten und die Auswirkung des Payloads verstanden sind.
5. Dokumentieren Sie Exploit-Quelle, Version, Befehlszeile, Payload, Sitzungsausgabe und Bereinigungsschritte.


---

# 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/hacking-tools/exploitation.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.
