![]() |
|
Custom Dictionary - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge) +--- Thread: Custom Dictionary (/Thread-Custom-Dictionary) |
Custom Dictionary - Singularity_mybb_import13102 - 08-05-2014 I originally posted this with my hacking challenge, but it brought about some confusion, and some people thought it meant they might need to bruteforce the challenge. So, I removed it from there, and decided I would post it here instead. I did some substitutions with the rockyou dictionary. The substitutions are as follows: Code: "e" => ["e", "3"]
"l" => ["l", "1"]
"o" => ["o", "0"]
"a" => ["a", "4"]
"t" => ["t", "7"]
"s" => ["s", "5", "$"]
"c" => ["c", "("]
"g" => ["g", "6"]
"p" => ["p", "9"]
"b" => ["b", "8"]Grab the dictionary at: Code: wget 94.23.62.140/files/out.txtA small incomplete example output of some words after substitutions: Spoiler:Code: nick13
ni(k13
mydream
mydre4m
mydr3am
mydr34m
murderdolls
murderdoll5
murderdoll$
murderd0lls
murderd0ll5
murderd0ll$
murderdo11s
murderdo115
murderdo11$
murderd011s
murderd0115
murderd011$
murd3rdolls
murd3rdoll5
murd3rdoll$
murd3rd0lls
murd3rd0ll5
murd3rd0ll$
murd3rdo11s
murd3rdo115
murd3rdo11$
murd3rd011s
murd3rd0115
murd3rd011$
motherof4
mo7herof4
m0ther0f4
m07her0f4
moth3rof4
mo7h3rof4
m0th3r0f4
m07h3r0f4 |