This commit is contained in:
Brendan Coles
2015-08-22 19:41:28 +00:00
parent f1d1e0f176
commit 02ff6a9313

View File

@@ -5,7 +5,7 @@
// //
beef.execute(function() { beef.execute(function() {
url = '<%= @sploit_url %>'; var url = '<%= @sploit_url %>';
if (!/https?:\/\//i.test(url)) { if (!/https?:\/\//i.test(url)) {
beef.net.send("<%= @command_url %>", <%= @command_id %>, "error=invalid url"); beef.net.send("<%= @command_url %>", <%= @command_id %>, "error=invalid url");
return; return;