Max1Truc / netntlmv2-empty-checker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%