Windows-API-with-Python
October 27, 2020 ยท View on GitHub
Hacking the Windows API with Python - Real Ethical Hacking
Setting Up
- Installing Dependecies and tools in windows
Windows API Overview
- Windows Internals
- Windows API Call
API Basics & Hooking into a Windows Process
- Windows API Style
- Some basics of Python
- Gaining a handle to a Windows Process
- Project - ProcKiller
Advanced Windows API Calls
- Windows deep internal structures
- Spawning a Windows Process
- Making of SpawnProc using Python
- More of API Calls Undocumented
Abusing Windows Tokens
- About Token Privilegs
- Process Access Token Opening
- Process Token Privileges checking
- Process Token Privileges Modification
- Impersonation Tool using Python