1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00
tldr/pages/linux/enum4linux.md
Triad b582869d25
enum4linux: remove enum.exe from command description (#9183)
Removed connection to a dead link and related information
2022-10-19 18:36:59 +05:30

24 lines
513 B
Markdown

# enum4linux
> Tool for enumerating Windows and Samba information from remote systems.
> More information: <https://labs.portcullis.co.uk/tools/enum4linux/>.
- Try to enumerate using all methods:
`enum4linux -a {{remote_host}}`
- Enumerate using given login credentials:
`enum4linux -u {{user_name}} -p {{password}} {{remote_host}}`
- List usernames from a given host:
`enum4linux -U {{remote_host}}`
- List shares:
`enum4linux -S {{remote_host}}`
- Get OS information:
`enum4linux -o {{remote_host}}`