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

Usage of hex-charset wordlist #123

Open
rbsecion opened this issue Oct 25, 2023 · 4 comments
Open

Usage of hex-charset wordlist #123

rbsecion opened this issue Oct 25, 2023 · 4 comments

Comments

@rbsecion
Copy link

Usage of hex-charset wordlist

Hi,
I would like to do a NTLMv1 to NTLM Reversing attack and for this we have to crack the hashes with a charset as a wordlist, but use the "--hex-charset" parameter to make sure the given charset is in hex.

This is how the hashcat command looks like:

./hashcat.bin -m 14000 -a 3 -1 charsets/DES_full.hcchr --hex-charset hashes.txt ?1?1?1?1?1?1?1?1

I saw that mode 14000 is supported, but it doesn't look like we can do the reversing attack with telling hashview to use the hex charset parameter.

Is it possible to supply custom arguments to a cracking job so we can tell it to make use of the "--hex-charset" parameter? Or is there a different way to perform this attack with hashview?

Further information regarding the technique of reversing NTLMv1 to NTLM:
https://hashcat.net/forum/thread-9009.html

Thanks!

@i128
Copy link
Contributor

i128 commented Oct 25, 2023

I like this idea.

@rbsecion
Copy link
Author

Any idea when it would be possible to implement that feature? :)

@i128
Copy link
Contributor

i128 commented Nov 1, 2023

We accept PR's :). Until then we'll just have to wait until i get some free time

@tjaaay56
Copy link

tjaaay56 commented Jan 6, 2024

ok i agree

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