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
This commit is contained in:
antisnatchor
2011-03-14 19:31:18 +00:00
parent 2d2e030096
commit c5dc4b3f45

View File

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