Insufficient memory
#11
(10-19-2019, 09:08 AM)philsmd Wrote: what's your command and what is the content of the files ?

how large are the files and what do they contain.

Read more about mask attack here: https://hashcat.net/wiki/?id=mask_attack

hashcat32.exe -a 3 -m 0 hash.txt customlist.txt

custom list is 3.3gb
Reply
#12
Quote:hashcat32.exe -a 3 -m 0 hash.txt customlist.txt

custom list is 3.3gb

If you're using a dictionary file use -a 0. Stop trolling.
Reply
#13
(10-20-2019, 02:32 AM)slyexe Wrote:
Quote:hashcat32.exe -a 3 -m 0 hash.txt customlist.txt

custom list is 3.3gb

If you're using a dictionary file use -a 0. Stop trolling.

There is no troll im just trying to learn as i go. Dictionary attack pulled no results so i simply figured bruteforce would be my next step no?
Reply
#14
A Brute force attack does not use a dictionary unless its a hybrid attack. Read the Wiki a bit to understand what each attack does. 

An example bruteforce attack would be:

hashcat64.exe -a 3 -m 0 hash.txt ?a?a?a?a?a?a
Reply