Replace 'console.log' with 'beef.debug'

This commit is contained in:
Brendan Coles
2015-02-07 05:35:09 +00:00
parent 73e16e4aff
commit f5d2c2028b
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ beef.execute(function() {
var curl = "<%= @command_url %>";
var cid = "<%= @command_id %>";
console.log("The current value of " + payload + " is " + Window[payload]);
beef.debug("The current value of " + payload + " is " + Window[payload]);
beef.net.send(curl, parseInt(cid),'get_variable=true');
});