From 818f3d207e58e4eea225e1e2f1f122ac3bbfbc82 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 12 Mar 2012 17:14:09 +0100 Subject: [PATCH] Retrieving correct browser version with browserDetails BrowserVersion --- core/main/rest/handlers/hookedbrowsers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main/rest/handlers/hookedbrowsers.rb b/core/main/rest/handlers/hookedbrowsers.rb index feb41d355..88805e0c4 100644 --- a/core/main/rest/handlers/hookedbrowsers.rb +++ b/core/main/rest/handlers/hookedbrowsers.rb @@ -57,7 +57,7 @@ module BeEF { 'name' => details.get(hb.session, 'BrowserName'), - 'version' => details.get(hb.session, 'BrowserType'), + 'version' => details.get(hb.session, 'BrowserVersion'), 'os' => details.get(hb.session, 'OsName'), 'platform' => details.get(hb.session, 'SystemPlatform'), 'session' => hb.session,