guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.63k stars 775 forks source link

Agent: Shorten reservation ID #4189

Closed mssalvatore closed 3 months ago

mssalvatore commented 3 months ago

Per Issue #4187, there are cases when download strings must be shorter. In order to achieve this, random strings from a set of 62 characters are generated. Using 5 characters gives something like 916M possible values, which is more than enough for any single agent.

What does this PR do?

Issue #4187.

Add any further explanations here.

PR Checklist

Testing Checklist