A gui that helps you set up your hashcat commands. Provides password examples, system command examples and other features.
- added type hints for functions
- added doc string descriptions for functions
- Copy To Clipboard Functionality
- Import hashfile Functionality
- add 'get hash from encrypted file' button
add 'import hash from file' buttonCopy to Clipboard Functionality
git clone https://github.com/Donny-GUI/help-cat.git
cd help-cat
pip3 install pyperclip
python3 helpcat.py
git clone https://github.com/Donny-GUI/help-cat.git
cd help-cat
pip install pyperclip
py helpcat.py