Open AkechiShiro opened 11 months ago
make LEN_MAX=<max_value_needed>
I needed to combine wordlist that had long long strings, hence why this PR.
Was also assisted by @3ldidi94
Hi @jsteube could you please approve the waiting workflow if it is relevant ? Thanks also for making a review if possible, my solution might be too simple as I'm not familiar with all the codebase.
make LEN_MAX=<max_value_needed>
will compile the combinators binaries with the proper changes.I needed to combine wordlist that had long long strings, hence why this PR.
Was also assisted by @3ldidi94