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

https://github.com/bannsec/hashcat-beta

Beta build of hashcat
https://github.com/bannsec/hashcat-beta

Last synced: 11 months ago
JSON representation

Beta build of 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/

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
$ pp64 -h
$ cap2hccapx -h
$ kwp -h
```