r3nt0n / bopscrk

Generate smart and powerful wordlists
https://pypi.org/project/bopscrk
GNU General Public License v3.0
856 stars 109 forks source link

Bopscrk not respecting input character cases #30

Closed vertexgamer closed 1 week ago

vertexgamer commented 7 months ago

The input words always become lower-case in the output, even if case transforms are disabled. It's a big issue since the user might want to only combine words "as they are" or have already a curated list of basic case transforms (like: test Test TEST ) and don't want to spend extra compute time for unlikely combinations, like: test tEst teSt tesT TEst........ you got the idea

r3nt0n commented 1 week ago

It should be fixed with the last commit. Let me know what you think, any feedback would be much appreciated!