Skip to content
View rxwx's full-sized avatar

Highlights

  • Pro

Block or report rxwx

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. AmberWolfCyber/NachoVPN AmberWolfCyber/NachoVPN Public

    A delicious, but malicious SSL-VPN server 🌮

    Python 266 31

  2. chlonium chlonium Public

    Chromium Cookie import / export tool

    C# 312 59

  3. nccgroup/SCOMDecrypt nccgroup/SCOMDecrypt Public

    SCOMDecrypt is a tool to decrypt stored RunAs credentials from SCOM servers

    C# 133 24

  4. spoolsystem spoolsystem Public

    Print Spooler Named Pipe Impersonation for Cobalt Strike

    C 272 40

  5. nccgroup/demiguise nccgroup/demiguise Public

    HTA encryption tool for RedTeams

    Python 1.4k 251

  6. Bypass AMSI on Windows 11 by hooking... Bypass AMSI on Windows 11 by hooking the AMSI context VTable on the heap with a ROP gadget. Look ma, no code patches!
    1
    #include <Windows.h>
    2
    #include <Psapi.h>
    3
    #include <metahost.h>
    4
    #include <comutil.h>
    5
    #include <mscoree.h>