Help with a specific mask or rule
#1
Question 
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?


Messages In This Thread
Help with a specific mask or rule - by giog7789 - 04-05-2015, 10:21 PM
RE: Help with a specific mask or rule - by atom - 04-05-2015, 11:32 PM