Metadata-Version: 2.1
Name: hashcat-beta
Version: 5.1.0.post2
Summary: Python pip installer for hashcat beta
Home-page: https://github.com/bannsec/hashcat-beta
Author: Michael Bann
Author-email: self@bannsecurity.com
License: MIT
Description: # Overview
        Little wrapper around hashcat so it can be installed via pip. Attempts to also correctly determine which binary you should run and adds `hashcat` to your path.
        
        For the actual hashcat, please go to: https://hashcat.net/hashcat/
        
        NOTE: This version is meant to run the beta release of hashcat, and thus may be unstable. If things don't work, try the normal hashcat.
        
        # Quickstart
        ```bash
        $ pip install hashcat-beta
        $ hashcat -h
        ```
        
Keywords: hashcat
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Provides-Extra: dev
