Skip to content

Commit b7886cb

Browse files
author
=
committed
added/fixed weak candidates based on wpa-sec analysis
1 parent a7e36b0 commit b7886cb

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

hcxpsktool.c

+22-24
Original file line numberDiff line numberDiff line change
@@ -326,27 +326,26 @@ static const char *firstword[] =
326326
"noisy", "normal", "north", "novel", "oasis", "object", "ocean", "odd",
327327
"olive", "one", "only", "open", "orange", "other", "outlet", "oxygen",
328328
"palm", "palmw", "parade", "party", "past", "pastel", "patron", "perfect",
329-
"phobic", "phone", "pink", "plain", "plane", "pledge", "pledgey", "plenty",
330-
"plus", "pocket", "polite", "pony", "pool", "praise", "precious", "prior",
331-
"prize", "proof", "proper", "prose", "proud", "purple", "quaint", "quick",
332-
"quiet", "quote", "rain", "rainy", "rapid", "rare", "ready", "real",
333-
"reason", "recent", "red", "remedy", "remote", "review", "reward", "rich",
334-
"rocket", "rocky", "root", "rough", "round", "royal", "runner", "rustic",
335-
"safe", "safety", "salt", "salute", "scary", "scout", "select", "senior",
336-
"shadow", "shelf", "shiny", "short", "silent", "silky", "sill", "silly",
337-
"silver", "simple", "sleepy", "slight", "slow", "small", "smart", "smiley",
338-
"smiling", "smooth", "soccer", "solid", "some", "south", "space", "spare",
339-
"square", "stable", "statue", "stealth", "still", "stock", "street", "strict",
340-
"strong", "studio", "such", "sudden", "summit", "sunny", "super", "sure",
341-
"sweet", "swift", "tablet", "tall", "teal", "teals", "terrific", "that",
342-
"theory", "thick", "think", "thirsty", "this", "tight", "timber", "tiny",
343-
"top", "total", "tough", "town", "train", "turtle", "uneven", "union",
344-
"unique", "unite", "unusual", "upset", "urban", "useful", "usual", "valley",
345-
"vanilla", "vast", "verse", "violet", "violin", "voyage", "wagon", "walnut",
346-
"warm", "watch", "watery", "weekly", "west", "what", "wide", "wild",
347-
"windy", "wine", "winter", "wise", "witty", "wonderful", "wooden", "worth",
348-
"writer", "yacht", "yard", "year", "yellow", "young", "zany", "zeal",
349-
"zebra", "zone"
329+
"phobic", "phone", "pink", "plain", "plane", "pledge", "plenty", "plus",
330+
"pocket", "polite", "pony", "pool", "praise", "precious", "prior", "prize",
331+
"proof", "proper", "prose", "proud", "purple", "quaint", "quick", "quiet",
332+
"quote", "rain", "rainy", "rapid", "rare", "ready", "real", "reason",
333+
"recent", "red", "remedy", "remote", "review", "reward", "rich", "rocket",
334+
"rocky", "root", "rough", "round", "royal", "runner", "rustic", "safe",
335+
"safety", "salt", "salute", "scary", "scout", "select", "senior", "shadow",
336+
"shelf", "shiny", "short", "silent", "silky", "silly", "silver", "simple",
337+
"sleepy", "slight", "slow", "small", "smart", "smiley", "smiling", "smooth",
338+
"soccer", "solid", "some", "south", "space", "spare", "square", "stable",
339+
"statue", "stealth", "still", "stock", "street", "strict", "strong", "studio",
340+
"such", "sudden", "summit", "sunny", "super", "sure", "sweet", "swift",
341+
"tablet", "tall", "teal", "terrific", "that", "theory", "thick", "think",
342+
"thirsty", "this", "tight", "timber", "tiny", "top", "total", "tough",
343+
"town", "train", "turtle", "uneven", "union", "unique", "unite", "unusual",
344+
"upset", "urban", "useful", "usual", "valley", "vanilla", "vast", "verse",
345+
"violet", "violin", "voyage", "wagon", "walnut", "warm", "watch", "watery",
346+
"weekly", "west", "what", "wide", "wild", "windy", "wine", "winter",
347+
"wise", "witty", "wonderful", "wooden", "worth", "writer", "yacht", "yard",
348+
"year", "yellow", "young", "zany", "zeal", "zebra", "zone"
350349
};
351350

352351
static const char *secondword[] =
@@ -402,11 +401,10 @@ static const char *secondword[] =
402401
"vase", "verse", "video", "violet", "violin", "volume", "voyage", "wagon",
403402
"walnut", "watch", "wate", "water", "way", "wealth", "week", "west",
404403
"whale", "while", "wind", "window", "windy", "winner", "wolf", "work",
405-
"world", "writer", "yacht", "yard", "year", "youth", "yowl", "zeal",
406-
"zebra", "zone", "zoo"
404+
"world", "writer", "yacht", "yard", "year", "youth", "zeal", "zebra",
405+
"zone", "zoo"
407406
};
408407

409-
410408
for(ca = 0; ca < (sizeof(firstword) / sizeof(char *)); ca++)
411409
{
412410
for(cs = 0; cs < (sizeof(secondword) / sizeof(char *)); cs++)

0 commit comments

Comments
 (0)