/hashtopolis-stdin-cracker

Generic cracker for stdin dictionary attack

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Hashtopolis Stdin Cracker

Generic cracker for Hashtopolis that supports hashcat in stdin mode.

Building

To build you need at least the Qt5 Core libraries installed.

sudo apt-get install qt5-default build-essential

Build

Build with using qmake and make:

cd cracker
qmake cracker.pro
make