Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 990 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 990 Bytes

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