# Mythic Payload Type Container
The `mythic_container` library provides the steps for defining and utilizing payload types, c2 profiles, translation containers, webhook containers, and logging containers for Mythic.
Mythic is a Command and Control (C2) framework for Red Teaming with the code on GitHub (https://github.com/its-a-feature/Mythic) and the Mythic project's documentation on GitBooks (https://docs.mythic-c2.net).
## Installation
You can install the mythic scripting interface from PyPI:
```
pip install mythic-container
```
## How to use
Use it with Mythic version 3.3.0.
For the main execution of the heartbeat and service functionality, simply import and start the service:
```
import mythic_container
import [my agent | my c2 profile | my translation container | my webhooks | my loggers | my eventing | my auth]
mythic_container.mythic_service.start_and_run_forever()
```
## Where is the code?
The code for this PyPi package can be found at https://github.com/MythicMeta/MythicContainerPyPi
Raw data
{
"_id": null,
"home_page": "https://docs.mythic-c2.net/customizing/payload-type-development",
"name": "mythic-container",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "@its_a_feature_",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/1d/2c/6a7ffe19f1606a58f8f00b91d4942ac01e0f908b0c900d45268d06ac4610/mythic_container-0.5.17.tar.gz",
"platform": null,
"description": "# Mythic Payload Type Container\n\nThe `mythic_container` library provides the steps for defining and utilizing payload types, c2 profiles, translation containers, webhook containers, and logging containers for Mythic. \nMythic is a Command and Control (C2) framework for Red Teaming with the code on GitHub (https://github.com/its-a-feature/Mythic) and the Mythic project's documentation on GitBooks (https://docs.mythic-c2.net). \n\n## Installation\n\nYou can install the mythic scripting interface from PyPI:\n\n```\npip install mythic-container\n```\n\n## How to use\n\nUse it with Mythic version 3.3.0.\n\nFor the main execution of the heartbeat and service functionality, simply import and start the service:\n```\nimport mythic_container\nimport [my agent | my c2 profile | my translation container | my webhooks | my loggers | my eventing | my auth]\nmythic_container.mythic_service.start_and_run_forever()\n```\n\n## Where is the code?\n\nThe code for this PyPi package can be found at https://github.com/MythicMeta/MythicContainerPyPi\n",
"bugtrack_url": null,
"license": "BSD3",
"summary": "Functionality for Mythic Services",
"version": "0.5.17",
"project_urls": {
"Homepage": "https://docs.mythic-c2.net/customizing/payload-type-development"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6e2cea112f6d3c59057b2eec381e00fcaff349189bb4d44c873d76a41a742088",
"md5": "57cb20c6aee007eecd3156cd7b1fc34d",
"sha256": "9a2e50e87ff4afa0cea16dfd14b2ad69637636b0463f316a18e547095c765833"
},
"downloads": -1,
"filename": "mythic_container-0.5.17-py3-none-any.whl",
"has_sig": false,
"md5_digest": "57cb20c6aee007eecd3156cd7b1fc34d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 137598,
"upload_time": "2024-11-22T16:11:23",
"upload_time_iso_8601": "2024-11-22T16:11:23.882169Z",
"url": "https://files.pythonhosted.org/packages/6e/2c/ea112f6d3c59057b2eec381e00fcaff349189bb4d44c873d76a41a742088/mythic_container-0.5.17-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1d2c6a7ffe19f1606a58f8f00b91d4942ac01e0f908b0c900d45268d06ac4610",
"md5": "30e0e46d04809371c2210850224a5563",
"sha256": "916a914478fbf9d5896a999ed150b8d863ca05b57d264359bcc73e57b2b1cda3"
},
"downloads": -1,
"filename": "mythic_container-0.5.17.tar.gz",
"has_sig": false,
"md5_digest": "30e0e46d04809371c2210850224a5563",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 92057,
"upload_time": "2024-11-22T16:11:25",
"upload_time_iso_8601": "2024-11-22T16:11:25.517815Z",
"url": "https://files.pythonhosted.org/packages/1d/2c/6a7ffe19f1606a58f8f00b91d4942ac01e0f908b0c900d45268d06ac4610/mythic_container-0.5.17.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 16:11:25",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mythic-container"
}