hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

Added CI/CD building via Github Actions with artifacts #72

Closed mdawsonuk closed 1 year ago

mdawsonuk commented 2 years ago

Added CI/CD building for hashcat-utils across Windows, Mac and Linux. The resultant build files are also available for download as artifacts, typically for 90 days.

This will build on each change to the source files, on each PR, and every tag for the next major version.

An example of the resultant output can be found here https://github.com/mdawsonuk/hashcat-utils/actions/runs/2693865982

jsteube commented 1 year ago

Many thanks!