insert digits between 2 wordlists
#6
(04-11-2022, 07:09 PM)kcrowder69 Wrote: Well here is what I have tried and it seems that the rule is the hang up here.

hashcat --stdout -a 1 outeng.txt outeng.txt -j $^ | hashcat -m 0 -a 0 -r replacecarret.rule testhash.tst

after the pipe I get the desired output word^word.

I am using the mask processor to create the rule to add the 3 digits. but it mangles the results upon running

mp64 -o replacement.rule 's^ $?d $?d $?d'

with the spaces between functions it leaves a space between the words and adds the digits at the end.
result: word word123

if I run the mp with out spaces it fails. At this point I can see my only option is to create the rule more direct as in your attachment.   
s^$123
s^$124 etc....  am i missing something?

The mask suggested did not work either. Skipping invalid rule etc.....
rule used s^$123
Reply


Messages In This Thread
insert digits between 2 wordlists - by kcrowder69 - 04-11-2022, 02:40 AM
RE: insert digits between 2 wordlists - by Snoopy - 04-11-2022, 01:31 PM
RE: insert digits between 2 wordlists - by kcrowder69 - 04-11-2022, 07:16 PM