Create payload.txt

pull/97/head
Peaakss 2022-10-16 01:49:47 -04:00 committed by GitHub
parent df78de4f69
commit 34c3368cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
REM Version 1.0
REM OS: iOS
REM Author: Peaakss
REM Description: A simple payload to send a email from the Mail app
REM NOTICE (Replace "TEXT" within the string commands with the desired text | EXAMPLE: STRING example@gmail.com
GUI h
DELAY 100
GUI SPACE
DELAY 100
BACKSPACE
DELAY 60
STRING Mail
DELAY 50
ENTER
GUI N
STRING "TO-ADRESS"
DELAY 100
ENTER
TAB
DELAY 100
STRING "SUBJECT"
DELAY 100
ENTER
DELAY 100
STRING "MESSAGE"
GUI-SHIFT d
DELAY 100
ENTER