> 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/ports-and-services/smb-445.md).

# SMB - 445

SMB ist einer der Dienste mit dem höchsten Wert in Windows-Umgebungen. Prüfen Sie Null-Sessions, Freigaben, Signing, RID-Brute-Force, lesbare Dateien, Wiederverwendung von Anmeldedaten, administrativen Zugriff und bekannte Schwachstellen wie MS17-010.

## Notizen

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>CrackMapExec</strong></td><td>Hosts, Benutzer, Freigaben, Anmeldedaten und erhöhten Zugriff auflisten.</td><td><a href="/pages/2a973c33d03c20206a9f98397087449fd84976c1">/pages/2a973c33d03c20206a9f98397087449fd84976c1</a></td></tr><tr><td><strong>PsExec</strong></td><td>Befehle aus der Ferne mit Anmeldedaten oder NTLM-Hashes ausführen.</td><td><a href="/pages/c7892913491ea979ebb4886692df8f778eb8060c">/pages/c7892913491ea979ebb4886692df8f778eb8060c</a></td></tr><tr><td><strong>SMBMap</strong></td><td>Freigabeberechtigungen überprüfen, Dateien auflisten und Ziele herunterladen.</td><td><a href="/pages/dbafa4fd76975c92f0541c117522aa0cf9f592b4">/pages/dbafa4fd76975c92f0541c117522aa0cf9f592b4</a></td></tr><tr><td><strong>smbclient</strong></td><td>SMB-Freigaben über die Kommandozeile auflisten und darauf zugreifen.</td><td><a href="/pages/01cc2d1f29489760a1b08ecc69d0b0865238c7c2">/pages/01cc2d1f29489760a1b08ecc69d0b0865238c7c2</a></td></tr><tr><td><strong>rpcclient</strong></td><td>Null-Sessions und RPC-Aufrufe verwenden, um Benutzer und Gruppen aufzulisten.</td><td><a href="/pages/4405b2c95235da44560553743f3a850db0477536">/pages/4405b2c95235da44560553743f3a850db0477536</a></td></tr><tr><td><strong>NetExec</strong></td><td>AD-Benutzer auflisten und sensible Beschreibungen finden.</td><td><a href="/pages/f8a691bb04fb8c58115c3981635f607bf89f07f2">/pages/f8a691bb04fb8c58115c3981635f607bf89f07f2</a></td></tr><tr><td><strong>SMBServer</strong></td><td>Eine temporäre SMB-Freigabe für die Dateiübertragung bereitstellen.</td><td><a href="/pages/ca4ae083c58a42f7b32a57db78c209a2daa16331">/pages/ca4ae083c58a42f7b32a57db78c209a2daa16331</a></td></tr><tr><td><strong>EternalBlue</strong></td><td>MS17-010 auf verwundbaren SMB-Zielen validieren und ausnutzen.</td><td><a href="/pages/a2bafec3e1505a95634cfb4b0cc5cbdaaab533b6">/pages/a2bafec3e1505a95634cfb4b0cc5cbdaaab533b6</a></td></tr></tbody></table>


---

# 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/ports-and-services/smb-445.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.
