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
- Host: GitHub
- URL: https://github.com/bannsec/hashcat
- Owner: bannsec
- Created: 2020-01-12T18:01:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T02:08:57.000Z (about 2 years ago)
- Last Synced: 2025-04-10T08:59:32.797Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- 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/
# Quickstart
```bash
$ pip install hashcat
$ hashcat -h
```