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