From 437db63c8270a7507066f986e7cb8fcd2e4bd78f Mon Sep 17 00:00:00 2001 From: xntrik Date: Thu, 6 Jan 2011 12:15:44 +0000 Subject: [PATCH] issue 167 : this is an interim implementation of this issue git-svn-id: https://beef.googlecode.com/svn/trunk@676 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- public/css/base.css | 2 +- public/javascript/ui/panel/tabs/ZombieTabCommands.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/base.css b/public/css/base.css index 591f8d690..d069b933a 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -17,7 +17,7 @@ } .x-grid-empty { - text-align:center; + text-align:left; } .feed-icon { diff --git a/public/javascript/ui/panel/tabs/ZombieTabCommands.js b/public/javascript/ui/panel/tabs/ZombieTabCommands.js index a77ec39d3..211056690 100644 --- a/public/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/public/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -9,7 +9,7 @@ ZombieTab_Commands = function(zombie) { region: 'center', border: false, layout: 'fit', - html: "
Please select an command module in the command module tree on the left
" + html: "
Please select a command module from the command module tree on the left

Most command modules are javascript commands that are executed against the selected Hooked Browser. Command modules are able to perform any actions that can be achieved with javascript, for example they may gather information about the Hooked Browser, or perform other activities such as exploiting vulnerabilities within the local network of the Hooked Browser.

To learn more about writing your own modules review the wiki:
http://code.google.com/p/beef/wiki/DevDocs

The traffic lights indicate the following:
" }); var command_module_grid = new Ext.grid.GridPanel({