Skip to content

Commit

Permalink
added some more weak candidates 123123123
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Dec 21, 2017
1 parent cbfa98c commit 4997f09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wlanhcx2psk.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ for(y = 1900; y <= thisyear; y++)
snprintf(pskstring, 64, "abcd%04d", y);
writepsk(pskstring);
}

for(y = 0; y < 1000; y++)
{
snprintf(pskstring, 64, "%03d%03d%03d", y, y, y);
writepsk(pskstring);
}
return;
}
/*===========================================================================*/
Expand Down

0 comments on commit 4997f09

Please sign in to comment.