LinuxCommandLibrary

enum4linux

Tool for enumerating Windows and Samba information from remote systems.

TLDR

Try to enumerate using all methods

$ enum4linux -a [remote_host]
copy


Enumerate using given login credentials
$ enum4linux -u [user_name] -p [password] [remote_host]
copy


List usernames from a given host
$ enum4linux -U [remote_host]
copy


List shares
$ enum4linux -S [remote_host]
copy


Get OS information
$ enum4linux -o [remote_host]
copy

Copied to clipboard