mirror of
https://github.com/jonny-jhnson/RandomPOCs
synced 2026-06-21 13:54:51 +00:00
2432cd267ef4bd837e0e055872a1ffac56a27860
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 |
| CreateProcessSetThreadToken | Creates a process then sets the thread token to impersonate |
| InjectImp | Creates a remote thread in a target process then sets the thread token to impersonate |
| SuspendThreadDriver | Client for the vulnerable driver - gmer64.sys. Suspends threads given a ThreadId |
| LDAPPatch | Patches EtwEventWrite so that LDAP calls don't get logged |
Languages
C++
83.1%
C
16.9%