MythicC2Profiles / discord

Discord C2 Profile for Mythic
22 stars 3 forks source link

Can't exit agent while using push #3

Open tr41nwr3ck opened 3 months ago

tr41nwr3ck commented 3 months ago

Currently unable hide the agent even after the exit command is issued.

Pushissue
checkymander commented 2 months ago

too bad

its-a-feature commented 2 months ago

This appears to be a Mythic issue - Mythic isn't properly accounting for the differences between a Push OneToOne connection and a PushOneToMany connection when hiding callbacks. I'll look into this

checkymander commented 2 months ago

don't encourage him :P

its-a-feature commented 2 months ago

I'll have this updated in the next big update for Mythic. tldr; Mythic isn't currently checking for Push OneToOne vs Push OneToMany when checking if something is streaming, so I added a way for it to return that information and adjust flow based on that.