Skip to content

Conversation

@try-catch-try
Copy link
Contributor

Line 506 was missing the required stdout argument which caused the build to fail when exporting source code I just added a stdout string so that athena.returnSuccess() had all the arguments it was expecting.

STDERR:
Traceback (most recent call last):
File "/Mythic/athena/mythic/agent_functions/builder.py", line 501, in build
return await self.returnSuccess(resp, "File built succesfully!", agent_build_path, "Success!")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: athena.returnSuccess() missing 1 required positional argument: 'stdout'

@checkymander checkymander merged commit afa65bc into MythicAgents:main May 2, 2025
3 checks passed
@checkymander
Copy link
Collaborator

sorry didn't notice this! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants