Land #7992, Improve Signature Evasions for browser exploits

bug/bundler_fix
wchen-r7 2017-02-23 16:32:49 -06:00
commit f27ef55391
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
2 changed files with 3 additions and 3 deletions

View File

@ -248,7 +248,7 @@ GEM
metasm
rex-arch
rex-text
rex-exploitation (0.1.10)
rex-exploitation (0.1.11)
jsobfu
metasm
rex-arch

View File

@ -430,7 +430,6 @@ module Msf
window.onload = function() {
var osInfo = os_detect.getVersion();
var d = {
"os_name" : osInfo.os_name,
"os_vendor" : osInfo.os_vendor,
"os_device" : osInfo.os_device,
"ua_name" : osInfo.ua_name,
@ -439,7 +438,8 @@ module Msf
"java" : misc_addons_detect.getJavaVersion(),
"silverlight" : misc_addons_detect.hasSilverlight(),
"flash" : misc_addons_detect.getFlashVersion(),
"vuln_test" : <%= js_vuln_test %>
"vuln_test" : <%= js_vuln_test %>,
"os_name" : osInfo.os_name
};
<% if os.match(OperatingSystems::Match::WINDOWS) and client == HttpClients::IE %>