Changed default custom domains variable to a safe-for-work one. :-)

This commit is contained in:
mgeeky
2016-04-07 14:25:22 +02:00
parent d5e041e3e3
commit 261c9ee5aa

View File

@@ -12,7 +12,7 @@ class Get_visited_domains < BeEF::Core::Command
'description' => 'Specify additional resources to fetch during visited domains analysis. Paste to the below field full URLs leading to CSS, image, JS or other *static* resources hosted on desired page. Separate domain names with url by using semicolon (;). Next domains separate by comma (,).',
'type' => 'textarea',
'ui_label' => 'Specify custom page to check',
'value' => 'Redtube ; http://images.cdn.redtube.com/_thumbs/v2009/favicon.ico,',
'value' => 'Github ; https://assets-cdn.github.com/favicon.ico,',
'width' => '400px',
'height' => '200px'
}]