Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsT27 authored Nov 28, 2020
1 parent 88c174b commit c412b75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
2.hold Service.exe And Server.exe Put it in the same level directory, and then run with administrator rights Server.exe . right will be raised later

3.It has been tested under win7 and can be elevated

4.Technical details:Create a named pipe with the administrator's permission, and then connect the service to the named pipe by creating the system privilege service. Then we obtain the token of system permission by simulating the client, and then copy it. Then we create a new process (such as CMD) with the copied token. The new process permission is system permission.
5.![Image text](http://www.const27.com/wp-content/uploads/2020/11/image-44-1024x398.png)

0 comments on commit c412b75

Please sign in to comment.