MeowCracker:
HashCat Command Generator

HashCat: Straight Attack (Option 0)

The HashCat Straight Attack mode is the most direct way to use HashCat. It will run a Dictionary Attack on the targeted hash file provided to find a match on the hash. It only requires 3 things:

1. Please Choose the Type of Hash to Crack:



2. Please Provide the Hash File Name:



3. Please Provide the Wordlists Name:

Command Generation:

hashcat -a 0 -m *hash value* *Hash file* *Wordlist.txt* --show

HashCat: Combination Attack (Option 1)

In the Combination Attack mode of HashCat, it allows HashCat to run two dictionaries at once. It is knowned to be “combined” as each word of a dictionary will be bined into a single word for each word in another dictionary. Here are the required details:

1. Please Choose the Type of Hash to Crack:



2. Please Provide the Hash File Name:

3. Please Provide the first Wordlists Name:

4. Please Provide the second Wordlists Name:

Command Generation:

hashcat -m 0 -a 1 *HashFile* *Wordlist1.txt* *Wordlist2.txt* --show

HashCat: Brute Force Attack (Option 3)

The HashCat Brute Force Attack mode is an attack in which HashCat will go through all the possible combination to crack the hash. By running attack mode 3 HashCat will try to crack the hash provided in a text file.
Here are the required details:

1. Please Choose the Type of Hash to Crack:



2. Please Provide the Hash File Name:

Command Generation:

hashcat -a 3 -m *hash value* *Hash file* --show

*MeowCracker does not provide user the directory to their own wordlist, for default directory, input /usr/share/wordlists/wordlist.txt
*If you had relocated the wordlists in a different path, remember to input the directory when you pasted the command.

HashCat: Hybrid Attacks

Basically, the hybrid attack is just a Combinator attack. One side is simply a dictionary, the other is the result of a Brute-Force attack. In other words, the full Brute-Force keyspace is either appended or prepended to each of the words from the dictionary. Hence, the name “hybrid”. Alternatively, Mask attack or Rule-based attack can replace the Brute-Force side.

Attack Mode:

Output Display Settings:

Charset Settings:

Targeted Hash Type:



Predefined Charset:

Hash File Name:

For the Predefine Charset, You May Refer Here:

Command Generation:

hashcat -a 6 -m 0 --show

This is the entire list of Hashes that is supported by HashCat:

No Hash Value Hash Name

What Is MeowCracker?

MeowCracker is a HashCat command generator that was created by w0rmhol3. Its main existence is to ease the usage of Hashcat password cracking tool by generating the required commands to run password cracking functionalities through an online website that can allow users to choose the password cracking mode and generate the required commands that initiates the cracking process.



Who Is It For?

This tool is mainly created for cybersecurity practitioners. With that said, the main target user of the tool is to be cybersecurity professionals, and students. The tool will be able to assist these users in cracking passwords and learning the tool through the commands generated through the website. Publishing this tool as a web-based tool enables it to be access by the general public, making it a free-to-use and accessible by everyone.



How To Utilize The Command Generator?

Based on the requirements of the hash to be cracked, users can go through the tool and follow the required criteria to fill in and the tool will automatically generate the full command to allow HashCat to run. Then, just click on the copy button to copy the code directly, and paste it in the linux terminal to run the password cracking process through HashCat.