From 1f6278ca9199c1df7ecd6bc5cfca13920222fc7f Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 13 Oct 2014 13:55:08 +0200 Subject: [PATCH] Changed array index position for PhishingFrenzyUID entry in restful api call --- core/main/rest/handlers/hookedbrowsers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/main/rest/handlers/hookedbrowsers.rb b/core/main/rest/handlers/hookedbrowsers.rb index 74abe896a..01f9265e5 100644 --- a/core/main/rest/handlers/hookedbrowsers.rb +++ b/core/main/rest/handlers/hookedbrowsers.rb @@ -120,6 +120,7 @@ module BeEF hbs_online << [ hb.id, hb.ip, + details.get(hb.session, 'PhishingFrenzyUID'), details.get(hb.session, 'BrowserName'), details.get(hb.session, 'BrowserVersion'), details.get(hb.session, 'OsName'), @@ -129,8 +130,7 @@ module BeEF details.get(hb.session, 'LocationCity'), details.get(hb.session, 'LocationCountry'), details.get(hb.session, 'LocationLatitude'), - details.get(hb.session, 'LocationLongitude'), - details.get(hb.session, 'PhishingFrenzyUID') + details.get(hb.session, 'LocationLongitude') ] end hbs_online