https://github.com/s77rt/hashcat.launcher
hashcat.launcher is a cross-platform app that run and control hashcat
https://github.com/s77rt/hashcat.launcher
hashcat hashcat-gui hashcat-launcher
Last synced: about 1 year ago
JSON representation
hashcat.launcher is a cross-platform app that run and control hashcat
- Host: GitHub
- URL: https://github.com/s77rt/hashcat.launcher
- Owner: s77rt
- License: mit
- Created: 2020-04-15T20:55:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T23:25:44.000Z (over 2 years ago)
- Last Synced: 2024-11-02T17:36:27.620Z (over 1 year ago)
- Topics: hashcat, hashcat-gui, hashcat-launcher
- Language: JavaScript
- Homepage:
- Size: 53.2 MB
- Stars: 398
- Watchers: 23
- Forks: 50
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-cracking - hashcat.launcher - Hashcat.launcher is a cross-platform GUI app that run and control hashcat. (Hashcat)
README
# hashcat.launcher
hashcat.launcher is a cross-platform app that runs and controls hashcat
it is designed to make it easier to use hashcat offering a friendly graphical user interface
## Getting Started
### Requirements
- Chromium-based browser (Chrome, Edge, etc...)
- `zenity`, `qarma` or `matedialog` (Linux only)
- `osascript` (macOS only)
### Usage
- Download a [release](https://github.com/s77rt/hashcat.launcher/releases)
- Extract the archive
- Run the executable
## Screenshots

## Building from source
requires [Go](https://go.dev/), [npm](https://www.npmjs.com/)
- `git clone https://github.com/s77rt/hashcat.launcher.git`
- `cd hashcat.launcher`
- `make`
- Executables can be found packaged in the `bin` directory
## Changelog
Refer to [CHANGELOG.md](https://github.com/s77rt/hashcat.launcher/blob/master/docs/CHANGELOG.md)
___
[Report a bug / Request a feature](https://github.com/s77rt/hashcat.launcher/issues/new)