Method: Wpxf::Exploit::SpProjectDocumentManagerReflectedXssShellUpload#initialize
- Defined in:
- lib/wpxf/modules/exploit/xss/reflected/sp_project_document_manager_reflected_xss_shell_upload.rb
#initialize ⇒ SpProjectDocumentManagerReflectedXssShellUpload
Returns a new instance of SpProjectDocumentManagerReflectedXssShellUpload.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/wpxf/modules/exploit/xss/reflected/sp_project_document_manager_reflected_xss_shell_upload.rb', line 6 def initialize super update_info( name: 'SP Project & Document Manager <= 2.5.9.5 Reflected XSS Shell Upload', author: [ 'Michael Helwig', # Disclosure 'rastating' # WPXF module ], references: [ ['WPVDB', '8409'], ['URL', 'http://www.securityfocus.com/archive/1/537705/30/0/threaded'] ], date: 'Mar 06 2016' ) end |