Method: Wpxf::Exploit::GoogleMapsReflectedXssShellUpload#initialize
- Defined in:
- lib/wpxf/modules/exploit/xss/reflected/google_maps_reflected_xss_shell_upload.rb
#initialize ⇒ GoogleMapsReflectedXssShellUpload
Returns a new instance of GoogleMapsReflectedXssShellUpload.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/wpxf/modules/exploit/xss/reflected/google_maps_reflected_xss_shell_upload.rb', line 6 def initialize super update_info( name: 'Google Maps <= 2.1.3 Reflected XSS Shell Upload', author: [ 'Julien Rentrop', # Discovery 'rastating' # WPXF module ], references: [ ['WPVDB', '8600'], ['URL', 'https://sumofpwn.nl/advisory/2016/cross_site_scripting_vulnerability_in_google_maps_wordpress_plugin.html'] ], date: 'Aug 15 2016' ) end |