From 39f2303e8696d43b39255188d60af24192dde80a Mon Sep 17 00:00:00 2001 From: "bcoles@gmail.com" Date: Tue, 30 Aug 2011 09:10:59 +0000 Subject: [PATCH] Fixed two small typos git-svn-id: https://beef.googlecode.com/svn/trunk@1242 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../media/javascript/ui/panel/tabs/ZombieTabCommands.js | 4 ++-- modules/recon/browser_fingerprinting/config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js index 303c29a0e..adf8ed6a3 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -29,7 +29,7 @@ ZombieTab_Commands = function(zombie) { var welcomeWindow = new Ext.Window({ title: 'Welcome to the BeEF Command Modules', - id: 'welcome-window', + id: 'welcome-window', closable:true, width:450, height:300, @@ -43,7 +43,7 @@ ZombieTab_Commands = function(zombie) { html: "At your left you have all the BeEF command modules organized in a category tree.

" + "Most command modules consist of Javascript code that is executed against the selected " + "Hooked Browser. Command modules are able to perform any actions that can be achieved " + - "trough Javascript: for example they may gather information about the Hooked Browser, manipulate the DOM " + + "through Javascript: for example they may gather information about the Hooked Browser, manipulate the DOM " + "or perform other activities such as exploiting vulnerabilities within the local network " + "of the Hooked Browser.

To learn more about writing your own modules please review " + "the wiki:
" + diff --git a/modules/recon/browser_fingerprinting/config.yaml b/modules/recon/browser_fingerprinting/config.yaml index e5fd67b86..382a3dadd 100644 --- a/modules/recon/browser_fingerprinting/config.yaml +++ b/modules/recon/browser_fingerprinting/config.yaml @@ -17,7 +17,7 @@ beef: module: browser_fingerprinting: enable: true - category: "Browser" + category: "Recon" name: "Browser Fingerprinting" description: "This module attempts to fingerprint the browser type and version using URI handlers unique to Internet Explorer and Mozilla Firefox. This method does not rely on JavaScript objects which may have been modified by the user or browser compatibility mode." authors: ["bcoles"]