#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7iphone_tel:8enable: true9category: "Host"10name: "Make Telephone Call"11description: "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"12authors: ["xntrik", "Nitesh Dhanjani"]13target:14user_notify:15S:16os: ["iOS"]17not_working:18ALL:19os: ["All"]202122