hashcat Forum
New rule - 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: New rule (/thread-854.html)



New rule - mastercracker - 01-26-2012

Hi Atom. I know this can be done prior to start an attack and I don`t know how hard it would be to code this but if you could implement a rule that would automatically truncate any non alpha character from the start and end of a dictionary word, this would allow to use directly a cracked password list as a dictionary.


RE: New rule - atom - 01-26-2012

hmm, have to think about it


RE: New rule - atom - 05-08-2012

bump


RE: New rule - undeath - 05-09-2012

sounds like a very interesting idea


RE: New rule - M@LIK - 05-09-2012

+1 if it does what I think it does.

The new rule is ( a ):
Code:
cat wordlist
pass1
123pass
p4ss
66killsin1

cat rule
a $1
a $s

hc wordlist -r rule --stdout
pass1
pass1
p4ss
killin1
passs
passs
p4sss
killins

Hmmm... looks like we going to have a lot of dubes.
But good idea overall.


RE: New rule - atom - 05-09-2012

Yeah I thinks that it. Any idea how to skip the duplicates? Hashcat can not do it - not enough memory