hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

missing unique combinations for combipow #68

Open realSnoopy opened 2 years ago

realSnoopy commented 2 years ago

while answering this HC-forum-thread https://hashcat.net/forum/thread-10577-post-54501.html and looking at the wiki for combipow https://hashcat.net/wiki/doku.php?id=hashcat_utils i noticed, that combipow is missing some uniq combinations, for the given example in the wiki it misses combinations like

XYZa123 XYZb123 XYZc123 XYZab123 ...

and so on, seems it missing some kind of recursiv loop or something similar

flaggx1 commented 1 year ago

Also noticed this issue.