class Wpxf::Exploit::ErrorLogViewerReflectedXssShellUpload
Public Class Methods
new()
click to toggle source
Calls superclass method
Wpxf::Exploit::BwsPanelReflectedXssShellUpload::new
# File lib/wpxf/modules/exploit/xss/reflected/error_log_viewer_reflected_xss_shell_upload.rb, line 5 def initialize super update_info( name: 'Error Log Viewer <= 1.0.5 Reflected XSS Shell Upload' ) end
Public Instance Methods
fixed_version()
click to toggle source
# File lib/wpxf/modules/exploit/xss/reflected/error_log_viewer_reflected_xss_shell_upload.rb, line 17 def fixed_version '1.0.5.1' end
plugin_name()
click to toggle source
# File lib/wpxf/modules/exploit/xss/reflected/error_log_viewer_reflected_xss_shell_upload.rb, line 13 def plugin_name 'error-log-viewer' end