From 261c9ee5aa038c620f7a4e45d90b108c3eee6fea Mon Sep 17 00:00:00 2001 From: mgeeky Date: Thu, 7 Apr 2016 14:25:22 +0200 Subject: [PATCH] Changed default custom domains variable to a safe-for-work one. :-) --- modules/browser/get_visited_domains/module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/browser/get_visited_domains/module.rb b/modules/browser/get_visited_domains/module.rb index 0a8cd436a..947edf2d4 100644 --- a/modules/browser/get_visited_domains/module.rb +++ b/modules/browser/get_visited_domains/module.rb @@ -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' }]