# Enum4linux

Herramienta para enumerar Windows y hosts [el servicio SMB](/securiters-wiki/puertos-and-servicios/445-smb.md) habilitado.

Para lanzar todas las opciones sobre el target:

```
enum4linux -v -a targetIp
```

Para enumerar usuarios:

```
enum4linux -U targetIp
```

Para enumerar shares:

```
enum4linux -S targetIp
```

Para obtener información del DC:

```
enum4linux -u username -p password -a dc-targetIp
```

Para lanzarlo a través de proxychains:

```
proxychains -q enum4linux -u username -p password -a dc-targetIp
```

Repositorio: <https://github.com/CiscoCXSecurity/enum4linux>


---

# Agent Instructions: 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:

```
GET https://wiki.securiters.com/securiters-wiki/_tools/enum4linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
