System Grab Bag

View all TLDR pages from Linux (or from all pages)

enum4linux

Tool for enumerating 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.