# 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;
