guardicore / monkey

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

Add dynamic credenital validators #3974

Open VakarisZ opened 6 months ago

VakarisZ commented 6 months ago

Is your feature request related to a problem? Please describe. The credentials inputs doesn't have dynamic validation of hashes and ssh keys.

Describe the solution you'd like Credentials inputs should be validated dynamically, as the user is typing them. Attempting to submit an empty credential row should throw an error.

VakarisZ commented 6 months ago

Related #3975