Skip to content
View monoxgas's full-sized avatar
Block or Report

Block or report monoxgas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sRDI sRDI Public

    Shellcode implementation of Reflective DLL Injection. Convert DLLs to position independent shellcode

    PowerShell 2k 453

  2. Koppeling Koppeling Public

    Adaptive DLL hijacking / dynamic export forwarding

    C++ 688 120

  3. FlyingAFalseFlag FlyingAFalseFlag Public

    Slides and Code for the BHUSA 2019 talk: Flying a False Flag

    C++ 229 39

  4. Trebuchet Trebuchet Public

    MS15-076 Privilege Escalation

    C# 99 54

  5. Adapative DLL Hijacking - Stability ... Adapative DLL Hijacking - Stability Hooking
    1
    #include <Windows.h>
    2
    #include <intrin.h>
    3
    #include <string>
    4
    #include <TlHelp32.h>
    5
    #include <psapi.h>
  6. Adaptive DLL Hijacking - Patching Lo... Adaptive DLL Hijacking - Patching LoadLibrary Return
    1
    #include <Windows.h>
    2
    #include <intrin.h>
    3
    #include <string>
    4
    #include <TlHelp32.h>
    5
    #include <psapi.h>