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

# Discovery- und Enumeration-Tools

Verwenden Sie diese Kategorie, um Ziel-Exposition abzubilden: DNS-Einträge, Subdomains, Netzwerkdienste, Ergebnisse von Schwachstellenscans, offengelegte Git-Repositorys, Forschung zu drahtloser Sensorik und Signale zu Webtechnologien.

## 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-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4>Nessus</h4></td><td>Nessus-Notizen zum Schwachstellenscanning für die Bewertung von Netzwerk, Host, Dienst, Anwendung und Betriebssystem.</td><td><a href="/pages/d68adcdd5c2bb1e4a14e0bebbef245300d437147">/pages/d68adcdd5c2bb1e4a14e0bebbef245300d437147</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>DNS-Enumeration</h4></td><td>Notizen zu DNS-Enumeration-Tools für passive DNS-Entdeckung, Subdomain-Enumeration, DNS-Einträge, Prüfungen auf Zonentransfer, dnsrecon, dnsenum, DNSDumpster, Brute-Forcing, Host-Erkennung und Aufklärungs-Workflows.</td><td><a href="/pages/de3e0d7fd6831c1a0c6447860f053e68adaa4915">/pages/de3e0d7fd6831c1a0c6447860f053e68adaa4915</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>Werkzeuge zur Bewertung von Netzwerkdiensten</h4></td><td>Werkzeuge zur Bewertung von Netzwerkdiensten für SMB, Kerberos, LDAP, SNMP, NFS, RPC, Authentifizierungstests und die Enumeration von Windows- oder Active-Directory-Diensten.</td><td><a href="/pages/2d88b3f3059a0978cc11fe70414d85bb67e452cc">/pages/2d88b3f3059a0978cc11fe70414d85bb67e452cc</a></td></tr><tr><td><h3><i class="fa-wifi" style="color:$primary;">:wifi:</i></h3></td><td><h4>RuView WiFi-Sensorik</h4></td><td>RuView-Notizen zu WiFi-CSI-Sensorik, ESP32-Einrichtung, simulierten Demos, Anwesenheitserkennung, Bewegungsforschung und datenschutzbewusster Validierung.</td><td><a href="/pages/3775dbb88912481946a710289d3c797efdb65f52">/pages/3775dbb88912481946a710289d3c797efdb65f52</a></td></tr><tr><td><h3><i class="fa-code-branch" style="color:$primary;">:code-branch:</i></h3></td><td><h4>Git-Dumper</h4></td><td>Git-Dumper-Notizen zum Wiederherstellen offengelegter .git-Verzeichnisse und zum Überprüfen der geleakten Repository-Historie bei Web-Assessments.</td><td><a href="/pages/97e85cc65d571ae794c6592c0749dd375f15c326">/pages/97e85cc65d571ae794c6592c0749dd375f15c326</a></td></tr></tbody></table>

### Workflow

1. Beginnen Sie mit passiver Erkundung und DNS-Kontext.
2. Validieren Sie offengelegte Dienste und Technologiesignale mit gezielter Enumeration.
3. Führen Sie Scanner nur dort aus, wo Umfang und Autorisierung klar sind.
4. Bestätigen Sie schwerwiegende Funde vor der Meldung manuell.
5. Bewahren Sie Rohdaten, Versionen, Zeitstempel und Nachweis-Pfade 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/enumeration.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.
