An open API service indexing awesome lists of open source software.

https://github.com/bannsec/hashcat

pip install wrapper around hashcat
https://github.com/bannsec/hashcat

Last synced: about 1 year ago
JSON representation

pip install wrapper around hashcat

Awesome Lists containing this project

README

          

# 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/

# Quickstart
```bash
$ pip install hashcat
$ hashcat -h
```