GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-28 14:16:10 +00:00 committed by gitbook-bot
parent 65a0afb2a4
commit 09a6407295
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -7,6 +7,10 @@
3. The service receive the data from the client in the pipe, call ImpersonateNamedPipeClient and waits for the service to finish
4. Finally, uses the token obtained from the service to spawn a new _cmd.exe_
{% hint style="warning" %}
If you don't have enough privileges the exploit may get stucked and never return.
{% endhint %}
```c
#include <windows.h>
#include <time.h>