# enum4linux

{% embed url="<https://github.com/CiscoCXSecurity/enum4linux>" %}

Enum4linux is a tool used for enumerating information from Windows and Samba systems. It leverages the SMB protocol to extract details such as shares, users, groups, and more.&#x20;

It is widely used in penetration testing and vulnerability assessments to gather intelligence and identify potential targets or weaknesses in a network's security posture.&#x20;

Enum4linux is a command-line tool, making it easy to script and integrate into larger testing frameworks.


---

# 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://oscp-certification.certs-study.com/information-gathering/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.
