mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 09:43:49 +00:00
Update cheatsheets
This commit is contained in:
29
linux/enum4linux
Normal file
29
linux/enum4linux
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# enum4linux
|
||||
|
||||
> Enumerate 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}}`
|
||||
Reference in New Issue
Block a user