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
- Host: GitHub
- URL: https://github.com/bannsec/hashcat-beta
- Owner: bannsec
- Created: 2020-01-15T03:46:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T23:37:55.000Z (over 6 years ago)
- Last Synced: 2025-08-26T13:55:47.709Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```