Method: Wpxf::Exploit::ContentSlideReflectedXssShellUpload#initialize
- Defined in:
- lib/wpxf/modules/exploit/xss/reflected/content_slide_reflected_xss_shell_upload.rb
#initialize ⇒ ContentSlideReflectedXssShellUpload
Returns a new instance of ContentSlideReflectedXssShellUpload.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/wpxf/modules/exploit/xss/reflected/content_slide_reflected_xss_shell_upload.rb', line 6 def initialize super update_info( name: 'Content Slide Reflected XSS Shell Upload', author: [ 'Tom Adams (dxw)', # Disclosure 'Paul Williams <[email protected]' # WPXF module ], references: [ ['WPVDB', '7908'], ['URL', 'https://security.dxw.com/advisories/csrf-and-stored-xss-in-wordpress-content-slide-allow-an-attacker-to-have-full-admin-privileges/'] ], date: 'Apr 16 2015' ) end |