mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
65a0afb2a4
commit
09a6407295
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue