[BUG]: webUI: wordlist generator not working
Version Information
dev
Hashcat
No response
Description
at http://localhost:4200/#/files/wordlist/new-wordlist there is a feature to generate a wordlist. When i want to create a wordlist, with a single name, special attribute and data, and select all checkboxes i get and undescriptive eror in the frontend and the following stacktrace in the console:
wordlist-generator.component.ts:145 Error generating wordlist. RangeError: Maximum call stack size exceeded at _WordlistGeneratorComponent.onSubmit (wordlist-generator.component.ts:143:9) at WordlistGeneratorComponent_Template_form_ngSubmit_4_listener (wordlist-generator.component.html:5:23)
It seems to run out of memory when too much checkboxes have been selected because it does work with less options selected. Is this really a feature we want? And if so do we want the logic to reside at the frontend?
We will leave it for now and remove or create a specific ticket once we know how often it is used.