mirror of
https://github.com/jonny-jhnson/RandomPOCs
synced 2026-06-21 13:54:51 +00:00
d6200be0e45bb5560b5d4cd1ef57df5332abee0d
RandomPOCs
This repository holds POCs I have created for projects, blogs, etc.
POCs:
| POC | Description |
|---|---|
| ImpersonateLoggedOnUser | Steals token from a targetted process and sets token to current thread via ImpersonateLoggedOnUser |
| SetThreadToken | Steals token from a targetted process and sets token to current thread via SetThreadToken |
| NtfsControlFile | Performs named pipe impersonation by creating a named pipe - \\.\pipe\npfs and taking the clients token by calling NtfsControlFile |
Languages
C++
83.1%
C
16.9%