From 32bbe32183316f67c41a7322da1a144b6180ef8e Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Wed, 22 Feb 2017 01:32:15 +1100 Subject: [PATCH] Update command.js --- modules/persistence/invisible_htmlfile_activex/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/persistence/invisible_htmlfile_activex/command.js b/modules/persistence/invisible_htmlfile_activex/command.js index f4eb17edf..fb01788fa 100644 --- a/modules/persistence/invisible_htmlfile_activex/command.js +++ b/modules/persistence/invisible_htmlfile_activex/command.js @@ -22,7 +22,7 @@ beef.execute(function() { window.open("","_self"); beef.net.send("<%= @command_url %>", <%= @command_id %>, "success=created HTMLFile ActiveX object", beef.are.status_success()); } catch (e) { - beef.debug("[Invisible HTMLFile ActiveX] could not hijack opener window: "+e.message) + beef.debug("[Invisible HTMLFile ActiveX] could not create HTMLFile ActiveX object: "+e.message) beef.net.send("<%= @command_url %>", <%= @command_id %>, "fail=could not create HTMLFile ActiveX object: " + e.message, beef.are.status_error()); } });