From 3573da9e2ba32c85a9aa78cd62fd8cac0e747dcb Mon Sep 17 00:00:00 2001 From: warpigsir <21257844+warpigsir@users.noreply.github.com> Date: Sun, 9 Feb 2020 22:26:51 +0100 Subject: [PATCH] enum4linux: add page (#3810) --- pages/linux/enum4linux.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/enum4linux.md diff --git a/pages/linux/enum4linux.md b/pages/linux/enum4linux.md new file mode 100644 index 0000000000..75bcbc9089 --- /dev/null +++ b/pages/linux/enum4linux.md @@ -0,0 +1,24 @@ +# enum4linux + +> Tool for enumerating Windows and Samba information from remote systems. +> It attempts to offer similar functionality to enum.exe formerly available from www.bindview.com. + +- Try to enumerate using all methods: + +`enum4linux -a {{remote_host}}` + +- Enumerate using given login credentials: + +`enum4liux -u {{user_name}} -p {{password}} {{remote_host}}` + +- List usernames from a given host: + +`enum4liux -U {{remote_host}}` + +- List shares: + +`enum4liux -S {{remote_host}}` + +- Get OS information: + +`enum4liux -o {{remote_host}}`