Method: Wpxf::Exploit::PinterestFeedReflectedXssShellUpload#initialize
- Defined in:
- lib/wpxf/modules/exploit/xss/reflected/pinterest_feed_xss_shell_upload.rb
#initialize ⇒ PinterestFeedReflectedXssShellUpload
Returns a new instance of PinterestFeedReflectedXssShellUpload.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# File 'lib/wpxf/modules/exploit/xss/reflected/pinterest_feed_xss_shell_upload.rb', line 6 def initialize super update_info( name: 'Pinterest Feed <= 1.1.1 Reflected XSS Shell Upload', author: [ 'd4wner', # Dislosure 'rastating' # WPXF module ], references: [ ['CVE', '2018-5653'], ['CVE', '2018-5654'], ['CVE', '2018-5655'], ['CVE', '2018-5656'], ['WPVDB', '9009'] ], date: 'Jan 12 2018' ) end |