Simple multithreaded mosquitto hash cracker
mosqrack <passwd_file> <wordlist_file>
passwd_file
: path to the passwd file generated by mosquitto_passwd.worlist_file
: the path to a wordlist text file (one password per line).
OpenSSL lib and headers location must be specified in the solution.
The project is currently built with Visual Studio.
Since this project contains parts of mosquitto source code, it maintains the same license.
See external/mosquitto/README.
Emanuele Messina