Skip to content

Commit

Permalink
Land rapid7#12696, Add AKA references to several modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Dec 12, 2019
2 parents aa9fbed + 8cb58be commit d7f1c9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/exploits/linux/smtp/exim_gethostbyname_bof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def initialize(info = {})
'DisableNops' => true,
'ActiveTimeout' => 24*60*60 # we may need more than 150 s to execute our bind-shell
},
'Notes' => {'AKA' => ['ghost']},
'Targets' => [['Automatic', {}]],
'DefaultTarget' => 0
))
Expand Down
1 change: 1 addition & 0 deletions modules/exploits/multi/http/drupal_drupageddon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def initialize(info={})
['Drupal 7.0 - 7.31 (form-cache PHP injection method)', {}],
['Drupal 7.0 - 7.31 (user-post PHP injection method)', {}]
],
'Notes' => {'AKA' => ['Drupageddon']},
'DisclosureDate' => 'Oct 15 2014',
'DefaultTarget' => 0
))
Expand Down
1 change: 1 addition & 0 deletions modules/exploits/windows/fileformat/ms14_060_sandworm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def initialize(info={})
],
'Privileged' => false,
'DisclosureDate' => "Oct 14 2014",
'Notes' => {'AKA' => ['sandworm']},
'DefaultTarget' => 0))

register_options(
Expand Down
1 change: 1 addition & 0 deletions modules/payloads/singles/windows/format_all_drives.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def initialize(info = {})
'Platform' => 'win',
'Arch' => ARCH_X86,
'Privileged' => true,
'Notes' => {'AKA' => ['ShellcodeOfDeath']}
))

# EXITFUNC is not supported
Expand Down

0 comments on commit d7f1c9a

Please sign in to comment.