Enum4Linux

Enum4linux is a tool for enumerating information from Windows and Samba systems and is capable of discovering the following:

Enum4linux is already installed on kali.

https://tools.kali.org/information-gathering/enum4linux

To run enum you need to execute the command like that:

sudo enum4linux -a <ip-address> | tee <outputfile>.log

With this command you export the results into the defined output file. Makes it easier to analyze.
It takes some time to see all results ca. 5 minutes.

To see all possible actions you do: enum4linux -h

During the execution you will see everything what gets scanned:

image.png


Revision #2
Created 9 July 2022 13:28:05 by Togoboi
Updated 10 July 2022 08:23:32 by Togoboi