Use a string match vs regex for Android as the OS
This commit is contained in:
@@ -66,7 +66,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
'DefaultTarget' => 0,
|
||||
'BrowserRequirements' => {
|
||||
:source => 'script',
|
||||
:os_name => /^Android/,
|
||||
:os_name => 'Android',
|
||||
:arch => ARCH_ARMLE
|
||||
}
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user