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

Change credentials input type #2968

Closed VakarisZ closed 8 months ago

VakarisZ commented 1 year ago

Is your feature request related to a problem? Please describe. Since we no longer have default credentials, the user is forced to input credentials if he wants to test brute-forcing. The procedure of entering credentials is tedious since it's a list: image

Describe the solution you'd like Industry-standard for brute-forcing is a wordlist, not coming up with possible credentials on the fly, thus we should accept a wordlist as an input. Potentially we could accept credential pairs if the user has specific combinations in mind.

We need to have a UI component first: #2950 We also need to validate the wordlist: #2723

VakarisZ commented 8 months ago

Credential input was changed in #3454