Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Jan 11, 2024
1 parent bef1cb9 commit c222eff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

## [v0.4.0] - 2024-01-10
## [v0.4.1] - 2024-01-10

### Changed

- Added a new optional `on_new_callback` function to the PayloadType class
- This allows you to take additional actions on a new callback based on your payload type
- Added new MythicRPC* functions for searching edges associated with a callback and for creating new tasks for a callback
- Needs Mythic v3.2.12+
- Needs Mythic v3.2.12+ to leverage new functionality

## [v0.3.6] - 2023-12-22

Expand Down
1 change: 0 additions & 1 deletion mythic_container/MythicCommandBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,6 @@ class PTOnNewCallbackAllData:
Functions:
to_json(self): return dictionary form of class
"""
args: TaskArguments

def __init__(self,
callback: dict = {},
Expand Down
4 changes: 2 additions & 2 deletions mythic_container/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from .rabbitmq import rabbitmqConnectionClass
from .mythic_service import start_and_run_forever, test_command

containerVersion = "v1.2.0"
containerVersion = "v1.1.2"

PyPi_version = "0.4.0"
PyPi_version = "0.4.1"

RabbitmqConnection = rabbitmqConnectionClass()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This call to setup() does all the work
setup(
name="mythic_container",
version="0.4.0",
version="0.4.1",
description="Functionality for Mythic Services",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c222eff

Please sign in to comment.