Syntax
#1
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!
Reply
#2
A good start would be playing around with custom mask attack (https://hashcat.net/wiki/doku.php?id=mas...m_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...
Reply