A tool to find out if some gathered NetNTLMv2 hashes represent empty passwords
|
5 years ago | |
---|---|---|
LICENSE | 5 years ago | |
README.md | 5 years ago | |
hashes.txt | 5 years ago | |
index.js | 5 years ago |
This tool was originally created because hashcat does not permit to crack empty hashes.
I hope you'll make great things with it !
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.
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...