Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: adamgalway-r7 <[email protected]>
  • Loading branch information
timwr and agalway-r7 authored Mar 4, 2020
1 parent 196c354 commit 9f56867
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modules/exploits/multi/browser/chrome_jscreate_sideeffect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def initialize(info = {})
'Author' => [
'saelo', # discovery
'István Kurucsai', # exploit
'timwr', # metasploit copynpasta
'timwr', # metasploit copypasta
],
'References' => [
['CVE', '2020-6418'],
Expand All @@ -28,9 +28,12 @@ def initialize(info = {})
['URL', 'https://ray-cp.github.io/archivers/browser-pwn-cve-2020-6418%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90'],
],
'Arch' => [ ARCH_X64 ],
'Platform' => ['windows','osx'],
'Platform' => ['windows'],
'DefaultTarget' => 0,
'Targets' => [ [ 'Automatic', { } ] ],
'Targets' =>
[
['Windows 10 Google Chrome 80.0.3987.87 (64 bit)', {}]
],
'DisclosureDate' => 'Feb 28 2019'))
register_advanced_options([
OptBool.new('DEBUG_EXPLOIT', [false, "Show debug information during exploitation", false]),
Expand Down

0 comments on commit 9f56867

Please sign in to comment.