✍️
Red Teaming Experiments
Ctrlk
  • What is this iRed.team?
  • Pinned
    • Pentesting Cheatsheets
    • Active Directory & Kerberos Abuse
  • offensive security
    • Red Team Infrastructure
    • Initial Access
    • Code Execution
    • Code & Process Injection
    • Defense Evasion
    • Enumeration and Discovery
    • Privilege Escalation
    • Credential Access & Dumping
    • Lateral Movement
    • Persistence
    • Exfiltration
  • reversing, forensics & misc
    • Windows Internals
      • Configuring Kernel Debugging Environment with kdnet and WinDBG Preview
      • Compiling a Simple Kernel Driver, DbgPrint, DbgView
      • Loading Windows Kernel Driver for Debugging
      • Subscribing to Process Creation, Thread Creation and Image Load Notifications from a Kernel Driver
      • Listing Open Handles and Finding Kernel Object Addresses
      • Sending Commands From Your Userland Program to Your Kernel Driver using IOCTL
      • Windows Kernel Drivers 101
      • x64 Calling Convention: Stack Frame
      • System Service Descriptor Table - SSDT
      • Interrupt Descriptor Table - IDT
      • Token Abuse for Privilege Escalation in Kernel
      • Manipulating ActiveProcessLinks to Hide Processes in Userland
      • ETW: Event Tracing for Windows 101
      • Exploring Injected Threads
      • Parsing PE File Headers with C++
      • Instrumenting Windows APIs with Frida
      • Exploring Process Environment Block
    • Cloud
    • Neo4j
    • Dump Virtual Box Memory
    • AES Encryption Using Crypto++ .lib in Visual Studio C++
    • Reversing Password Checking Routine
Powered by GitBook
On this page

Was this helpful?

  1. reversing, forensics & misc

Windows Internals

Configuring Kernel Debugging Environment with kdnet and WinDBG PreviewCompiling a Simple Kernel Driver, DbgPrint, DbgViewLoading Windows Kernel Driver for DebuggingSubscribing to Process Creation, Thread Creation and Image Load Notifications from a Kernel DriverListing Open Handles and Finding Kernel Object AddressesSending Commands From Your Userland Program to Your Kernel Driver using IOCTLWindows Kernel Drivers 101x64 Calling Convention: Stack FrameSystem Service Descriptor Table - SSDTInterrupt Descriptor Table - IDTToken Abuse for Privilege Escalation in KernelManipulating ActiveProcessLinks to Hide Processes in UserlandETW: Event Tracing for Windows 101Exploring Injected ThreadsParsing PE File Headers with C++Instrumenting Windows APIs with FridaExploring Process Environment Block
PreviousPowershell Payload Delivery via DNS using Invoke-PowerCloudNextConfiguring Kernel Debugging Environment with kdnet and WinDBG Preview

Last updated 4 years ago

Was this helpful?