@@ -803,11 +803,12 @@ static const char *word[] =
803
803
"lavender" , "lemon" , "lime" , "linen" ,
804
804
"magenta" , "maroon" , "mauve" ,
805
805
"navy" ,
806
- "olive" , "orange" , "orchid" ,
806
+ "ochre" , " olive" , "orange" , "orchid" ,
807
807
"peach" , "periwinkle" , "pewter" , "pink" , "plum" , "purple" ,
808
808
"rose" ,
809
809
"sage" , "sepia" , "sienna" , "silver" , "slate" ,
810
- "taupe" , "teal" , "turquoise"
810
+ "taupe" , "teal" , "turquoise" ,
811
+ "umber"
811
812
};
812
813
813
814
for (i = 0 ; i < 1000000 ; i ++ )
@@ -816,7 +817,7 @@ for (i = 0; i < 1000000; i++)
816
817
for (w = 0 ; w < (sizeof (word ) / sizeof (char * )); w ++ )
817
818
{
818
819
// 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 );
820
821
fprintf (fhout , "%.2s-%s-%.4s\n" , si , word [w ], si + 2 );
821
822
fprintf (fhout , "%.2s-%.4s-%s\n" , si , si + 2 , word [w ]);
822
823
// 3-3
@@ -826,7 +827,7 @@ for (i = 0; i < 1000000; i++)
826
827
// 4-2
827
828
fprintf (fhout , "%s-%.4s-%.2s\n" , word [w ], si , si + 4 );
828
829
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 ]);
830
831
}
831
832
}
832
833
@@ -2870,7 +2871,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
2870
2871
"--eeupper : include weak EE-Hub candidates\n"
2871
2872
" list will be > 3.8GB\n"
2872
2873
"--alticeoptimum : include weak Altice/Optimum candidates (MyAltice, MyOptimum)\n"
2873
- " list will be > 4.6GB \n"
2874
+ " list will be > 6.3GB \n"
2874
2875
"--asus : include weak ASUS RT-AC candidates (ASUS_XX, RT-AC)\n"
2875
2876
"--weakpass : include weak password candidates\n"
2876
2877
"--eudate : include complete european dates\n"
0 commit comments