Windows x64 Execute Command
Execute an arbitrary command (Windows x64)
Rank
- Normal
Authors
- sf < stephen_fewer [at] harmonysecurity.com >
Similar Modules
- payload/windows/x64/loadlibrary
- payload/windows/x64/meterpreter/bind_tcp
- payload/windows/x64/meterpreter/reverse_tcp
- payload/windows/x64/shell/bind_tcp
- payload/windows/x64/shell/reverse_tcp
- payload/windows/x64/shell_bind_tcp
- payload/windows/x64/shell_reverse_tcp
- payload/windows/x64/vncinject/bind_tcp
- payload/windows/x64/vncinject/reverse_tcp
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/windows/x64/exec
msf payload(exec) > set CMD [STRING]
msf payload(exec) > generate
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/windows/x64/exec
msf payload(exec) > set CMD [STRING]
msf payload(exec) > generate
Module Options
| CMD | The command string to execute |
| EXITFUNC | Exit technique: thread, process, seh, none (default: process) |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
