Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
hermes — A Python agent targeting Linux for Mythic C2 | Kitploit
Tools/GitHubGitHub/0xbbuddha/hermes
ReconnaissanceEncryption/Decryption ToolsLateral MovementPost-ExploitationPenetration TestingCommand and ControlRed TeamingRemote Access ToolPayload DevelopmentArchived
GitHub0xbbuddha/hermes

hermes

1815 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

A Python agent targeting Linux for Mythic C2

View Repository

Hermes Logo

Hermes

Hermes is a lightweight Linux agent written in Python, designed for Mythic 3.0 and newer. Named after Hermes, messenger of the gods — built for speed and discretion.

Features

  • Linux support
  • SOCKS5 proxy support for pivoting and lateral movement
  • Multiple C2 profiles: HTTP, Notion
  • Encrypted Key Exchange (EKE) with RSA-4096 + AES-256-CBC + HMAC-SHA256
  • AESPSK support (pre-shared key, no key exchange required)
  • 24 built-in commands covering:
    • Reconnaissance (whoami, ps, netstat, ifconfig, systeminfo, env)
    • File operations (ls, cat, cp, mv, rm, mkdir, chmod, chown, find, grep)
    • File transfer (upload, download)
    • Execution (shell)
    • Agent control (sleep, exit, cd)

Installation

1.) Install Mythic from here

2.) From the Mythic install directory, run the following command:

root@kitploit:~
./mythic-cli install github https://github.com/0xbbuddha/hermes

Supported C2 Profiles

HTTP

Hermes communicates over the default HTTP profile used by Mythic. All taskings and responses are done via POST requests.

Note: The GET URI parameter is unused — only POST is supported.

Notion

Hermes can use a Notion database as a covert C2 channel. The agent communicates with Mythic by creating and reading pages in a shared Notion database, making traffic blend in with legitimate Notion API calls.

Requires:

  • A Notion integration token (integration_token)
  • A shared Notion database ID (database_id)

Opsec Considerations

Python Dependency

Hermes is a Python agent and requires Python 3.8+ to be present on the target system. This may increase the detection surface compared to a compiled binary.

Build Formats

FormatDescription
Python script (.py)Minimal footprint, requires Python on target
Directory bundleSelf-contained with dependencies, easier to deploy

Sleep Interval

The default sleep interval directly impacts both stealth and performance. A high sleep interval reduces network noise but degrades SOCKS5 proxy throughput. Tune according to your operational requirements.

Credit

  • @0xbbuddha — Author

Known Issues

Linux Only

Hermes is built exclusively for Linux targets. Windows and macOS are not supported.

SOCKS5 Latency

Because SOCKS5 traffic is relayed through the agent's HTTP polling loop, latency is directly tied to the sleep interval. Real-time protocols (e.g. RDP, interactive shells) may experience degraded performance at higher sleep values.

Download Tool