tldr/pages/linux/enum4linux.md

25 lines
513 B
Markdown
Raw Normal View History

2020-02-09 21:26:51 +00:00
# enum4linux
> Tool for enumerating Windows and Samba information from remote systems.
> 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}}`