Windows x64 Command Shell, Bind TCP Inline
Listen for a connection and spawn a command shell (Windows x64)
Rank
- Normal
Authors
- sf < stephen_fewer [at] harmonysecurity.com >
Similar Modules
- payload/windows/x64/exec
- 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_reverse_tcp
- payload/windows/x64/vncinject/bind_tcp
- payload/windows/x64/vncinject/reverse_tcp
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/windows/x64/shell_bind_tcp
msf payload(shell_bind_tcp) > generate
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/windows/x64/shell_bind_tcp
msf payload(shell_bind_tcp) > generate
Module Options
| EXITFUNC | Exit technique: thread, seh, none, process (default: process) |
| LPORT | The listen port (default: 4444) |
| RHOST | The target address (default: ) |
| AutoRunScript | A script to run automatically on session creation. |
| InitialAutoRunScript | An initial script to run on session creation (before AutoRunScript) |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
