MythicAgents / Apollo

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

Allow agent to get system proxy and cached credentials if unknown #112

Closed MorSecur closed 1 year ago

MorSecur commented 1 year ago

An operator will not always know the credentials needed for communications through an organization's proxy. The code below gets the system proxy and cached credentials if ProxyHost, ProxyUser, and ProxyPass are null. This will allow the agent to traverse the proxy if used for initial access.