Functionality for Mythic Payload Type Containers
Project description
Mythic Payload Type Container
The mythic_payloadtype_container
package creates an easy way to get everything set up in a new PayloadType container for a Mythic supported Payload Type. Mythic is a Command and Control (C2) framework for Red Teaming. The code is on GitHub (https://github.com/its-a-feature/Mythic) and the Mythic project's documentation is on GitBooks (https://docs.mythic-c2.net). This code will be included in the default Mythic Payload Type containers, but is available for anybody making custom containers as well.
Installation
You can install the mythic scripting interface from PyPI:
pip install mythic-payloadtype-container
How to use
This container reports to mythic as version 11 (PyPi version 0.1.10). Use it with Mythic version 2.3.0.
For the main execution of the heartbeat and service functionality, simply import and start the service:
from mythic_payloadtype_container import mythic_service
mythic_service.start_service_and_heartbeat()
You can also set MYTHIC_ENVIRONMENT=Testing
environment variable (directly for your container/host or via Mythic/.env) to get detailed debugging information.
You can get the Mythic version of this package with the get_version_info
function:
from mythic_payloadtype_container import get_version_info
get_version_info()
Where is the code?
The code for this PyPi package can be found at https://github.com/MythicMeta/Mythic_PayloadType_Container
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mythic_payloadtype_container-0.1.17.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3db2783d763c5edbc5cdf5260e19388489dc7e8008115c3c2360d6d09ada5cd8 |
|
MD5 | a7bbc43a93377cca7c4fae1272cf9801 |
|
BLAKE2b-256 | 7ffb24bff4226e24e79de8fe8e8e5a25638ca3a439b713914c41dc45bc9a7126 |
Hashes for mythic_payloadtype_container-0.1.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 204b8c1963215132abab0a06b2e6e1526b81d48a175a182ef7e18a02f3e51f5d |
|
MD5 | 7b3d7708a97bebc995e36d1287e570d4 |
|
BLAKE2b-256 | 9b46b69c7092a439094f9bd003e03cda11d1fd8ccc16a50b693046ee96b39d59 |