hashcat Forum
Help with a specific mask or rule - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Help with a specific mask or rule (/thread-4260.html)



Help with a specific mask or rule - giog7789 - 04-05-2015

Hello everyone,

I need an help on a rule that can just take the words from a wordlist and permutate like the examples below.
(i know how to do this with masks, but not with wordlist)

1)
  • Word in the wordlist: Hello
  • Chosen digit from me: 9
  • What the plain should be:
    Hello9, Hell9o, Hel9lo, He9llo.....9Hello
<-------------
2)
  • Word in the wordlist: Hello
  • Chosen set of digits: { 9, 1, 8 } and chosen permutation maxcombination with this set: 2 ( 11,18,19,81,91,88,99,89,98)
  • What the plain should be:
    Hello19, Hell19o, Hel19lo, He19llo.....19Hello
    Hello11, Hell11o, Hel11lo, He11llo.....11Hello
    Hello18, Hell18o, Hel18lo, He18llo.....18Hello
    ....................................................
<-------------

3)
  • Word in the wordlist: Help
  • Chosen string: Ab3
  • What the plain should be:
    HelpAb3, HelAb3p, HelAb3lp .... Ab3Help
<-------------




Can someone help me?


RE: Help with a specific mask or rule - Xanadrel - 04-05-2015

Hey,

https://hashcat.net/wiki/doku.php?id=rule_based_attack
Check the i rule, you may like it.


RE: Help with a specific mask or rule - atom - 04-05-2015

indeed and with tmesis.pl from hashcat-utils you can let auto-generate them for you


RE: Help with a specific mask or rule - giog7789 - 04-06-2015

(04-05-2015, 10:30 PM)Xanadrel Wrote: Hey,

https://hashcat.net/wiki/doku.php?id=rule_based_attack
Check the i rule, you may like it.

EDIT (I misread):
Thank you so much! <3


RE: Help with a specific mask or rule - giog7789 - 04-06-2015

(04-05-2015, 11:32 PM)atom Wrote: indeed and with tmesis.pl from hashcat-utils you can let auto-generate them for you

Well i can't use tmesis.pl since i'm on winzoz but anyway i can still use len.exe that is usefull for me.


RE: Help with a specific mask or rule - epixoip - 04-06-2015

Why can't you use tmesis.pl on Windows? There's Cygwin, Strawberry Perl, ActiveState Perl, DWIM Perl...


RE: Help with a specific mask or rule - giog7789 - 04-06-2015

(04-06-2015, 05:55 AM)epixoip Wrote: Why can't you use tmesis.pl on Windows? There's Cygwin, Strawberry Perl, ActiveState Perl, DWIM Perl...

I'm using Cygwin right now, but there are tons of packages. Which one is for emulate linux commands on the cmd? (or at least just for the text editors commands)