File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/msf/core/exploit/remote Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 248
248
metasm
249
249
rex-arch
250
250
rex-text
251
- rex-exploitation (0.1.10 )
251
+ rex-exploitation (0.1.11 )
252
252
jsobfu
253
253
metasm
254
254
rex-arch
Original file line number Diff line number Diff line change @@ -430,7 +430,6 @@ def get_detection_html(user_agent)
430
430
window.onload = function() {
431
431
var osInfo = os_detect.getVersion();
432
432
var d = {
433
- "os_name" : osInfo.os_name,
434
433
"os_vendor" : osInfo.os_vendor,
435
434
"os_device" : osInfo.os_device,
436
435
"ua_name" : osInfo.ua_name,
@@ -439,7 +438,8 @@ def get_detection_html(user_agent)
439
438
"java" : misc_addons_detect.getJavaVersion(),
440
439
"silverlight" : misc_addons_detect.hasSilverlight(),
441
440
"flash" : misc_addons_detect.getFlashVersion(),
442
- "vuln_test" : <%= js_vuln_test %>
441
+ "vuln_test" : <%= js_vuln_test %>,
442
+ "os_name" : osInfo.os_name
443
443
};
444
444
445
445
<% if os.match(OperatingSystems::Match::WINDOWS) and client == HttpClients::IE %>
You can’t perform that action at this time.
0 commit comments