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

Added NTLM operation #1427

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Added NTLM operation #1427

merged 1 commit into from
Oct 14, 2022

Conversation

brun0ne
Copy link
Contributor

@brun0ne brun0ne commented Sep 27, 2022

I often found myself using online tools for getting NTLM hashes while working with Windows networks or doing sandboxes like HackTheBox. It would be nice to have it as one operation in CyberChef, so I implemented it.

It performs MD4 on UTF16LE-encoded input and makes it uppercase because that's how it appears most often.

Hashing operation - MD4 on UTF16LE-encoded input
@brun0ne brun0ne deleted the branch gchq:master September 30, 2022 01:34
@brun0ne brun0ne closed this Sep 30, 2022
@brun0ne brun0ne deleted the master branch September 30, 2022 01:34
@brun0ne brun0ne restored the master branch September 30, 2022 01:36
@brun0ne brun0ne reopened this Sep 30, 2022
@n1474335 n1474335 merged commit d634476 into gchq:master Oct 14, 2022
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants