MythicAgents / sliver

Sliver agents for Mythic
33 stars 3 forks source link

Merge of improved commands and api handling #2

Closed spenceradolph closed 6 months ago

spenceradolph commented 6 months ago

Callbacks are now auto-instantiated by a thread that is listening for events from sliver. Each sliverapi payload should have a thread, though probably only 1 will ever be used at a time realistically. Currently doesn't support creating all of the callbacks when the service first starts up, but this would be easily implemented.