A tool to find out if some gathered NetNTLMv2 hashes represent empty passwords

Max1Truc 9ef3b621f1 Merge branch 'master' of https://github.com/Max1Truc/netntlmv2-empty-checker 5 years ago
LICENSE 936180d17e Create LICENSE 5 years ago
README.md ae4ec1ad67 Update README.md 5 years ago
hashes.txt 90110922e0 fix some file parsing errors 5 years ago
index.js 9ef3b621f1 Merge branch 'master' of https://github.com/Max1Truc/netntlmv2-empty-checker 5 years ago

README.md

NetNTLMv2 Empty Hash Checker (MIT License)

This tool was originally created because hashcat does not permit to crack empty hashes.

I hope you'll make great things with it !

Usage

Currently, running index.js with NodeJS will read a file named hashes.txt in the current folder, looking up for hashes formatted in the Responder way.

An example hashes.txt file is provided in this repository which represents a totovoid account with an empty password.

Contributing

All contributions are welcome !

As I haven't got much time to develop this tool, feel free to open an issue or create a Pull Request with new features...

Thanks