Spar0w / project-mars

Project Mars is a modular, open source, Windows threat emulation platform written in C#. Project Mars runs on a plugin system that allows the user to mix and match different activities to build the threat that they want/need. It also allows plugins to be written quite easily and quickly for use with the platform.
GNU General Public License v2.0
3 stars 0 forks source link

[3] Testing at Scale #44

Open Spar0w opened 1 year ago

Spar0w commented 1 year ago

We should test with a lot of clients at once to see the capability of Project Mars

Spar0w commented 1 year ago

Did a small scale test with 1 server and 3 clients. This worked flawlessly, but we still need a good way to test at scale. Might develop something with my SEC 480 esxi setup 🤔 .

Spar0w commented 1 year ago

Note that a small discovery, not really a problem, is that if multiple clients have the same hostname, they are considered one by the server. This means that, since we are using HTTP, that the first one of these clients to contact the server for their commandque, then that first one only will receive it. I don't see this as a problem, but it might be in the future. This is just a note for when that might happen.