missed a file

This commit is contained in:
Nathan Button 2016-01-29 14:53:33 -07:00
parent 54e42d230c
commit 8165bed34b
1 changed files with 1 additions and 2 deletions

View File

@ -336,9 +336,8 @@ func l33tMatch(password string) []match.Match {
}
for _, match := range matches {
println(match.Entropy)
match.Entropy += entropy.ExtraLeetEntropy(match, password)
println(match.Entropy)
match.DictionaryName = match.DictionaryName + "_3117"
}
return matches