minor change to alert module default text

git-svn-id: https://beef.googlecode.com/svn/trunk@1127 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2011-07-29 14:50:25 +00:00
parent cf01bb3b63
commit 619a98aaa4

View File

@@ -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