Athena
Athena copied to clipboard
Slack profile does not compile.
Describe the bug Default settings athena payload with slack profile does not compile.
the error:
Traceback (most recent call last): File "/Mythic/athena/mythic/agent_functions/builder.py", line 369, in build await self.buildSlack(agent_build_path, c2) File "/Mythic/athena/mythic/agent_functions/builder.py", line 144, in buildSlack baseConfigFile = open("{}/Agent.Profiles.Slack/Base.txt".format(agent_build_path.name), "r").read() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp5rba2g65efa69a08-f0d1-45a7-a274-04b8839e533e/Agent.Profiles.Slack/Base.txt'
Logging to the container shows the directory /tmp/tmp5rba2g65efa69a08-f0d1-45a7-a274-04b8839e533e does not exist.
Hey sorry about that! The slack profile didn't survive the agent rewrite. I'm currently in the process of rewriting it and figuring out what the new version is going to look like.
There's a beta version of the discord profile though if you want to check out the feature-nidhogg
branch