dictionary / rules ethereum
#9
(05-22-2021, 04:34 PM)B_Kchurc Wrote:
Hi - read a bit about rules and dictionaries and want to start trying out some combinations.
What I remember from my password is a combination dictionary word with some characters in between I hope I still remember correctly.
I want to start with something like this (apple is just a word from the dictionary)
apple#$^apple
With duplication (d) I can duplicate apple and append the in between bit (#!^) with $#$!$^ and then Trucate right with ] ] ]

So rules.txt would be:

d $#$!$^ ] ] ]

What should result in apple => apple#!^apple 
./hashcat.bin  -m15700 -D1 hash.txt dictionary.txt -r rules.txt
Is this the right approach?
After that I want to try more complex combinations like
capitalize, changing some letters in numbers etc..

Apple#!^apple
and
App1e#$^app1e

etc.

If you are interested in combining pieces of text, numbers and punctuation (in any order) have a look at comboleetor.pl.  https://www.jimby.name/techbits/recent/comboleetor/

Code here:   https://www.jimby.name/techbits/recent/c...or_2.1.tgz

Presentation here: https://www.jimby.name/techbits/recent/c...tation.pdf

Enjoy :-)
Reply


Messages In This Thread
dictionary / rules ethereum - by B_Kchurc - 05-22-2021, 04:34 PM
RE: dictionary / rules ethereum - by Snoopy - 05-22-2021, 10:43 PM
RE: dictionary / rules ethereum - by B_Kchurc - 05-23-2021, 10:37 AM
RE: dictionary / rules ethereum - by Snoopy - 05-23-2021, 12:40 PM
RE: dictionary / rules ethereum - by B_Kchurc - 05-23-2021, 02:31 PM
RE: dictionary / rules ethereum - by B_Kchurc - 05-23-2021, 05:33 PM
RE: dictionary / rules ethereum - by Snoopy - 05-23-2021, 07:56 PM
RE: dictionary / rules ethereum - by B_Kchurc - 05-24-2021, 12:23 AM
RE: dictionary / rules ethereum - by jimby - 05-24-2021, 07:13 PM