Method: Wpxf::Exploit::QuotesCollectionReflectedXssShellUpload#initialize

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

#initializeQuotesCollectionReflectedXssShellUpload

Returns a new instance of QuotesCollectionReflectedXssShellUpload.



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

def initialize
  super

  update_info(
    name: 'Quotes Collection <= 2.0.5 Reflected XSS Shell Upload',
    author: [
      'Yorick Koster', # Disclosure
      'rastating'      # WPXF module
    ],
    references: [
      ['WPVDB', '8649'],
      ['URL', 'https://sumofpwn.nl/advisory/2016/cross_site_scripting_vulnerability_in_quotes_collection_wordpress_plugin.html']
    ],
    date: 'Nov 08 2016'
  )
end