From e3dc376099e36f7ae32d01e9026f8a08e8e893c8 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Thu, 2 Dec 2010 21:38:28 +0000 Subject: [PATCH] Description expanded to include duplicate node description git-svn-id: https://beef.googlecode.com/svn/trunk@590 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/commands/persistence/popunder_window/popunder_window.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/persistence/popunder_window/popunder_window.rb b/modules/commands/persistence/popunder_window/popunder_window.rb index 689692f29..9cab62f15 100644 --- a/modules/commands/persistence/popunder_window/popunder_window.rb +++ b/modules/commands/persistence/popunder_window/popunder_window.rb @@ -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.

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__,