mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 11:49:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,19 +10,19 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Connect to a remote host:
|
||||
|
||||
`rpcclient {{[-U|--user]}} {{domain}}\{{username}}%{{password}} {{ip}}`
|
||||
`rpcclient {{[-U|--user]}} {{domain}}\{{username}}%{{password}} {{ip_address}}`
|
||||
|
||||
- Connect to a remote host on a domain without a password:
|
||||
|
||||
`rpcclient {{[-U|--user]}} {{username}} {{[-W|--workgroup]}} {{domain}} {{[-N|--no-pass]}} {{ip}}`
|
||||
`rpcclient {{[-U|--user]}} {{username}} {{[-W|--workgroup]}} {{domain}} {{[-N|--no-pass]}} {{ip_address}}`
|
||||
|
||||
- Connect to a remote host, passing the password hash:
|
||||
|
||||
`rpcclient {{[-U|--user]}} {{domain}}\{{username}} --pw-nt-hash {{ip}}`
|
||||
`rpcclient {{[-U|--user]}} {{domain}}\{{username}} --pw-nt-hash {{ip_address}}`
|
||||
|
||||
- Execute shell commands on a remote host:
|
||||
|
||||
`rpcclient {{[-U|--user]}} {{domain}}\{{username}}%{{password}} {{[-c|--command]}} {{semicolon_separated_commands}} {{ip}}`
|
||||
`rpcclient {{[-U|--user]}} {{domain}}\{{username}}%{{password}} {{[-c|--command]}} {{semicolon_separated_commands}} {{ip_address}}`
|
||||
|
||||
- Display domain users:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user