Description expanded to include duplicate node description

git-svn-id: https://beef.googlecode.com/svn/trunk@590 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2010-12-02 21:38:28 +00:00
parent 6e1ef9e508
commit e3dc376099

View File

@@ -11,7 +11,7 @@ class Popunder_window < BeEF::Command
def initialize
super({
'Name' => 'Pop Under Window',
'Description' => 'Creates a new discrete pop under window with the beef hook included.',
'Description' => 'Creates a new discrete pop under window with the beef hook included.<br><br>This module will add another browser node to the tree. It will be a duplicate. This will be addressed in a future release',
'Category' => 'Persistence',
'Author' => 'ethicalhack3r',
'File' => __FILE__,