From 619a98aaa4bc3d2666b4c9b76ff59608a2453c83 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Fri, 29 Jul 2011 14:50:25 +0000 Subject: [PATCH] minor change to alert module default text git-svn-id: https://beef.googlecode.com/svn/trunk@1127 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/misc/alert_dialog/module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/alert_dialog/module.rb b/modules/misc/alert_dialog/module.rb index ebe735ff0..6bf96d3d6 100644 --- a/modules/misc/alert_dialog/module.rb +++ b/modules/misc/alert_dialog/module.rb @@ -22,7 +22,7 @@ class Alert_dialog < BeEF::Core::Command 'description' => 'Sends an alert dialog to the victim', 'type' => 'textarea', 'ui_label' => 'Alert text', - 'value' => 'Alert box text', + 'value' => 'BeEF Alert Dialog', 'width' => '400px' }] end