1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/enum4linux.md

25 lines
513 B
Markdown
Raw Normal View History

2020-02-09 22:26:51 +01:00
# enum4linux
> Tool for enumerating Windows and Samba information from remote systems.
> More information: <https://labs.portcullis.co.uk/tools/enum4linux/>.
2020-02-09 22:26:51 +01:00
- Try to enumerate using all methods:
`enum4linux -a {{remote_host}}`
- Enumerate using given login credentials:
2022-01-03 16:51:12 +05:30
`enum4linux -u {{user_name}} -p {{password}} {{remote_host}}`
2020-02-09 22:26:51 +01:00
- List usernames from a given host:
2022-01-03 16:51:12 +05:30
`enum4linux -U {{remote_host}}`
2020-02-09 22:26:51 +01:00
- List shares:
2022-01-03 16:51:12 +05:30
`enum4linux -S {{remote_host}}`
2020-02-09 22:26:51 +01:00
- Get OS information:
2022-01-03 16:51:12 +05:30
`enum4linux -o {{remote_host}}`