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
This commit is contained in:
xntrik
2011-01-06 12:15:44 +00:00
parent 147cc8573b
commit 437db63c82
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
}
.x-grid-empty {
text-align:center;
text-align:left;
}
.feed-icon {

View File

@@ -9,7 +9,7 @@ ZombieTab_Commands = function(zombie) {
region: 'center',
border: false,
layout: 'fit',
html: "<div class='x-grid-empty'>Please select an command module in the command module tree on the left</div>"
html: "<div class='x-grid-empty'>Please select a command module from the command module tree on the left<br /><br />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.<br /><br />To learn more about writing your own modules review the wiki:<br /><a href='http://code.google.com/p/beef/wiki/DevDocs'>http://code.google.com/p/beef/wiki/DevDocs</a><br /><br />The traffic lights indicate the following:<ul><li>Red - Command does not work against this target</li><li>Grey - It is unknown if this command works against this target</li><li>Orange - The command works against the target, but may be visible to the user</li><li>Green - The command works against the target and should be invisible to the user</li></ul></div>"
});
var command_module_grid = new Ext.grid.GridPanel({