Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting an MD5 Hashfile = Token length exception #5

Open
Shazgul opened this issue Sep 25, 2020 · 4 comments
Open

Setting an MD5 Hashfile = Token length exception #5

Shazgul opened this issue Sep 25, 2020 · 4 comments

Comments

@Shazgul
Copy link

Shazgul commented Sep 25, 2020

Always getting the error "Hash '/root/.hashcat/hashes/hash': Token length exception" when trying to use Mode 0 with an "hash" File, in the File is simply an Hash stored, nothing more. How to fix that?

@someshkar
Copy link
Owner

Are you sure you're using a proper MD5 hash in the hash file you've specified? Try using a website like this one to make sure you've got the right hash type in that file.

@Shazgul
Copy link
Author

Shazgul commented Sep 25, 2020

I'm definitely sure that i put a simple MD5 in an File, yes, because i've generated a simple one myself (the word Test123!) just for testing :)

@someshkar
Copy link
Owner

Could you send the file and the hashcat command you're using to crack?

@Wingman4l7
Copy link
Contributor

@Shazgul the simplest way to ensure that your file is the hash and nothing else (like a stray hidden character that could mess up the parser) would be to make the file on the command line, like so:

echo "hash_goes_here" > filename_goes_here.hash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants