Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.04 KB

hashcat.launcher

hashcat.launcher is a cross-platform app that run and control hashcat
it is designed to make it easier to use hashcat offering a friendly graphical user interface

Getting Started

Requirements

  • hashcat
  • Chromium based browser (Chrome, Edge, etc...)
  • zenity, qarma or matedialog (Linux only)
  • osascript (macOS only)

Usage

  • Download a release
  • Extract the archive
  • Run the executable

Screenshots

hashcat.launcher

Building from source

requires Go, npm

  • git clone https://github.com/s77rt/hashcat.launcher.git
  • cd hashcat.launcher
  • make
  • Executables can be found packaged in bin directory

Changelog

Refer to CHANGELOG.md


Report a bug / Request a feature