guardicore / guardicore/monkey
Handle limited payload size
Open
Feature
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
**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**
Contributor guide
Assessment
This issue has not been assessed yet.