diff --git a/public/javascript/ui/panel/tabs/ZombieTabCommands.js b/public/javascript/ui/panel/tabs/ZombieTabCommands.js
index 64e172ccc..86e48eca3 100644
--- a/public/javascript/ui/panel/tabs/ZombieTabCommands.js
+++ b/public/javascript/ui/panel/tabs/ZombieTabCommands.js
@@ -11,6 +11,36 @@ ZombieTab_Commands = function(zombie) {
layout: 'fit',
autoScroll: true
});
+
+ var welcomeWindow = new Ext.Window({
+ title: 'Welcome to BeEF',
+ id: 'welcome-window',
+ closable:true,
+ width:450,
+ height:300,
+ plain:true,
+ layout: 'border',
+ shadow: true,
+ items: [
+ new Ext.Panel({
+ region: 'center',
+ padding: '3 3 3 3',
+ 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 " +
+ "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:
" +
+ "http://code.google.com/p/beef/wiki/DevDocs
" +
+ "Each command module has a traffic light icon, which is used to indicate the following: