hashcat Forum

Full Version: Insufficient memory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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
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.
(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?
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
Pages: 1 2