Skip to content

Commit 0247e4a

Browse files
committed
Change RequiredCmd for reverse_bash_telnet_ssl cmd payload
1 parent f2cfbeb commit 0247e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/singles/cmd/unix/reverse_bash_telnet_ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(info = {})
2929
'Handler' => Msf::Handler::ReverseTcpSsl,
3030
'Session' => Msf::Sessions::CommandShell,
3131
'PayloadType' => 'cmd_bash',
32-
'RequiredCmd' => 'bash-tcp',
32+
'RequiredCmd' => 'telnet',
3333
'Payload' =>
3434
{
3535
'Offsets' => { },

0 commit comments

Comments
 (0)