Skip to content

Commit a605580

Browse files
committed
re-enable x86 stager
1 parent ae0691c commit a605580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/android/browser/webview_addjavascriptinterface.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Metasploit3 < Msf::Exploit::Remote
1111
include Msf::Exploit::Remote::BrowserAutopwn
1212

1313
# Since the NDK stager is used, arch detection must be performed
14-
SUPPORTED_ARCHES = [ ARCH_ARMLE, ARCH_MIPSLE ] # todo: , ARCH_X86 ]
14+
SUPPORTED_ARCHES = [ ARCH_ARMLE, ARCH_MIPSLE, ARCH_X86 ]
1515

1616
# Most android devices are ARM
1717
DEFAULT_ARCH = ARCH_ARMLE

0 commit comments

Comments
 (0)