question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

L33t words not matched as expected

See original GitHub issue

L33tified words seem to get only partial dictionary matches.

Result

The password Ch1ck3n1970 currently yields:

  • BruteForceMatch: C
  • BruteForceMatch: h
  • BruteForceMatch: 1
  • BruteForceMatch: c
  • DictionaryMatch: ken (male_names)
  • YearMatch: 1970

For comparison, this is Chicken1970:

  • DictionaryMatch: chicken (passwords)
  • YearMatch: 1970

Expected

For Ch1ck3n1970 I would expect the same matches as Chicken1970:

  • DictionaryMatch: chicken (passwords, Leet Substitutions true)
  • YearMatch: 1970

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Tostinocommented, Apr 5, 2017

Yup, that for sure looks like an issue and it wasn’t caught by the test cases. I’ll take a look into that shortly.

0reactions
jdhoekcommented, Apr 10, 2017

Works for me now. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Filtering l33t speak - TechNet - Microsoft
It seems to be working as to be expected i.e finds any words that substitutes $ for s but does not match valid...
Read more >
Leet Speak Cheat Sheet - GameHouse
Having a tough time understanding your gamer friends? Then this Leet Speak Cheat Sheet will help you cheat your way from n00b to...
Read more >
javascript - Regular expression to match non-ASCII characters?
I would like to match all words individually in an input string, but the language may not be English, so I will need...
Read more >
Facebook | Phone | Simple spell checking engine - LeetCode
One time pre-compute, created dict where key is len and value is list of words of that length ; def isMatch(word): word_len =...
Read more >
Leet Lingo - TV Tropes
And most importantly of all, leetspeak should never be consistent. Different symbols should be substituted for the same letter within a single sentence,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found