Skip to content

Commit ceab66b

Browse files
committed
v0.4.18
fixing typo in SendMythicRPCFileBrowserCreate
1 parent d11b4cd commit ceab66b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## [v0.4.18] - 2024-04-11
3+
4+
### Changed
5+
6+
- Fixed a typo in the SendMythicRPCFileBrowserCreate
7+
28
## [v0.4.17] - 2024-04-08
39

410
### Changed

mythic_container/MythicGoRPC/send_mythic_rpc_filebrowser_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self,
8686
def to_json(self):
8787
return {
8888
"task_id": self.TaskID,
89-
"callbacktokens": self.FileBrowser.to_json()
89+
"filebrowser": self.FileBrowser.to_json()
9090
}
9191

9292

mythic_container/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
containerVersion = "v1.1.9"
55

6-
PyPi_version = "0.4.17"
6+
PyPi_version = "0.4.18"
77

88
RabbitmqConnection = rabbitmqConnectionClass()
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This call to setup() does all the work
1111
setup(
1212
name="mythic_container",
13-
version="0.4.17",
13+
version="0.4.18",
1414
description="Functionality for Mythic Services",
1515
long_description=README,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)