Skip to content

Commit

Permalink
some small final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die-gr3y committed Aug 16, 2024
1 parent c7a74f4 commit ad9f500
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def initialize(info = {})
['URL', 'https://github.com/Chocapikk/CVE-2024-36401']
],
'DisclosureDate' => '2024-07-01',
'Platform' => ['unix', 'linux'],
'Platform' => ['unix', 'linux', 'windows'],
'Arch' => [ARCH_CMD],
'Privileged' => true,
'Targets' => [
Expand All @@ -58,7 +58,7 @@ def initialize(info = {})
[
'Windows Command',
{
'Platform' => ['Windows'],
'Platform' => ['windows'],
'Arch' => ARCH_CMD,
'Type' => :win_cmd
# Tested with cmd/windows/http/x64/meterpreter/reverse_tcp
Expand Down

0 comments on commit ad9f500

Please sign in to comment.