https://www.udemy.com/course/hacking-the-windows-api-with-python
-
HelloWorld.py: Show message box use API call with Python.
-
OpenProcess.py: Opens an existing local process object with PID.
-
ProcKiller.py: Kill the process with window name.
-
SpawnProc.py: Spawn a process.
-
DNSGetCache.py: Get DNS Cache table with an undocumented function DNSGetCacheDataTable().
-
OpenToken.py: Opens the access token associated with a process.
-
CheckTokenPrivs.py: Check privilege(s) be enabled/disabled in access token.
-
ModifyTokenPrivs.py: Modify (enable/disable/remove/...) privilege(s) in access token.
-
Impersonate.py: Create a new process (cmd) with same token of a process (Task Manager).