Method: Wpxf::Exploit::PortfolioReflectedXssShellUpload#initialize
- Defined in:
- lib/wpxf/modules/exploit/xss/reflected/portfolio_reflected_xss_shell_upload.rb
#initialize ⇒ PortfolioReflectedXssShellUpload
Returns a new instance of PortfolioReflectedXssShellUpload.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/wpxf/modules/exploit/xss/reflected/portfolio_reflected_xss_shell_upload.rb', line 6 def initialize super update_info( name: 'Portfolio <= 2.1.10 Reflected XSS Shell Upload', author: [ 'rastating' # WPXF module ], references: [ ['WPVDB', '8637'], ['URL', 'https://www.rastating.com/portfolio-2-1-10-reflected-xss/'] ], date: 'Aug 30 2016' ) end |