Skip to content

Commit 1119dc4

Browse files
author
x2020
committed
Targets set to automatic
removed targets and set only automatic the targets weren't used so there's no funcionallity loss
1 parent e0ba903 commit 1119dc4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

modules/exploits/linux/local/mysql_priv_esc.rb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,15 @@ def initialize(info = {})
2626
'Author' =>
2727
[
2828
'x2020 <[email protected]>', # Module
29-
'Dawid Golunski' # Discovery
29+
'Dawid Golunski' # Discovery
3030
],
3131
'DisclosureDate' => 'Nov 01 2016',
3232
'Platform' => [ 'linux'],
33-
'SessionTypes' => ['shell', 'meterpreter'],
34-
'Targets' =>
35-
[
36-
['Linux x86', {'Arch' => ARCH_X86}],
37-
['Linux x86_64', {'Arch' => ARCH_X86_64}]
38-
],
33+
'SessionTypes' => ['shell', 'meterpreter'],
34+
'Targets' => [ ['Automatic', {}] ],
3935
'DefaultTarget' => 0,
4036
'DefaultOptions' =>
4137
{
42-
#'PrependSetresuid' => true,
43-
#'PrependFork' => true,
4438
'DisablePayloadHandler' => true
4539
},
4640
'References' =>

0 commit comments

Comments
 (0)