class Wpxf::Exploit::MobileFriendlyAppBuilderShellUpload
Public Class Methods
new()
click to toggle source
Calls superclass method
Wpxf::Exploit::MobileAppNativeV3ShellUpload::new
# File lib/wpxf/modules/exploit/shell/mobile_friendly_app_builder_shell_upload.rb, line 4 def initialize super update_info( name: 'Mobile Friendly App Builder <= 3.0 Unauthenticated Shell Upload', author: [ 'Larry W. Cashdollar', # Discovery and disclosure 'rastating' # WPXF module ], references: [ ['WPVDB', '8771'], ['CVE', '2017-1002000'], ['URL', 'http://www.vapidlabs.com/advisory.php?v=179'] ], date: 'Mar 01 2017' ) end
Public Instance Methods
check()
click to toggle source
# File lib/wpxf/modules/exploit/shell/mobile_friendly_app_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/mobile_friendly_app_builder_shell_upload.rb, line 26 def plugin_name 'mobile-friendly-app-builder-by-easytouch' end