Method: Wpxf::Exploit::CustomMapReflectedXssShellUpload#initialize

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

#initializeCustomMapReflectedXssShellUpload

Returns a new instance of CustomMapReflectedXssShellUpload.



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

def initialize
  super

  update_info(
    name: 'Custom Map <= 1.1 Reflected XSS Shell Upload',
    author: [
      'Nicolas Buzy-Debat', # Discovery
      'rastating'           # WPXF module
    ],
    references: [
      ['CVE', '2017-17744'],
      ['WPVDB', '8982'],
      ['URL', 'http://seclists.org/fulldisclosure/2017/Dec/72']
    ],
    date: 'Dec 19 2017'
  )
end