2020-02-09 21:26:51 +00:00
|
|
|
# enum4linux
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Enumerate Windows and Samba information from remote systems.
|
2021-07-09 15:45:55 +01:00
|
|
|
> More information: <https://labs.portcullis.co.uk/tools/enum4linux/>.
|
2020-02-09 21:26:51 +00:00
|
|
|
|
|
|
|
- Try to enumerate using all methods:
|
|
|
|
|
|
|
|
`enum4linux -a {{remote_host}}`
|
|
|
|
|
|
|
|
- Enumerate using given login credentials:
|
|
|
|
|
2022-01-03 11:21:12 +00:00
|
|
|
`enum4linux -u {{user_name}} -p {{password}} {{remote_host}}`
|
2020-02-09 21:26:51 +00:00
|
|
|
|
|
|
|
- List usernames from a given host:
|
|
|
|
|
2022-01-03 11:21:12 +00:00
|
|
|
`enum4linux -U {{remote_host}}`
|
2020-02-09 21:26:51 +00:00
|
|
|
|
|
|
|
- List shares:
|
|
|
|
|
2022-01-03 11:21:12 +00:00
|
|
|
`enum4linux -S {{remote_host}}`
|
2020-02-09 21:26:51 +00:00
|
|
|
|
|
|
|
- Get OS information:
|
|
|
|
|
2022-01-03 11:21:12 +00:00
|
|
|
`enum4linux -o {{remote_host}}`
|