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/DevDocsThe traffic lights indicate the following:
- Red - Command does not work against this target
- Grey - It is unknown if this command works against this target
- Orange - The command works against the target, but may be visible to the user
- Green - The command works against the target and should be invisible to the user
"
});
var command_module_grid = new Ext.grid.GridPanel({