cat: fix typo (#7610)

feature/windows-fix-syntax-2
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
1 changed files with 4 additions and 4 deletions

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