• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

enum4linux Command Examples in Linux

by Deepika

enum4linux is a command-line tool for enumerating Windows and Samba information from remote systems. It is written in Perl and can be used to perform reconnaissance on Windows and Samba systems. The tool can be used to gather information such as user and group lists, shared resources, and other information that can be used to identify potential vulnerabilities.

enum4linux Command Examples

1. Try to enumerate using all methods:

# enum4linux -a remote_host

2. Enumerate using given login credentials:

# enum4linux -u user_name -p password remote_host

3. List usernames from a given host:

# enum4linux -U remote_host

4. List shares:

# enum4linux -S remote_host

5. Get OS information:

# enum4linux -o remote_host

Filed Under: Linux

Some more articles you might also be interested in …

  1. d8: Developer shell for the V8 JavaScript engine
  2. dirb: command not found
  3. ipython Command Examples
  4. RHEL / CentOS : How to shrink LVM volume
  5. gprof Command Examples
  6. logname Command Examples in Linux
  7. ltrace: command not found
  8. kill Command Examples in Linux
  9. Echo Command with Practical Examples
  10. mkinitrd: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright