Browse Exploit & Auxiliary Modules
The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.
Search for modules
Generic Command Shell, Bind TCP Inline
Listen for a connection and spawn a command shell
Rank
- Normal
Authors
- skape < mmiller [at] hick.org >
Similar Modules
- payload/generic/custom
- payload/generic/debug_trap
- payload/generic/shell_reverse_tcp
- payload/generic/tight_loop
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/generic/shell_bind_tcp
msf payload(shell_bind_tcp) > generate
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/generic/shell_bind_tcp
msf payload(shell_bind_tcp) > generate
Module Options
| LPORT | The listen port (default: 4444) |
| RHOST | The target address (default: ) |
| ARCH | The architecture that is being targeted |
| PLATFORM | The platform that is being targeted |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
