Athena icon indicating copy to clipboard operation
Athena copied to clipboard

Results 18 Athena issues
Sort by recently updated
recently updated
newest added

The Athena agent appears to be dropping network packets causing proxy and uploads to fail in some cases. 1. When uploading larger binary files 10-20MB I have observed that sometimes...

Big Sur requires executables to be signed to be run on M1. dotnet publish -r osx-arm64 will produce unsigned binaries. You will need to sign the published binary before it...

documentation
enhancement

**Describe the bug** When running the `coff` command, a new thread is spun up without specifying `LPSECURITY_ATTRIBUTES`, the default behavior of this function is to use the token of the...

root@raspberrypi:/home/pi/Mythic# ./mythic-cli install github https://github.com/MythicAgents/Athena 2024/06/14 09:26:41 [*] Creating temporary directory 2024/06/14 09:26:41 [*] Cloning https://github.com/MythicAgents/Athena Cloning into '/home/pi/Mythic/tmp'... 2024/06/14 09:26:43 [*] Parsing config.json [*] Processing Payload Type athena [*]...

**Describe the bug** Hi, ### `shell` the command is showing some errors while providing it a simple command such `ls -la` ![image](https://github.com/MythicAgents/Athena/assets/8413651/39e0228d-42e9-4154-be5b-5147e454a40f) after a small talk with you on Slack,...

The self-contained executable usually gets caught due to the common name of `Athena.dll` or `Agent.dll`, we should be able to update the csproj file to give it a randomly generated...

**Describe the bug** For the GitHub profile to work with Athena, it is mandatory that the repository is not empty, and that the default branch is named "main". In https://github.com/MythicAgents/Athena/blob/a2bfe4784eca50e16a68ecc242474127f4cc8d52/Payload_Type/athena/athena/agent_code/Agent.Profiles.GitHub/GitHubProfile.cs#L101...