{"id":18396035,"url":"https://github.com/cyclone-github/crackmon","last_synced_at":"2025-10-06T02:10:46.808Z","repository":{"id":197668606,"uuid":"699095447","full_name":"cyclone-github/crackmon","owner":"cyclone-github","description":"Hashcat wrapper tool to bypass current attack if crack rate drops below threshold","archived":false,"fork":false,"pushed_at":"2025-08-28T14:42:22.000Z","size":73,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T21:50:28.378Z","etag":null,"topics":["attack","bypass","crack","cracking","cyclone","hash","hashcat","hashcracking","rate","threshold","tool","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyclone-github.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-01T22:32:12.000Z","updated_at":"2025-08-28T14:42:25.000Z","dependencies_parsed_at":"2023-10-14T18:55:42.208Z","dependency_job_id":"5747fa5b-71f3-469a-a98a-82ff7435389f","html_url":"https://github.com/cyclone-github/crackmon","commit_stats":null,"previous_names":["cyclone-github/crackmon"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cyclone-github/crackmon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcrackmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcrackmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcrackmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcrackmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyclone-github","download_url":"https://codeload.github.com/cyclone-github/crackmon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyclone-github%2Fcrackmon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547821,"owners_count":26004775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attack","bypass","crack","cracking","cyclone","hash","hashcat","hashcracking","rate","threshold","tool","wrapper"],"created_at":"2024-11-06T02:12:38.901Z","updated_at":"2025-10-06T02:10:46.803Z","avatar_url":"https://github.com/cyclone-github.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cyclone-github\u0026repo=crackmon\u0026theme=gruvbox)](https://github.com/cyclone-github/crackmon/)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/cyclone-github/crackmon)](https://goreportcard.com/report/github.com/cyclone-github/crackmon)\n[![GitHub issues](https://img.shields.io/github/issues/cyclone-github/crackmon.svg)](https://github.com/cyclone-github/crackmon/issues)\n[![License](https://img.shields.io/github/license/cyclone-github/crackmon.svg)](LICENSE)\n[![GitHub release](https://img.shields.io/github/release/cyclone-github/crackmon.svg)](https://github.com/cyclone-github/crackmon/releases)\n\u003c!-- [![Go Reference](https://pkg.go.dev/badge/github.com/cyclone-github/crackmon.svg)](https://pkg.go.dev/github.com/cyclone-github/crackmon) --\u003e\n\n# crackmon\nHashcat wrapper tool to bypass current attack if crack rate drops below threshold.\n\n### Usage:\nDefault: -time 1m -crack 1\n```\n./crackmon ./hashcat {hashcat args}\n```\nCustom: -time 2m -crack 100\n```\n./crackmon -t 2 -c 100 ./hashcat {hashcat args}\n```\nFor more info:\n```\n./crackmon -help\nExamples:\n\nDefaults to -time 1m -crack 1\n./crackmon ./hashcat {hashcat args}\n\nCustom: -time 5m -crack 100\n./crackmon -t 5 -c 100 ./hashcat {hashcat args}\n\nAll flags:\n\t-t         minimum runtime in minutes\n\t-c         cumulative average cracks threshold\n\t-debug     enable debug output\n\t-help      show this help menu\n\t-version   show version info\n\nSupported hashcat attacks:\n\t-a 0       straight\n\t-a 1       combination\n\t-a 9       associated\n\nPartially supported hashcat attacks:\n\t-a 3       mask\n\t-a 6       hybrid\n\t-a 7       hybrid\n\nUnsupported hashcat flags:\n\t-i         incremental\n\t--status-json\n```\n\nFor troubleshooting, run with -debug flag\n```\n./crackmon -debug ./hashcat...\n```\n### Notes:\n- Compiled and tested on debian 12 and Windows 11 Terminal\n- Designed for running hashcat attacks `-a 0, 1, 9`. \n- Supports `-a 3, 6, 7`, but does not currently support hashcat mask files or `-incremental` due to how hashcat handles sessions when running -i or mask files.\n### Changelog:\nhttps://github.com/cyclone-github/crackmon/blob/main/CHANGELOG.md\n\n### Compile from source:\n- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.\n- This assumes you have Go and Git installed\n  - `git clone https://github.com/cyclone-github/crackmon.git`  # clone repo\n  - `cd crackmon`                                               # enter project directory\n  - `go mod init crackmon`                                      # initialize Go module (skips if go.mod exists)\n  - `go mod tidy`                                              # download dependencies\n  - `go build -ldflags=\"-s -w\" .`                              # compile binary in current directory\n  - `go install -ldflags=\"-s -w\" .`                            # compile binary and install to $GOPATH\n- Compile from source code how-to:\n  - https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fcrackmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclone-github%2Fcrackmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclone-github%2Fcrackmon/lists"}