hashcat Forum
How to enables special charaters - 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: How to enables special charaters (/thread-10981.html)



How to enables special charaters - Xii-Nyth - 08-23-2022

When I press status, there's only ever letters, capitals, and numbers being tried.


RE: How to enables special charaters - Xii-Nyth - 08-23-2022

(08-23-2022, 01:29 AM)Xii-Nyth Wrote: When I press status, there's only ever letters, capitals, and numbers being tried.

alternatively, how can I make a charset only using =-09876\][poiuy, as well as a space?


RE: How to enables special charaters - Snoopy - 08-23-2022

take a look at custom charsets and/or maskfiles

with maskfile it would be simple like that

maskfile
Code:
= -09876\][poiuy,?1?1?1?1?1?1?1?1?1?1?1

use with --increment, the space is between = and -


RE: How to enables special charaters - Xii-Nyth - 08-24-2022

(08-23-2022, 10:19 AM)Snoopy Wrote: take a look at custom charsets and/or maskfiles

with maskfile it would be simple like that

maskfile
Code:
= -09876\][poiuy,?1?1?1?1?1?1?1?1?1?1?1

use with --increment, the space is between = and -

My apologies, why would --increment be needed if there is only one mask?


RE: How to enables special charaters - slyexe - 08-25-2022

It wouldn't be necessary but if you are unsure of your password length you can use increment to test all lengths based on your mask length. 

For example

hashcat -m 0 -i -1 =-09876\][poiuy hash.txt ?1?1?1?1?1?1?1?1?1?1


would try all mask length from 1-10 rather then just a single attack vrs 10 characters.


RE: How to enables special charaters - Xii-Nyth - 08-25-2022

(08-25-2022, 03:58 AM)slyexe Wrote: It wouldn't be necessary but if you are unsure of your password length you can use increment to test all lengths based on your mask length. 

For example

hashcat -m 0 -i -1 =-09876\][poiuy hash.txt ?1?1?1?1?1?1?1?1?1?1


would try all mask length from 1-10 rather then just a single attack vrs 10 characters.

Oh thanks!

Well It seems that the password isnt anything I couldve possibly type, so its probably corrupted and there is no telling how long it could be. Ended up just recovering the files though luckily.

This should be useful though when I get a zip with a password and whoever made it typed it in wrong. Thanks for helping me out! Way better than stack exchange


RE: How to enables special charaters - Snoopy - 08-25-2022

(08-25-2022, 06:16 AM)Xii-Nyth Wrote:
(08-25-2022, 03:58 AM)slyexe Wrote: It wouldn't be necessary but if you are unsure of your password length you can use increment to test all lengths based on your mask length. 

For example

hashcat -m 0 -i -1 =-09876\][poiuy hash.txt ?1?1?1?1?1?1?1?1?1?1


would try all mask length from 1-10 rather then just a single attack vrs 10 characters.

Oh thanks!

Well It seems that the password isnt anything I couldve possibly type, so its probably corrupted and there is no telling how long it could be. Ended up just recovering the files though luckily.

This should be useful though when I get a zip with a password and whoever made it typed it in wrong. Thanks for helping me out! Way better than stack exchange

did you get an $HEX[*****] output? this is the way hashcat encodes some special chars like : because these are used inside hashcat for special purposes, you will need to convert the output with an hexconverter to get your plain-passwort