hashcat Forum
Syntax - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Syntax (/thread-11936.html)



Syntax - clipsy - 04-25-2024

Hello everybody! Very new to this commandline tool... Please, be kind Smile

I have an archive with a password that is quite long. It has a number of letters that I don't remember if they are uppercase or lowercase, all numbers except for 5, and two symbols. 

What is the syntax for hashcat to get that password (in this century...) ?

Thanks!


RE: Syntax - Banaanhangwagen - 04-26-2024

A good start would be playing around with custom mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets), since you know the length and the fact that it is lower/upper/digit or special.

Maybe try your commands first with adding --stdout, check the output and adapt if necessary.

There are enough videos/blogs/write-ups do get you going on that field...