# 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/5d/7f/9a5f48e7b1a8047eb09e7045b5adb8d473b77482c2c3d68d02519855e79f/mythic_container-0.5.19.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.19",
"project_urls": {
"Homepage": "https://docs.mythic-c2.net/customizing/payload-type-development"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f8c8e0a650a3f97c78da02d508935ac29c71477ed8bd84d328fa47ebaf3129e2",
"md5": "3d4e970101b6983f01b5595b026a2868",
"sha256": "0a2a946cc936aa1c9615c0d17ff8c1870345bc36f2eaab42ef08e576acea606e"
},
"downloads": -1,
"filename": "mythic_container-0.5.19-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3d4e970101b6983f01b5595b026a2868",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 137763,
"upload_time": "2024-12-14T16:21:26",
"upload_time_iso_8601": "2024-12-14T16:21:26.993186Z",
"url": "https://files.pythonhosted.org/packages/f8/c8/e0a650a3f97c78da02d508935ac29c71477ed8bd84d328fa47ebaf3129e2/mythic_container-0.5.19-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5d7f9a5f48e7b1a8047eb09e7045b5adb8d473b77482c2c3d68d02519855e79f",
"md5": "a8f6f4c35c571bc0276195cac3f087de",
"sha256": "e6bf082e7b4952d9e4b8a2f14b511d338f9328f67f69cbc8a36a84cbc9eeda2d"
},
"downloads": -1,
"filename": "mythic_container-0.5.19.tar.gz",
"has_sig": false,
"md5_digest": "a8f6f4c35c571bc0276195cac3f087de",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 92180,
"upload_time": "2024-12-14T16:21:28",
"upload_time_iso_8601": "2024-12-14T16:21:28.600097Z",
"url": "https://files.pythonhosted.org/packages/5d/7f/9a5f48e7b1a8047eb09e7045b5adb8d473b77482c2c3d68d02519855e79f/mythic_container-0.5.19.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-14 16:21:28",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mythic-container"
}