Skip to content
View rxwx's full-sized avatar

Highlights

  • Pro
Block or Report

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.

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. nccgroup/Cyber-Defence nccgroup/Cyber-Defence Public

    Information released publicly by NCC Group's Cyber Incident Response Team

    Python 470 98

  2. nccgroup/nccfsas nccgroup/nccfsas Public

    Information released publicly by NCC Group's Full Spectrum Attack Simulation (FSAS) team.

    C 602 108

  3. chlonium chlonium Public

    Chromium Cookie import / export tool

    C# 267 50

  4. nccgroup/SCOMDecrypt nccgroup/SCOMDecrypt Public

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

    C# 114 21

  5. Pulse Secure Version Scanner Pulse Secure Version Scanner
    1
    import requests
    2
    import sys
    3
    import re
    4
    
                  
    5
    HEADERS = {"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:67.0) Gecko/20100101 Firefox/67.0"}