Skip to content

Commit 6b640d0

Browse files
h00die-gr3ybwatters-r7
authored andcommitted
some small final changes
1 parent bad1c33 commit 6b640d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/geoserver_unauth_rce_cve_2024_36401.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def initialize(info = {})
4141
['URL', 'https://github.com/Chocapikk/CVE-2024-36401']
4242
],
4343
'DisclosureDate' => '2024-07-01',
44-
'Platform' => ['unix', 'linux'],
44+
'Platform' => ['unix', 'linux', 'windows'],
4545
'Arch' => [ARCH_CMD],
4646
'Privileged' => true,
4747
'Targets' => [
@@ -58,7 +58,7 @@ def initialize(info = {})
5858
[
5959
'Windows Command',
6060
{
61-
'Platform' => ['Windows'],
61+
'Platform' => ['windows'],
6262
'Arch' => ARCH_CMD,
6363
'Type' => :win_cmd
6464
# Tested with cmd/windows/http/x64/meterpreter/reverse_tcp

0 commit comments

Comments
 (0)