hashcat Forum
Hey I'm a complete noob am I'm just starting to learn about the world of hacking - 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: Hey I'm a complete noob am I'm just starting to learn about the world of hacking (/thread-8566.html)



Hey I'm a complete noob am I'm just starting to learn about the world of hacking - AwfulHacker - 08-16-2019

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.


RE: Hey I'm a complete noob am I'm just starting to learn about the world of hacking - philsmd - 08-16-2019

-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


RE: Hey I'm a complete noob am I'm just starting to learn about the world of hacking - AwfulHacker - 08-16-2019

(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


RE: Hey I'm a complete noob am I'm just starting to learn about the world of hacking - slawson - 08-16-2019

hashcat64 -a 3 -m 0 hashfilename ?l?l?l?l?l?l?d -o Outputfilename


RE: Hey I'm a complete noob am I'm just starting to learn about the world of hacking - AwfulHacker - 08-16-2019

(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