Open XCVYN6UGT85JywuH opened 1 month ago
Try pulling the latest:
git pull
sudo make
sudo ./mythic-cli restart
I just made a push to help address this - now when payloads are deleted, the cache map is invalidated for entries that start with the payload uuid that was deleted.
Were you ever able to confirm that this is fixed for you?
As you can see we doesn't clear cachedUUIDInfoMap when removing payload.
But the first part of LookupEncryptionData function check only cachedUUIDInfoMap.
As a result, new callbacks appear even if payload was deleted.
Possible solution: clear cachedUUIDInfoMap when removing payloads.