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
Version 0.0.3 of the mythic_payloadtype_container
package supports version 2.2.* of the Mythic project.
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()
For a Payload types Profile's code to leverage the PayloadType or RPC functionality:
from mythic_payloadtype_container import PayloadBuilder
# optionally - from mythic_payloadtype_container.PayloadBuilder import *
from mythic_payloadtype_container import MythicResponseRPC
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.0.36.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff8814cff3956ea79bbe27afb8a8381039fa88c199dd6614f108aac26f5a6a43 |
|
MD5 | 473934d5638ce2f7cfc9a9b1bc3ac113 |
|
BLAKE2b-256 | bd00e5be3bfb91e3bb54945ce0c14276b3fdac1e88b7290902ad57621883e362 |
Hashes for mythic_payloadtype_container-0.0.36-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10cf53a32064e4cbf02d3a754dfd4260a8d35adc47c05814d014f7a4166e94c1 |
|
MD5 | 8d8835d3b4be0aede5396cfa17fc89bf |
|
BLAKE2b-256 | 7f1d7769d7b5d5d7874e294b70df2fbffd54cb155c0595019a75e99295d66fc4 |