Skip to content

A gui that helps you set up your hashcat commands. Provides examples, system command example and other features.

Notifications You must be signed in to change notification settings

Donny-GUI/help-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A gui that helps you set up your hashcat commands. Provides examples, system command example and other features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages