GoSecure / prompt

AI-based implant feature

Home Page:https://gosecure.ai/blog/2025/03/21/talk-to-your-malware-integrating-ai-capability-in-an-open-source-c2-agent/

Repository from Github https://github.comGoSecure/promptRepository from Github https://github.comGoSecure/prompt

Prompt

Description

Project for AI-based (ChatGPT) implant feature.

The repository contains the following folders:

  • pocs: Python and C# programs that request and reflectively execute AI-generated code.
  • mythic: prompt command for the Mythic's Medusa agent, which uses a similar principle to the PoC, with some improvements.

Each folder has its own README.md for instructions.

Project tree overview

├── mythic               # code for Mythic Medusa's prompt command (medusai project)
│   ├── ...
│   └── README.md
├── pocs              
│   ├── c#               # code for the C# PoC
│   │   ├── ...
│   │   ├── Program.cs 
│   │   └── README.md
│   └── python           # code for the python PoC
│       ├── prompt.py
│       └── README.md
├── media                 
│   ├── ...
└── README.md

Demo

Here's a demo of the prompt command with the Mythic Medusa agent

About

AI-based implant feature

https://gosecure.ai/blog/2025/03/21/talk-to-your-malware-integrating-ai-capability-in-an-open-source-c2-agent/


Languages

Language:C# 56.6%Language:Python 43.4%