small update to the detect visited url - default website

git-svn-id: https://beef.googlecode.com/svn/trunk@1146 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2011-07-30 15:34:21 +00:00
parent a82989e0ab
commit fffc9201e8

View File

@@ -17,7 +17,7 @@ class Detect_visited_urls < BeEF::Core::Command
def self.options
return [
{ 'ui_label'=>'URL(s)', 'name'=>'urls', 'description' => 'Enter target URL(s)', 'type'=>'textarea', 'value'=>'http://www.bindshell.net/', 'width'=>'200px' }
{ 'ui_label'=>'URL(s)', 'name'=>'urls', 'description' => 'Enter target URL(s)', 'type'=>'textarea', 'value'=>'http://beefproject.com/', 'width'=>'200px' }
]
end