Skip to content

Commit 79a8123

Browse files
committed
Trim platform, expand payload
1 parent 18d424b commit 79a8123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/multi/local/at_persistence.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ def initialize(info = {})
2525
],
2626
'Targets' => [['Automatic', {} ]],
2727
'DefaultTarget' => 0,
28-
'Platform' => %w(unix linux osx bsd solaris openbsd bsdi netbsd freebsd aix hpux irix),
28+
'Platform' => %w(unix),
2929
'Arch' => ARCH_CMD,
3030
'Payload' =>
3131
{
3232
'Compat' =>
3333
{
34-
'PayloadType' => 'cmd',
35-
'RequiredCmd' => 'generic perl ruby python'
34+
'PayloadType' => 'cmd cmd_bash',
35+
'RequiredCmd' => 'bash-tcp gawk generic openssl perl python ruby'
3636
}
3737
},
3838
'DefaultOptions' => { 'WfsDelay' => 65 },

0 commit comments

Comments
 (0)