|
Better leet.table file for Table-Lookup mode
|
|
10-28-2011, 04:00 PM
Post: #1
|
|||
|
|||
|
Better leet.table file for Table-Lookup mode
The table-lookup mode is great to produce all the leet possibilites of one word, but the leet.table file from hashcat-0.37 is not right.
If you enable debug mode, you will see that the word "password" will only yield the candidate p@55w0rt, although you would expect it to yield all the possible canditates: p@ssword, pa$$word, passw0rd, ... p@$$word, p@$$w0rd, ... (you get the idea). To actually obtain this, you need to edit the leet.table file in order to add the letter to the right of the = sign, like this: a=a@4 b=b68 ... A=A@4 B=B68 ... Also, as I have always thought the letter 'e' could also be replaced with either the number 2 or 3, I have added the number 2 for the letters 'e' and 'E' in my leet.table file, like this: e=e3i2 E=E3i2 PS. the toggle_case_and_leet.table file is actually correct |
|||
|
10-28-2011, 04:39 PM
Post: #2
|
|||
|
|||
|
RE: Better leet.table file for Table-Lookup mode
for me it works well:
Code: $ echo password > word |
|||
|
10-29-2011, 12:32 PM
(This post was last modified: 10-29-2011 12:38 PM by lanjelot.)
Post: #3
|
|||
|
|||
|
RE: Better leet.table file for Table-Lookup mode
hehe you must be using a beta version of yours again
![]() Here is what I get with a stock hashcat-0.37 (did not modified anything): Code: $ echo password > wordAlso, there is no such -t option in hashcat-0.37 ![]() Cheers PS. a few months ago I told you about this on IRC, maybe you fixed your leet.table |
|||
|
10-29-2011, 01:37 PM
Post: #4
|
|||
|
|||
|
RE: Better leet.table file for Table-Lookup mode
Indeed
Thanks for reporting.
|
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help





Thanks for reporting.