From bac6bcd6f12df5ab46a387efeb6cde631b69ddfd Mon Sep 17 00:00:00 2001 From: James Lee Date: Fri, 6 Apr 2012 18:41:14 -0600 Subject: [PATCH] More fingerprints from browsershots --- lib/rex/exploitation/javascriptosdetect.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rex/exploitation/javascriptosdetect.js b/lib/rex/exploitation/javascriptosdetect.js index f20b8d1c10..f50e68eef8 100644 --- a/lib/rex/exploitation/javascriptosdetect.js +++ b/lib/rex/exploitation/javascriptosdetect.js @@ -68,6 +68,8 @@ window.os_detect.getVersion = function(){ case "6386": // 10.61 os_name = oses_linux; break; + case "1074": // Opera 11.50 / Windows XP + case "1100": // Opera 11.52 / Windows XP case "3445": // 10.61 case "3516": // Opera 10.63 / Windows XP case "7730": // Opera 8.54 / Windows XP