rpcclient
Verified for current stable LTS
Rpcclient Command: Execute Shell Commands Remote
Use for execute shell commands remote with Rpcclient. Exact CLI syntax to execute shell commands remote using Rpcclient.
When to use this: Use for execute shell commands remote with Rpcclient.
Command Syntax
rpcclient -U <domain>\<username>%<password> -c <semicolon_separated_commands> <ip_address> rpcclient -U <domain>/<username>%<password> -c <semicolon_separated_commands> <ip_address> Live Command Builder
Final Command
rpcclient -U <domain>\<username>%<password> -c <semicolon_separated_commands> <ip_address> Command Breakdown
-U- Command Option
- Tool-specific option used by this command invocation.
-c- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to execute shell commands remote using Rpcclient.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Rpcclient Command: Connect Remote Host No Password
rpcclient -U <username> -W <domain> -N <ip_address> Rpcclient Command: Connect Remote Host Password Hash rpcclient -U <domain>\<username> --pw-nt-hash <ip_address> Rpcclient Command: Connect Remote Host With Password rpcclient -U <domain>\<username>%<password> <ip_address> Rpcclient Command: Create New Domain User rpcclient $> createdomuser <username> Rpcclient Command: Display Domain Users rpcclient $> enumdomusers