We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d424b commit 79a8123Copy full SHA for 79a8123
modules/exploits/multi/local/at_persistence.rb
@@ -25,14 +25,14 @@ def initialize(info = {})
25
],
26
'Targets' => [['Automatic', {} ]],
27
'DefaultTarget' => 0,
28
- 'Platform' => %w(unix linux osx bsd solaris openbsd bsdi netbsd freebsd aix hpux irix),
+ 'Platform' => %w(unix),
29
'Arch' => ARCH_CMD,
30
'Payload' =>
31
{
32
'Compat' =>
33
34
- 'PayloadType' => 'cmd',
35
- 'RequiredCmd' => 'generic perl ruby python'
+ 'PayloadType' => 'cmd cmd_bash',
+ 'RequiredCmd' => 'bash-tcp gawk generic openssl perl python ruby'
36
}
37
},
38
'DefaultOptions' => { 'WfsDelay' => 65 },
0 commit comments