From 7ef11e49b50d560244a7ce1966bbf440b818f866 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Sat, 26 Feb 2011 18:11:39 +0000 Subject: [PATCH] issue 213: enabled scrollbar rendering on command_module_config, when browser is resized. Need to find a way to resize form inputs as well. git-svn-id: https://beef.googlecode.com/svn/trunk@770 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- public/javascript/ui/panel/tabs/ZombieTabCommands.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/javascript/ui/panel/tabs/ZombieTabCommands.js b/public/javascript/ui/panel/tabs/ZombieTabCommands.js index 3c0244382..d55f63358 100644 --- a/public/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/public/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -9,6 +9,8 @@ ZombieTab_Commands = function(zombie) { region: 'center', border: false, layout: 'fit', + autoScroll: true, + containerScroll: true, 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:
" });