During some researches in the new guard from Chernobyl I found something interesting that can be abused on everyone that purchased his guard.
In his Agent source-code this exist:
[Only registered and activated users can see links. Click Here To Register...]
The VOID is:
So the backdoor is exploiting AgentServer with Opcode 0x9998.
Since the "Enable Security filter is always enabled".
Enjoy for the people who got fooled, you should fix this.
In his Agent source-code this exist:
[Only registered and activated users can see links. Click Here To Register...]
The VOID is:
Code:
public void StopAllServers()
{
for (int i = 0; i < m_SilkroadServers.Count; i++)
{
m_SilkroadServers[i].StopContexts();
m_SilkroadServers[i].Stop();
}
m_SilkroadServers.Clear();
}
Since the "Enable Security filter is always enabled".
Enjoy for the people who got fooled, you should fix this.