class Wpxf::Exploit::MobileAppBuilderShellUpload
Public Class Methods
new()
click to toggle source
Calls superclass method
Wpxf::Exploit::MobileAppNativeV3ShellUpload::new
# File lib/wpxf/modules/exploit/shell/mobile_app_builder_shell_upload.rb, line 6 def initialize super update_info( name: 'Mobile App Builder <= 1.05 Unauthenticated Shell Upload', author: [ 'Larry W. Cashdollar', # Discovery and disclosure 'rastating' # WPXF module ], references: [ ['WPVDB', '8772'], ['CVE', '2017-1002001'], ['URL', 'http://www.vapidlabs.com/advisory.php?v=180'] ], date: 'Mar 01 2017' ) end
Public Instance Methods
check()
click to toggle source
# File lib/wpxf/modules/exploit/shell/mobile_app_builder_shell_upload.rb, line 24 def check check_plugin_version_from_readme(plugin_name) end
plugin_name()
click to toggle source
# File lib/wpxf/modules/exploit/shell/mobile_app_builder_shell_upload.rb, line 28 def plugin_name 'mobile-app-builder-by-wappress' end