MythicAgents / Apollo

A .NET Framework 4.0 Windows Agent
BSD 3-Clause "New" or "Revised" License
434 stars 90 forks source link

Unable to Execute Apollo via Assembly Load #77

Closed getshellz closed 2 years ago

getshellz commented 2 years ago

Apollo wasn't playing nice when being loaded in via assembly load, managed to figure out the issue was that the Main was being set to private.

Was able to get it to work by just simply editing the Main to be public shown here:

https://github.com/getshellz/Apollo/blob/master/Payload_Type/apollo/agent_code/Apollo/Program.cs#L40

Not sure if you count it as an issue

djhohnstein commented 2 years ago

I sure can. I'll patch it in today 🙂