How to emulate 3 dictionaries?
#5
(01-16-2015, 02:39 PM)turbohaje Wrote: cudaHashcat64.exe -m 0 -a 1 -o results.txt -j $. -k $@gmail.com --outfile-format=3 hashes.txt names.txt surnames.txt

This should generate name.surname@gmail.com, right?

No. See https://hashcat.net/wiki/doku.php?id=rule_based_attack

Append Character $X Append character X to end

It says append character. This means that you need to append each and every single character of the word.

Like this: -k '$@ $g $m $a $i $l $. $c $o $m'


Messages In This Thread
How to emulate 3 dictionaries? - by turbohaje - 01-16-2015, 01:34 PM
RE: How to emulate 3 dictionaries? - by epixoip - 01-16-2015, 02:21 PM
RE: How to emulate 3 dictionaries? - by turbohaje - 01-16-2015, 02:39 PM
RE: How to emulate 3 dictionaries? - by philsmd - 01-16-2015, 02:50 PM
RE: How to emulate 3 dictionaries? - by turbohaje - 01-16-2015, 02:43 PM
RE: How to emulate 3 dictionaries? - by turbohaje - 01-16-2015, 02:55 PM
RE: How to emulate 3 dictionaries? - by epixoip - 01-16-2015, 04:01 PM