> 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/web.md).

# Werkzeuge zum Testen von Webanwendungen

Verwenden Sie diese Kategorie für Webanwendungstest-Workflows: Traffic über einen Proxy leiten, Injection-Points validieren, Webmodule scannen, versteckte Inhalte aufdecken, Technologien profilieren, Payloads recherchieren und das Verhalten von WAFs überprüfen.

## 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-bug" style="color:$primary;">:bug:</i></h3></td><td><h4>Burp Suite</h4></td><td>Notizen zum Web-Penetrationstest mit Burp Suite für Proxy-Interzeption, Repeater-Validierung, Intruder-Automatisierung, Comparer-Analyse, Manipulation von HTTP-Anfragen, Payload-Tests, Authentifizierungstests, Bestätigung von Schwachstellen und Beweissicherung.</td><td><a href="/pages/7f32c58655f5f2c593bab26af2041ae3991a0f0a">/pages/7f32c58655f5f2c593bab26af2041ae3991a0f0a</a></td></tr><tr><td><h3><i class="fa-database" style="color:$primary;">:database:</i></h3></td><td><h4>SQLMap</h4></td><td>Notizen zu SQLMap für Penetrationstests zur Erkennung von SQL-Injection, DBMS-Fingerprinting, Datenbank-Enumeration, Ermittlung von Tabellen und Spalten, Daten-Dump, Cookie-basierte Tests, Abstimmung von Risiko und Level, OS-Shell-Workflows, SQLite-Tests und manuelle Validierung von SQL-Injection.</td><td><a href="/pages/762d41a9dcf2cb31c5bb5d67bc76dd7a1f675100">/pages/762d41a9dcf2cb31c5bb5d67bc76dd7a1f675100</a></td></tr><tr><td><h3><i class="fa-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4>PHP-Sicherheitsscanner</h4></td><td>Nur für Abonnenten verfügbarer PHP-Static-Analysis-Workflow für gefährliche Funktionen, Source-to-Sink-Analyse, unsichere Konfiguration, Upload-Risiken, Deserialisierung, SSRF und Indikatoren für Privilegieneskalation.</td><td><a href="/pages/22b7f4c12a051fd56f1fbf7a85f36c3dce45d1f6">/pages/22b7f4c12a051fd56f1fbf7a85f36c3dce45d1f6</a></td></tr><tr><td><h3><i class="fa-globe" style="color:$primary;">:globe:</i></h3></td><td><h4>WMAP</h4></td><td>WMAP-Notizen zum Ausführen von Web-Schwachstellenscans über Metasploit und zum Überprüfen entdeckter Anwendungsprobleme.</td><td><a href="/pages/a32f517caea662467640d83cf962d32c1638f324">/pages/a32f517caea662467640d83cf962d32c1638f324</a></td></tr><tr><td><h3><i class="fa-globe" style="color:$primary;">:globe:</i></h3></td><td><h4>Web-Reconnaissance- und Bypass-Ressourcen</h4></td><td>Ressourcen für Web-Reconnaissance und Bypass für Fuzzing, Profiling, Payload-Referenzen, WAF-Erkennung, WAF-Bypass und HackTricks-Web-Utilities.</td><td><a href="/pages/2779bdd886cdb086fdba2dfa55e8aae09cf75d29">/pages/2779bdd886cdb086fdba2dfa55e8aae09cf75d29</a></td></tr></tbody></table>

### Workflow

1. Profilieren Sie die Anwendung und entdecken Sie versteckte Inhalte, bevor Sie umfangreichere Prüfungen durchführen.
2. Erfassen Sie repräsentative Anfragen in Burp Suite und bestätigen Sie das Verhalten von Parametern manuell.
3. Verwenden Sie SQLMap oder WMAP nur, wenn das Zielverhalten diesen Testpfad unterstützt.
4. Recherchieren Sie Payloads, Bypasses und das Verhalten von WAFs auf der speziellen Ressourcen-Seite.
5. Bewahren Sie exakte Anfragen, Payloads, Antworten, Screenshots und Tool-Versionen für den Bericht auf.


---

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