hashcat Forum
: rule - question on behavior and use - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: : rule - question on behavior and use (/thread-2496.html)



: rule - question on behavior and use - liquiz - 08-06-2013

I was working through a bash script to do email rule generation here is a sample of what it spits out

Code:
$@$0$1$2$.$n$e$t$.$i$l
:$@$0$1$2$.$n$e$t$.$i$l
d$@$0$1$2$.$n$e$t$.$i$l
l$@$0$1$2$.$n$e$t$.$i$l
u$@$0$1$2$.$n$e$t$.$i$l
c$@$0$1$2$.$n$e$t$.$i$l
C$@$0$1$2$.$n$e$t$.$i$l
t$@$0$1$2$.$n$e$t$.$i$l

Are the first 2 lines of that equivalent? If so is there a reason to prefer one over the other?

In a rule its not a big deal but overall I have something like 700 plus domains which just adds up.

Peace


RE: : rule - question on behavior and use - undeath - 08-07-2013

the first two are equivalent.


RE: : rule - question on behavior and use - liquiz - 08-08-2013

(08-07-2013, 11:07 PM)undeath Wrote: the first two are equivalent.

Thanks, Ill modify the script and pull blank out and leave the : in.

Peace