Crack complex password - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: Crack complex password (/thread-11142.html) |
Crack complex password - abidmaria - 11-25-2022 Hello , Please i have 2 questions :
hashcat -m 22000 -a 3 hash.hc22000 -i --increment-min=8 --increment-max=9 -1 ?l?u?d?s ?1?1?1?1?1?1?1?1 Note :
and if it will take time (e.g more than 2 days) , if there any other way to reduce the time ? Thanks Best Regards RE: Crack complex password - slyexe - 11-25-2022 this will take years if not unfeasible. RE: Crack complex password - abidmaria - 11-26-2022 (11-25-2022, 11:50 PM)slyexe Wrote: this will take years if not unfeasible. Thank you for your feedback , Please is there any way to Not include space and others special characters and include only "." in our syntax to avoid the multiples syntaxes : hashcat -m 220000 -a 3 hash.hc22000 -i --increment-min=8 --increment-max=9 -1 ?l?u?d?s .?1?1?1?1?1?1?1?1 hashcat -m 220000 -a 3 hash.hc22000 -i --increment-min=8 --increment-max=9 -1 ?l?u?d?s ?1.?1?1?1?1?1?1?1 hashcat -m 220000 -a 3 hash.hc22000 -i --increment-min=8 --increment-max=9 -1 ?l?u?d?s ?1?1.?1?1?1?1?1?1 ... ... ... hashcat -m 220000 -a 3 hash.hc22000 -i --increment-min=8 --increment-max=9 -1 ?l?u?d?s ?1?1?1?1?1?1?1?1. how about the below syntax , i think this is the basic one since the password can have minimum 8 characters and for wifii only 2 special characters are accepted either "." or "," : hashcat -m 22000 -a 3 hash.hc22000 ?a?a?a?a?a?a?a?a for how long will take ? I am asking this question because i am planning to buy a new gpu "NVIDIA GeForce RTX 3080 Ti (Laptop, 175W)" Thanks & Best Regards |