Athena icon indicating copy to clipboard operation
Athena copied to clipboard

Slack profile does not compile.

Open charnim opened this issue 10 months ago • 1 comments

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.

charnim avatar Mar 31 '24 12:03 charnim

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

checkymander avatar Apr 03 '24 16:04 checkymander