class Wpxf::Exploit::WebappBuilderShellUpload
Public Class Methods
new()
click to toggle source
Calls superclass method
Wpxf::Exploit::MobileAppNativeV3ShellUpload::new
# File lib/wpxf/modules/exploit/shell/webapp_builder_shell_upload.rb, line 4 def initialize super update_info( name: 'Webapp Builder <= 2.0 Unauthenticated Shell Upload', author: [ 'Larry W. Cashdollar', # Discovery and disclosure 'rastating' # WPXF module ], references: [ ['WPVDB', '8773'], ['CVE', '2017-1002002'], ['URL', 'http://www.vapidlabs.com/advisory.php?v=181'] ], date: 'Mar 01 2017' ) end
Public Instance Methods
check()
click to toggle source
# File lib/wpxf/modules/exploit/shell/webapp_builder_shell_upload.rb, line 22 def check check_plugin_version_from_readme(plugin_name) end
plugin_name()
click to toggle source
# File lib/wpxf/modules/exploit/shell/webapp_builder_shell_upload.rb, line 26 def plugin_name 'webapp-builder' end