Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Hey I'm a complete noob am I'm just starting to learn about the world of hacking
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm looking to hack a password it’s 7 character long. The first 6 are the lower case the last Is as digit 0-9, the passwords are hashed in md5. How would I go about cracking thisI have a hash and cracked file in the hashcat folder.

Thanks, guys really loving hash cat so far and would love to learn more about cybersecurity.
-a 3 ?l?l?l?l?l?l?d

?l = dollar lower-case ELL = lowercase characters a-z
?d = digits = any number from 0-9
(08-16-2019, 01:36 PM)philsmd Wrote: [ -> ]-a 3 ?l?l?l?l?l?l?d

?l = dollar lower-case ELL = lowercase characters a-z
?d = digits = any number from 0-9

What other stuff do I put int the command don't I have to put hashcat64 and some other stuff inft
hashcat64 -a 3 -m 0 hashfilename ?l?l?l?l?l?l?d -o Outputfilename
(08-16-2019, 05:25 PM)slawson Wrote: [ -> ]hashcat64 -a 3 -m 0 hashfilename ?l?l?l?l?l?l?d -o Outputfilename
Thanks this really helps, the is so muxh