Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

24 lines (24 loc) · 1.3 KB

Windows-API-with-Python

Hacking the Windows API with Python - Real Ethical Hacking

  • Installing Dependecies and tools in windows
  • Windows Internals
  • Windows API Call
  • Windows API Style
  • Some basics of Python
  • Gaining a handle to a Windows Process
  • Project - ProcKiller
  • Windows deep internal structures
  • Spawning a Windows Process
  • Making of SpawnProc using Python
  • More of API Calls Undocumented
  • About Token Privilegs
  • Process Access Token Opening
  • Process Token Privileges checking
  • Process Token Privileges Modification
  • Impersonation Tool using Python