Method: Wpxf::Exploit::SpamfreeReflectedXssShellUpload#initialize
- Defined in:
- lib/wpxf/modules/exploit/xss/reflected/spamfree_reflected_xss_shell_upload.rb
#initialize ⇒ SpamfreeReflectedXssShellUpload
Returns a new instance of SpamfreeReflectedXssShellUpload.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/wpxf/modules/exploit/xss/reflected/spamfree_reflected_xss_shell_upload.rb', line 6 def initialize super update_info( name: 'WP-SpamFree Anti-Spam Reflected XSS Shell Upload', author: [ 'Radjnies Bhansingh', # Disclosure 'rastating' # WPXF module ], references: [ ['WPVDB', '8752'], ['URL', 'https://sumofpwn.nl/advisory/2016/cross_site_scripting_vulnerability_in_wp_spamfree_anti_spam_wordpress_plugin.html'] ], date: 'Mar 02 2017' ) end |