Method: Wpxf::Exploit::ZurlPreviewReflectedXssShellUpload#initialize

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

#initializeZurlPreviewReflectedXssShellUpload

Returns a new instance of ZurlPreviewReflectedXssShellUpload.



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

def initialize
  super

  update_info(
    name: 'Z-URL Preview <= 1.6.2 Reflected XSS Shell Upload',
    author: [
      'Ricardo Sanchez', # Dislosure
      'rastating'        # WPXF module
    ],
    references: [
      ['CVE', '2017-18012'],
      ['WPVDB', '8990']
    ],
    date: 'Dec 05 2017'
  )
end