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

Handle limited payload size #4187

Open VakarisZ opened 3 months ago

VakarisZ commented 3 months ago

Is your feature request related to a problem? Please describe. Some exploits have a limited payload size. Right now our payloads are long, they contain OTP's, binary download ID's, etc.

Describe the solution you'd like Add infrastructure or shorten the payloads to be able to use exploits with limited size payload. The current goal is that the payload wouldn't exceed 64 characters (tied to https://www.exploit-db.com/exploits/47984)

Describe alternatives you've considered