Crack complex password
#1
Hello ,

Please i have 2 questions :

  • i need to know whether the below syntax is correct 


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 :


  1. mask : ?1?1?1?1?1?1?1?1?1
  2. mask enabled : increment mode  - 9  [--increment-min=8 --increment-max=9]
  3. I enable custom charset 1 and set the same to: ?l?u?d?s

  • also for how long will take to crack password with GPU :NVIDIA GeForce RTX 3080 Ti (Laptop, 175W)


and if it will take time (e.g more than 2 days)  , if there any other way to reduce the time ?

Thanks

Best Regards
Reply
#2
this will take years if not unfeasible.
Reply
#3
(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
Reply