From c5dc4b3f45ccc8ab56d8b5919c1398293f221666 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 14 Mar 2011 19:31:18 +0000 Subject: [PATCH] issue 269: changed verified_status of Safari to working, because the skype call is made automatically without user notify git-svn-id: https://beef.googlecode.com/svn/trunk@795 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../commands/host/insecure_url_skype/insecure_url_skype.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/commands/host/insecure_url_skype/insecure_url_skype.rb b/modules/commands/host/insecure_url_skype/insecure_url_skype.rb index 86bbe783d..4da0e0cfe 100644 --- a/modules/commands/host/insecure_url_skype/insecure_url_skype.rb +++ b/modules/commands/host/insecure_url_skype/insecure_url_skype.rb @@ -23,7 +23,7 @@ class Insecure_url_skype < BeEF::Command }) set_target({ - 'verified_status' => VERIFIED_USER_NOTIFY, + 'verified_status' => VERIFIED_WORKING, 'browser_name' => S }) @@ -37,6 +37,11 @@ class Insecure_url_skype < BeEF::Command 'browser_name' => FF }) + set_target({ + 'verified_status' => VERIFIED_USER_NOTIFY, + 'browser_name' => O + }) + use 'beef.dom' use_template! end