Skip to content
View MEhrn00's full-sized avatar

Organizations

@MythicAgents @JustHackingCo

Block or report MEhrn00

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. MythicAgents/thanatos MythicAgents/thanatos Public

    Mythic C2 agent targeting Linux and Windows hosts written in Rust

    Rust 327 46

  2. GhidraCOFFParser GhidraCOFFParser Public

    Ghidra script which fully parses COFF files

    Python 11 2

  3. CTF-templates CTF-templates Public

    Templates I use when developing CTF challenges

    Dockerfile 6

  4. Small Python script for generating C... Small Python script for generating COFFs with data embedded from arbitrary binary files.
    1
    #!/usr/bin/env python3
    2
    """bin2coff.py
    3
    usage: bin2coff.py [-h] [-s SYMBOL] [-m {amd64,i386,arm,arm64}] input [output]
    4
    5
    Converts an arbitrary file into a linkable COFF.