Rework OS fingerprinting to match Recog changes

This commit changes how os_name and os_flavor are handled
for client-side exploits, matching recent changes to the
server-side exploits and scanner fingerprints.

This commit also updates the client-side fingerprinting to
take into account Windows 8.1 and IE 9, 10, and 11.
This commit is contained in:
HD Moore
2014-04-01 08:14:58 -07:00
parent b5561cc9ec
commit 7e227581a7
70 changed files with 473 additions and 378 deletions
@@ -66,8 +66,8 @@ class Metasploit3 < Msf::Exploit::Remote
'DefaultTarget' => 0,
'BrowserRequirements' => {
:source => 'script',
:os_flavor => "Android",
:arch => ARCH_ARMLE
:os_name => /^Android/,
:arch => ARCH_ARMLE
}
))
end