Method: Wpxf::Exploit::WangGuardReflectedXssShellUpload#initialize
- Defined in:
- lib/wpxf/modules/exploit/xss/reflected/wang_guard_reflected_xss_shell_upload.rb
#initialize ⇒ WangGuardReflectedXssShellUpload
Returns a new instance of WangGuardReflectedXssShellUpload.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/wpxf/modules/exploit/xss/reflected/wang_guard_reflected_xss_shell_upload.rb', line 6 def initialize super update_info( name: 'Wang Guard <= 1.7.2 Reflected XSS Shell Upload', author: [ 'Paul Williams <phyushin[at]phyubox.com>' # WPXF module ], references: [ ['WPVDB', '8725'], ['URL', 'https://www.pluginvulnerabilities.com/2017/01/17/reflected-cross-site-scripting-xss-vulnerability-in-wangguard/'] ], date: 'Jan 17 2017' ) end |