
enum4linux
List of commands for enum4linux:
-
enum4linux:tldr:1d173 enum4linux: List usernames from a given host.$ enum4linux -U ${remote_host}try on your machineexplain this command
-
enum4linux:tldr:2f180 enum4linux: Get OS information.$ enum4linux -o ${remote_host}try on your machineexplain this command
-
enum4linux:tldr:48b4d enum4linux: Enumerate using given login credentials.$ enum4linux -u ${user_name} -p ${password} ${remote_host}try on your machineexplain this command
-
enum4linux:tldr:b639d enum4linux: Try to enumerate using all methods.$ enum4linux -a ${remote_host}try on your machineexplain this command
-
enum4linux:tldr:f6d44 enum4linux: List shares.$ enum4linux -S ${remote_host}try on your machineexplain this command