Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 895 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 895 Bytes

help-cat

For helping you make long hashcat system commands

A gui that helps you set up your hashcat commands. Provides password examples, system command examples and other features. Screenshot from 2022-12-07 13-18-53

Updates

  1. added type hints for functions
  2. added doc string descriptions for functions
  3. Copy To Clipboard Functionality
  4. Import hashfile Functionality

TODO

  1. add 'get hash from encrypted file' button
  2. add 'import hash from file' button
  3. Copy to Clipboard Functionality

linux / macos

git clone https://github.com/Donny-GUI/help-cat.git
cd help-cat
pip3 install pyperclip
python3 helpcat.py

windows

git clone https://github.com/Donny-GUI/help-cat.git
cd help-cat
pip install pyperclip
py helpcat.py