1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/enum4linux.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

502 B

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}}