Combinator
#2
(05-19-2020, 08:40 PM)mkIV Wrote: Hey guys!! I've been using hashcat on my GTX 1660TI and I've had a lot of fun. I have been working on stepping up my cracking game lately and I am getting tripped up right now.

I want to do a hybrid attack where I have 2 dictionaries, and I combine them. BUT I want to add 0000-9999 to the end of each iteration. How would I go about doing that? The first dictionary is 3 words long, and the second dictionary is 4 words long. The password is 2 words and 0000-9999 at the end.



hashcat -a 1 -m 0 hash.txt word1.txt word2.txt -k '$?d $?d'
this does not work.














Help please? Thanks


Do you want to add the the exact 9 characters: 0000-9999 or do  you want them to act as a mask attack? like generate between 0000 to 9999.
Reply


Messages In This Thread
Combinator - by mkIV - 05-19-2020, 08:40 PM
RE: Combinator - by verticalroll - 05-19-2020, 10:00 PM
RE: Combinator - by mkIV - 05-20-2020, 04:35 AM
RE: Combinator - by undeath - 05-20-2020, 02:01 PM
RE: Combinator - by Sondero - 05-20-2020, 04:03 PM
RE: Combinator - by undeath - 05-20-2020, 04:29 PM
RE: Combinator - by Sondero - 05-20-2020, 05:00 PM
RE: Combinator - by philsmd - 05-20-2020, 08:38 PM
RE: Combinator - by undeath - 05-21-2020, 02:59 AM