HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

enum4linux — Enumerate Windows and Samba information from remote systems. More information: <https://labs.portcul

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandwindowsandenum4linuxcliinformationsambaenumerate
linux

Problem

How to use the enum4linux command: Enumerate Windows and Samba information from remote systems. More information: <https://labs.portcullis.co.uk/tools/enum4linux/>.

Solution

enum4linux — Enumerate Windows and Samba information from remote systems. More information: <https://labs.portcullis.co.uk/tools/enum4linux/>.

Try to enumerate using all methods:
enum4linux -a {{remote_host}}


Enumerate using given login credentials:
enum4linux -u {{user_name}} -p {{password}} {{remote_host}}


List usernames from a given host:
enum4linux -U {{remote_host}}


List shares:
enum4linux -S {{remote_host}}


Get OS information:
enum4linux -o {{remote_host}}

Code Snippets

Try to enumerate using all methods

enum4linux -a {{remote_host}}

Enumerate using given login credentials

enum4linux -u {{user_name}} -p {{password}} {{remote_host}}

List usernames from a given host

enum4linux -U {{remote_host}}

List shares

enum4linux -S {{remote_host}}

Get OS information

enum4linux -o {{remote_host}}

Context

tldr-pages: linux/enum4linux

Revisions (0)

No revisions yet.