Method: Wpxf::Exploit::MultilanguageReflectedXssShellUpload#initialize

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

#initializeMultilanguageReflectedXssShellUpload

Returns a new instance of MultilanguageReflectedXssShellUpload.



5
6
7
8
9
10
11
# File 'lib/wpxf/modules/exploit/xss/reflected/multilanguage_reflected_xss_shell_upload.rb', line 5

def initialize
  super

  update_info(
    name: 'Multilanguage <= 1.2.1 Reflected XSS Shell Upload'
  )
end