hashcat Forum
Table Lookup: delimiter request - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html)
+--- Thread: Table Lookup: delimiter request (/thread-1362.html)



Table Lookup: delimiter request - init_6 - 07-06-2012

For a table lookup attack. Add a delimiter.
example:
a=a,A,4,@,/\,^,aye,∂,ci,λ,Z

And I am sure an escape char will have to be created.

Or instead of lookup attack a .rule could be created.
## a
saa
saA
sa4
sa@
sa^
sa/\
saaye


RE: Table Lookup: delimiter request - Hash-IT - 07-06-2012

I think you can do that now can't you ?

a=aA4@


RE: Table Lookup: delimiter request - init_6 - 07-06-2012

(07-06-2012, 01:59 AM)Hash-IT Wrote: I think you can do that now can't you ?

a=aA4@

whats up hashcat this is initiate6. Yes you can do a=aA4@ However, You can't a=aA@/\ and have a = a
a=A
a=/\

instead you will have:
a=/
a=\
Unless I am wrong.


RE: Table Lookup: delimiter request - atom - 07-06-2012

that wont work and its not about the delimiter. thing is you want to replace 1 char with 2 chars. in theory no problem but if you want performance you have to keep the length of your plaintext candidates constant.


RE: Table Lookup: delimiter request - Hash-IT - 07-06-2012

(07-06-2012, 05:36 AM)init_6 Wrote: whats up hashcat this is initiate6. Yes you can do a=aA4@ However, You can't a=aA@/\ and have a = a
a=A
a=/\

instead you will have:
a=/
a=\
Unless I am wrong.

OH hello !! Ha ha !! Smile

Small world !

I see what you mean, I have asked for this before, you want to make uber leet characters. Well I think atom has answered Smile