hashcat Forum
what rules to follow in making a hashcat rule? - 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: what rules to follow in making a hashcat rule? (/thread-11483.html)



what rules to follow in making a hashcat rule? - alibaba40 - 06-29-2023

I remember i my password only contain first upper letter lower case numbers or only @ and #. i only use these 2 symbols but i dont remember the length of my password.
I have a list of passwords previously used by me.
How can i use all the above info to bruteforce ? what rules should i apply? I am using putty and vast.ai any help would be appriciated.


RE: what rules to follow in making a hashcat rule? - jersonbtc - 06-29-2023

Mask attack, or wordlist + rule. It is easy to create this rule you mention above. Please let me know if you need help.


RE: what rules to follow in making a hashcat rule? - alibaba40 - 06-29-2023

(06-29-2023, 06:23 AM)jersonbtc Wrote: Mask attack, or wordlist + rule. It is easy to create this rule you mention above. Please let me know if you need help.

what should be in my command line? hashcat -m 23800 -a 3 -i (hashfile.txt) (what should i put here )