Remove x86 target and redundant DefaultOptions

This commit is contained in:
Zedeldi
2025-11-21 12:04:49 +00:00
parent 8d28ce611a
commit ba702d40ea
2 changed files with 4 additions and 18 deletions
@@ -24,14 +24,8 @@ class MetasploitModule < Msf::Exploit::Local
'Author' => 'Zack Didcott',
'License' => MSF_LICENSE,
'Platform' => ['linux'],
'Arch' => [ARCH_X86, ARCH_X64],
'Arch' => [ARCH_X64],
'Targets' => [
[
'Linux x86', {
'Arch' => ARCH_X86,
'DefaultOptions' => { 'PAYLOAD' => 'linux/x86/meterpreter/reverse_tcp' }
}
],
[
'Linux x86_64', {
'Arch' => ARCH_X64,
@@ -39,8 +33,7 @@ class MetasploitModule < Msf::Exploit::Local
}
],
],
'DefaultTarget' => 1,
'DefaultOptions' => { 'PAYLOAD' => 'linux/x64/meterpreter/reverse_tcp' },
'DefaultTarget' => 0,
'SessionTypes' => ['shell', 'meterpreter'],
'DisclosureDate' => '2024-05-16',
'Notes' => {
@@ -25,14 +25,8 @@ class MetasploitModule < Msf::Exploit::Local
'Author' => 'Zack Didcott',
'License' => MSF_LICENSE,
'Platform' => ['linux'],
'Arch' => [ARCH_X86, ARCH_X64],
'Arch' => [ARCH_X64],
'Targets' => [
[
'Linux x86', {
'Arch' => ARCH_X86,
'DefaultOptions' => { 'PAYLOAD' => 'linux/x86/meterpreter/reverse_tcp' }
}
],
[
'Linux x86_64', {
'Arch' => ARCH_X64,
@@ -40,8 +34,7 @@ class MetasploitModule < Msf::Exploit::Local
}
],
],
'DefaultTarget' => 1,
'DefaultOptions' => { 'PAYLOAD' => 'linux/x64/meterpreter/reverse_tcp' },
'DefaultTarget' => 0,
'SessionTypes' => ['shell', 'meterpreter'],
'DisclosureDate' => '2024-05-16',
'Notes' => {