From cfc39edb54484413adf6aeca6e7cd081fefaa620 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 4 Oct 2015 08:35:53 +0000 Subject: [PATCH] return --- modules/network/jslanscanner/command.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/network/jslanscanner/command.js b/modules/network/jslanscanner/command.js index 45ef3f56a..c260263d5 100644 --- a/modules/network/jslanscanner/command.js +++ b/modules/network/jslanscanner/command.js @@ -10,6 +10,7 @@ beef.execute(function() { if(!beef.browser.isFF() && !beef.browser.isS()){ beef.debug("[command #<%= @command_id %>] Browser is not supported."); beef.net.send("<%= @command_url %>", <%= @command_id %>, "fail=unsupported browser"); + return; } //------------------------------------------------------------------------------------------