Method: Wpxf::Exploit::WpFilebaseDownloadManagerReflectedXssShellUpload#initialize

Defined in:
lib/wpxf/modules/exploit/xss/reflected/wp_filebase_download_manager_reflected_xss_shell_upload.rb

#initializeWpFilebaseDownloadManagerReflectedXssShellUpload



6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File 'lib/wpxf/modules/exploit/xss/reflected/wp_filebase_download_manager_reflected_xss_shell_upload.rb', line 6

def initialize
  super

  update_info(
    name: 'WP-Filebase Download Manager <= 3.4.4 Reflected XSS Shell Upload',
    author: [
      'Yorick Koster', # Disclosure
      'rastating'      # WPXF module
    ],
    references: [
      ['WPVDB', '8783'],
      ['URL', 'https://sumofpwn.nl/advisory/2016/cross_site_scripting_vulnerability_in_wp_filebase_download_manager_wordpress_plugin.html']
    ],
    date: 'Mar 01 2017'
  )
end