Why Combinator is not making all possible combinations?
#1
Hi,

I made three wordlists: 12345 (885 lines/words), qaz (16 lines), wsx (16 lines).

First I combine qaz with wsx  (result: qazwsx)

Combining 12345 with qazwsx   is giving me wordlist with  226560  lines (correct)


Also using combinator3  combining 12345 with qaz and with wsx  is giving me wordlist with  226560  lines (correct)


But when I first combine 12345 with qaz  (result 12345qaz   (14160 lines, correct))

And then combine 12345qaz with wsx  I got wordlist with only 226048 lines  (512 lines missing).


Can someone explain me why I'm getting two different results (they should be exactly the same)

I've  attached the three base wordlist.


Attached Files
.txt   12345.txt (Size: 6.65 KB / Downloads: 3)
.txt   qaz.txt (Size: 64 bytes / Downloads: 1)
.txt   wsx.txt (Size: 64 bytes / Downloads: 1)
.txt   missing lines.txt (Size: 18.5 KB / Downloads: 1)


Messages In This Thread
Why Combinator is not making all possible combinations? - by Flx - 06-10-2017, 06:47 PM