class Wpxf::Exploit::TestimonialsReflectedXssShellUpload

Public Class Methods

new() click to toggle source
# File lib/wpxf/modules/exploit/xss/reflected/bws_testimonials_reflected_xss_shell_upload.rb, line 5
def initialize
  super

  update_info(
    name: 'Testimonials <= 0.1.8 Reflected XSS Shell Upload'
  )
end

Public Instance Methods

fixed_version() click to toggle source
# File lib/wpxf/modules/exploit/xss/reflected/bws_testimonials_reflected_xss_shell_upload.rb, line 17
def fixed_version
  '0.1.8.1'
end
plugin_name() click to toggle source
# File lib/wpxf/modules/exploit/xss/reflected/bws_testimonials_reflected_xss_shell_upload.rb, line 13
def plugin_name
  'bws-testimonials'
end