Process Token Dumper (Example) - MindMeister

Process Token Dumper

by Vivek Ramachandran 02/21/2017
Created with Raphaël 2.2.0
Process Token Dumper
Privilege Check
SeDebugPrivilege
GetCurrentProcess()
OpenProcessToken()
GetTokenInformation()
AdjustTokenPrivileges()
Get Process Handle
OpenProcess()
Choose Minimal Access
MAXIMUM_ALLOWED
PROCESS_QUERY_LIMITED_INFORMATION
Protected Processes
Image not available
Finding Protected Processes
Get Process Token Handle
OpenProcessToken()
MAXIMUM_ALLOWED
Image not available
Dump Token Information
GetTokenInformation()
Image not available
TokenUser
Image not available
SID_AND_ATTRIBUTES
Image not available
Demo
Image not available
TokenOwner
Image not available
Demo
Image not available
TokenPrimaryGroup
Image not available
Demo
Image not available
TokenGroups
Image not available
Demo
Image not available
TokenPrivileges
Image not available
LUID_AND_ATTRIBUTES
Image not available
Demo
Image not available
TokenSource
Image not available
Demo
Image not available
TokenType
Image not available
Demo
Image not available
TokenElevation
Image not available
Demo
... many others
Windows API Exploitation Recipes for Red - Blue Teams

http://www.pentesteracademy.com/course?id=31
0
2435