Skip to content
View ajpc500's full-sized avatar

Block or report ajpc500

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 Loading

  1. BOFs BOFs Public

    Collection of Beacon Object Files

    C 529 112

  2. MythicAgents/Medusa MythicAgents/Medusa Public

    Medusa is a cross-platform C2 agent compatible with Python 2.7 and 3.8, compatible with Mythic

    Python 158 39

  3. NimlineWhispers2 NimlineWhispers2 Public

    A tool for converting SysWhispers2 syscalls for use with Nim projects

    Nim 116 13

  4. NimExamples NimExamples Public

    A collection of offensive Nim example code

    Nim 73 14

  5. RelayRumbler RelayRumbler Public

    A proof-of-concept tool that attempts to retrieve the configuration from the memory dump of an F-Secure C3 Relay executable.

    Python 16 1

  6. Quick-and-dirty PowerShell script to... Quick-and-dirty PowerShell script to install Sysmon (SwiftOnSecurity config), SilkService and Winlogbeat, and forward logs to HELK based on IP set in environment variable "HELK_IP" (see Line 224).
    1
    [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
    2
    $wc = New-Object System.Net.WebClient
    3
    
                  
    4
    if (!(Test-Path "C:\Tools")) {
    5
        New-Item -Path "C:\" -Name "Tools" -ItemType "directory"