Files
android-hackhackin/msfvenom/payload_options/cmd-unix-reverse_ssl_double_telnet.txt

41 lines
2.4 KiB
Plaintext

Name: Unix Command Shell, Double Reverse TCP SSL (telnet)
Module: payload/cmd/unix/reverse_ssl_double_telnet
Platform: Unix
Arch: cmd
Needs Admin: No
Total size: 106
Rank: Normal
Provided by:
hdm <x@hdm.io>
RageLtMan <rageltman@sempervictus>
Basic options:
Name Current Setting Required Description
---- --------------- -------- -----------
LHOST yes The listen address (an interface may be specified)
LPORT 4444 yes The listen port
Description:
Creates an interactive shell through two inbound connections, encrypts using SSL via "-z" option
Name Current Setting Required Description
---- --------------- -------- -----------
AutoRunScript no A script to run automatically on session creation.
AutoVerifySession true yes Automatically verify and drop invalid sessions
CommandShellCleanupCommand no A command to run before the session is closed
HandlerSSLCert no Path to a SSL certificate in unified PEM format
InitialAutoRunScript no An initial script to run on session creation (before AutoRunScript)
ReverseAllowProxy false yes Allow reverse tcp even with Proxies specified. Connect back will NOT go through proxy but directly to LHOST
ReverseListenerBindAddress no The specific IP address to bind to on the local system
ReverseListenerBindPort no The port to bind to on the local system if different from LPORT
ReverseListenerComm no The specific communication channel to use for this listener
SSLVersion Auto yes Specify the version of SSL/TLS to be used (Auto, TLS and SSL23 are auto-negotiate) (Accepted: Auto, TLS, SSL23, SSL3, TLS1, TLS1.1, TLS1.2)
ShellPath sh yes The path to the shell to execute
TelnetPath telnet yes The path to the telnet executable
VERBOSE false no Enable detailed status messages
WORKSPACE no Specify the workspace for this module