Add reference to 2014 fix.

bug/bundler_fix
joev 2015-02-25 21:04:01 -06:00
parent a410d2ec25
commit d486d17302
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ class Metasploit3 < Msf::Auxiliary
'PassiveActions' => [ 'WebServer' ], 'PassiveActions' => [ 'WebServer' ],
'References' => 'References' =>
[ [
# patch for file redirection, 2014
['URL', 'https://android.googlesource.com/platform/packages/apps/Browser/+/d2391b492dec778452238bc6d9d549d56d41c107%5E%21/#F0'],
['URL', 'https://code.google.com/p/chromium/issues/detail?id=90222'] # the UXSS ['URL', 'https://code.google.com/p/chromium/issues/detail?id=90222'] # the UXSS
], ],
'DefaultAction' => 'WebServer' 'DefaultAction' => 'WebServer'