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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

enum4linux: command not found

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.

If you encounter the below error while running the command enum4linux:

enum4linux: command not found

you may try installing the below package as per your choice of distribution:

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. flameshot: command not found
  2. Adding Static Routes On Various *NIX (Linux,AIX,HP-UX)
  3. Ubuntu: Changing the stripe size of a striped LVM volume
  4. RHEL / CentOS : How to shrink LVM volume
  5. How to enable the automatic extension for a thin LVM volume
  6. How to Install dmg File on Mac from Command Line
  7. pinky Command Examples in Linux
  8. How to Troubleshoot Performance Issues on Linux – Beginners Guide
  9. Auditd Messages Are Filling Up /var/log/messages
  10. What is the purpose of .bashrc file in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • fprintd-delete Command Examples in Linux
  • fprintd-delete: command not found
  • foreman: command not found
  • foreman Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright