ajpc500 - Overview

Pinned Loading

  1. Collection of Beacon Object Files

    C 636 117

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

    Python 205 51

  3. A tool for converting SysWhispers2 syscalls for use with Nim projects

    Nim 125 14

  4. A collection of offensive Nim example code

    Nim 74 14

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

    Python 17 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

    4

    if (!(Test-Path "C:\Tools")) {

    5

        New-Item -Path "C:\" -Name "Tools" -ItemType "directory"