> For the complete documentation index, see [llms.txt](https://infra.newerasec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infra.newerasec.com/infrastructure-testing/tools/enum4linux.md).

# enum4linux

**Verbose mode, shows the underlying commands being executed by enum4linux**&#x20;

enum4linux -v target-ip&#x20;

**Do Everything, runs all options apart from dictionary based share name guessing**&#x20;

enum4linux -a target-ip&#x20;

**Lists usernames, if the server allows it - (RestrictAnonymous = 0)**&#x20;

enum4linux -U target-ip&#x20;

**If you've managed to obtain credentials, you can pull a full list of users regardless of the RestrictAnonymous option**

enum4linux -u administrator -p password -U target-ip&#x20;
