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

cat: fix typo (#7610)

This commit is contained in:
Bhargav Das Gupta 2022-01-03 16:51:12 +05:30 committed by GitHub
parent 722304b216
commit f4252bd555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
- Enumerate using given login credentials:
`enum4liux -u {{user_name}} -p {{password}} {{remote_host}}`
`enum4linux -u {{user_name}} -p {{password}} {{remote_host}}`
- List usernames from a given host:
`enum4liux -U {{remote_host}}`
`enum4linux -U {{remote_host}}`
- List shares:
`enum4liux -S {{remote_host}}`
`enum4linux -S {{remote_host}}`
- Get OS information:
`enum4liux -o {{remote_host}}`
`enum4linux -o {{remote_host}}`