Skip to content

Commit 7111fe5

Browse files
authored
Merge pull request #350 from RealEnder/master
Update Altice/Optimum candidates and add 2 new patterns
2 parents f779205 + d3bffd6 commit 7111fe5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: hcxpsktool.c

+6-5
Original file line numberDiff line numberDiff line change
@@ -803,11 +803,12 @@ static const char *word[] =
803803
"lavender", "lemon", "lime", "linen",
804804
"magenta", "maroon", "mauve",
805805
"navy",
806-
"olive", "orange", "orchid",
806+
"ochre", "olive", "orange", "orchid",
807807
"peach", "periwinkle", "pewter", "pink", "plum", "purple",
808808
"rose",
809809
"sage", "sepia", "sienna", "silver", "slate",
810-
"taupe", "teal", "turquoise"
810+
"taupe", "teal", "turquoise",
811+
"umber"
811812
};
812813

813814
for (i = 0; i < 1000000; i++)
@@ -816,7 +817,7 @@ for (i = 0; i < 1000000; i++)
816817
for (w = 0; w < (sizeof(word) / sizeof(char *)); w++ )
817818
{
818819
// 2-4
819-
//fprintf(fhout, "%s-%.2s-%.4s\n", word[w], si, si+2);
820+
fprintf(fhout, "%s-%.2s-%.4s\n", word[w], si, si+2);
820821
fprintf(fhout, "%.2s-%s-%.4s\n", si, word[w], si+2);
821822
fprintf(fhout, "%.2s-%.4s-%s\n", si, si+2, word[w]);
822823
// 3-3
@@ -826,7 +827,7 @@ for (i = 0; i < 1000000; i++)
826827
// 4-2
827828
fprintf(fhout, "%s-%.4s-%.2s\n", word[w], si, si+4);
828829
fprintf(fhout, "%.4s-%s-%.2s\n", si, word[w], si+4);
829-
//fprintf(fhout, "%.4s-%.2s-%s\n", si, si+4, word[w]);
830+
fprintf(fhout, "%.4s-%.2s-%s\n", si, si+4, word[w]);
830831
}
831832
}
832833

@@ -2870,7 +2871,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
28702871
"--eeupper : include weak EE-Hub candidates\n"
28712872
" list will be > 3.8GB\n"
28722873
"--alticeoptimum : include weak Altice/Optimum candidates (MyAltice, MyOptimum)\n"
2873-
" list will be > 4.6GB\n"
2874+
" list will be > 6.3GB\n"
28742875
"--asus : include weak ASUS RT-AC candidates (ASUS_XX, RT-AC)\n"
28752876
"--weakpass : include weak password candidates\n"
28762877
"--eudate : include complete european dates\n"

0 commit comments

Comments
 (0)