1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

enum4linux: add page (#3810)

This commit is contained in:
warpigsir 2020-02-09 22:26:51 +01:00 committed by GitHub
parent 6ecb2a6d89
commit 3573da9e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
pages/linux/enum4linux.md Normal file
View file

@ -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}}`