Skip to content

GoSecure/prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors