Retrieving correct browser version with browserDetails BrowserVersion

This commit is contained in:
antisnatchor
2012-03-12 17:14:09 +01:00
parent 4429ab3df2
commit 818f3d207e

View File

@@ -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,