Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAC check failed #9

Open
mike-t225 opened this issue Mar 17, 2022 · 1 comment
Open

MAC check failed #9

mike-t225 opened this issue Mar 17, 2022 · 1 comment

Comments

@mike-t225
Copy link

I am not sure if I insert the issue in the right place. I have installed latest mythic with HTTP C2 profile and Atlas. When running Atlas I see that it called back, but right after the initial reply I get errors in mythic server:

[ERROR] crypto.py: MAC check failed
Traceback (most recent call last):
  File "/Mythic/app/crypto.py", line 52, in decrypt_message
    decrypted = await decrypt_AES256(
  File "/Mythic/app/crypto.py", line 127, in decrypt_AES256
    h.verify(mac)
  File "/usr/local/lib/python3.8/site-packages/Crypto/Hash/HMAC.py", line 165, in verify
    raise ValueError("MAC check failed")
Value Error: MAC check failed

so Atlas tries to call back, but the message is not understood, not sure why.

@its-a-feature
Copy link
Contributor

Atlas is currently broken and doesn't have a maintainer. I know it currently has issues with the regex it uses to parse out messages from Mythic, so this might be related to the same issue

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

No branches or pull requests

2 participants