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,