server icon indicating copy to clipboard operation
server copied to clipboard

[BUG]: webUI: wordlist generator not working

Open jessevz opened this issue 4 months ago • 1 comments

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?

jessevz avatar Sep 09 '25 12:09 jessevz

We will leave it for now and remove or create a specific ticket once we know how often it is used.

ObsidianOracle avatar Sep 16 '25 09:09 ObsidianOracle