Originally Posted by
NiceDude502
Well I made a script to ask via zenity for an input text file you browse and choose then it takes that lowercase wordlist and makes 3 copies ( one normal, one with first letter in caps & one in all caps ) and then combines them and starts doing l33t speak replacement variations on the list including a full l33t replacement. All those are sorted and output to a wordlist that is 50-150X the originals size.
I Joined today here in the forums just to post it for others benefit only to find out I couldn't post an URL to it on deposit files. LOL oh well if that concept sounds like something you would like then let me know and I will try to get you a copy as it is much to long to post here in text.
Guess if I end up posting 15 posts I will share it with everyone.
As an example of what I am talking about if you give my script a text file as input which contains the following 3 words
test
user
admin
It outputs the following new list, which you can see has many different levels of l33t replacement. As it stands now it only does 1 full leet replacement based on the most simple set of character replacement I could assemble but in the future I might try and do 2 or 3 full leet conversions based on some other character replacements.
admin
Admin
ADMIN
test
Test
TEST
user
User
USER
|_|$3|2
4dm1n
4DM1N
4dmin
4DMIN
4d|v|in
4D|v|IN
4|)|v|1|\|
73$7
73s7
73S7
7e$7
7E$7
7es7
7ES7
adm1n
Adm1n
ADM1N
admin
Admin
ADMIN
ad|v|1n
Ad|v|1n
AD|v|1N
ad|v|in
Ad|v|in
AD|v|IN
a|)min
A|)min
A|)MIN
|_|s3r
|_|S3R
t3st
T3st
T3ST
t3$t
T3$t
T3$T
test
Test
TEST
te$t
Te$t
TE$T
u$3r
U$3r
U$3R
u$er
U$er
U$ER
us3r
Us3r
US3R
use|2
Use|2
USE|2
user
User
USER
If anyone is interested in this let me know