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

# Инструменты обнаружения и перечисления

Используйте эту категорию для отображения целевой поверхности атаки: DNS-записи, поддомены, сетевые сервисы, результаты сканирования уязвимостей, открытые репозитории Git, исследования беспроводного зондирования и сигналы веб-технологий.

## Инструменты и ресурсы

<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 для оценки сети, хоста, службы, приложения и операционной системы.</td><td><a href="/pages/d6bdf984f47712065d38cf4004524202a93fe413">/pages/d6bdf984f47712065d38cf4004524202a93fe413</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>Перечисление DNS</h4></td><td>Заметки по инструментам перечисления DNS для пассивного обнаружения DNS, перечисления поддоменов, DNS-записей, проверок передачи зоны, dnsrecon, dnsenum, DNSDumpster, перебора, обнаружения хостов и рабочих процессов разведки.</td><td><a href="/pages/74cbcf97763a750332ca911fa1f876e3031f281d">/pages/74cbcf97763a750332ca911fa1f876e3031f281d</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>Инструменты оценки сетевых сервисов</h4></td><td>Инструменты оценки сетевых сервисов для SMB, Kerberos, LDAP, SNMP, NFS, RPC, тестирования аутентификации и перечисления служб Windows или Active Directory.</td><td><a href="/pages/d7fc6fdb6e5d2a7b89c2a6b6cf92c256a24fd5a2">/pages/d7fc6fdb6e5d2a7b89c2a6b6cf92c256a24fd5a2</a></td></tr><tr><td><h3><i class="fa-wifi" style="color:$primary;">:wifi:</i></h3></td><td><h4>RuView WiFi Sensing</h4></td><td>Заметки RuView по зондированию WiFi CSI, настройке ESP32, симулированным демонстрациям, обнаружению присутствия, исследованиям движения и проверке с учетом конфиденциальности.</td><td><a href="/pages/3708a71315ae2efcb5525dfaef3e06fc043c634a">/pages/3708a71315ae2efcb5525dfaef3e06fc043c634a</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 для восстановления раскрытых каталогов .git и анализа утекшей истории репозитория во время веб-оценок.</td><td><a href="/pages/020dd3b550c785fe9bb8b0bee47bafc945989549">/pages/020dd3b550c785fe9bb8b0bee47bafc945989549</a></td></tr></tbody></table>

### Рабочий процесс

1. Начните с пассивного обнаружения и контекста DNS.
2. Проверяйте раскрытые службы и сигналы технологий с помощью целенаправленного перечисления.
3. Запускайте сканеры только там, где объем работ и разрешение ясны.
4. Подтверждайте вручную находки с высоким уровнем воздействия перед отчетом.
5. Сохраняйте необработанный вывод, версии, метки времени и пути к доказательствам.


---

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