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: 
promptcommand 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.
├── 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