https://github.com/emanuelemessina/mosqrack
Multithreaded mosquitto hash cracker
https://github.com/emanuelemessina/mosqrack
hackthebox hash hash-cracking mosquitto pentesting pentesting-tools wordlist wordlist-attack
Last synced: 3 months ago
JSON representation
Multithreaded mosquitto hash cracker
- Host: GitHub
- URL: https://github.com/emanuelemessina/mosqrack
- Owner: emanuelemessina
- License: epl-2.0
- Created: 2023-03-28T08:27:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T12:48:06.000Z (about 2 years ago)
- Last Synced: 2025-01-16T03:15:00.774Z (5 months ago)
- Topics: hackthebox, hash, hash-cracking, mosquitto, pentesting, pentesting-tools, wordlist, wordlist-attack
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mosqrack
Simple multithreaded mosquitto hash cracker## Usage
`mosqrack `
- `passwd_file` : path to the passwd file generated by mosquitto_passwd.
- `worlist_file` : the path to a wordlist text file (one password per line).## Build from source
OpenSSL lib and headers location must be specified in the solution.
\
The project is currently built with Visual Studio.## License
Since this project contains parts of [mosquitto](https://github.com/eclipse/mosquitto) source code, it maintains the same license.
\
See [external/mosquitto/README](mosqrack/external/mosquitto/README).## Author
Emanuele Messina