{"id":28942333,"url":"https://github.com/manuelberrueta/hashfinder","last_synced_at":"2025-07-06T19:33:47.843Z","repository":{"id":187029489,"uuid":"307478707","full_name":"ManuelBerrueta/hashfinder","owner":"ManuelBerrueta","description":"Go script that finds a matching hash or a diff of a target hash in a directory.","archived":false,"fork":false,"pushed_at":"2020-10-28T17:59:38.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T03:07:10.407Z","etag":null,"topics":["blueteam","blueteam-tools","dfir","dfir-automation","hashing","security","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManuelBerrueta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-10-26T19:10:16.000Z","updated_at":"2024-09-09T21:46:58.000Z","dependencies_parsed_at":"2023-08-08T18:28:51.444Z","dependency_job_id":null,"html_url":"https://github.com/ManuelBerrueta/hashfinder","commit_stats":null,"previous_names":["manuelberrueta/hashfinder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ManuelBerrueta/hashfinder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelBerrueta%2Fhashfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelBerrueta%2Fhashfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelBerrueta%2Fhashfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelBerrueta%2Fhashfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManuelBerrueta","download_url":"https://codeload.github.com/ManuelBerrueta/hashfinder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManuelBerrueta%2Fhashfinder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263960094,"owners_count":23536022,"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","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":["blueteam","blueteam-tools","dfir","dfir-automation","hashing","security","security-tools"],"created_at":"2025-06-23T03:07:08.487Z","updated_at":"2025-07-06T19:33:47.837Z","avatar_url":"https://github.com/ManuelBerrueta.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **HashFinder**\nHashFinder finds if a file in a directory and subdirectories full of the same file is different (modified) by using the targetfile hash or hash as input string.               *\nAlso will help you find a file matching a hash in a directory and subdirectories.\nThis is useful for forensics and possibly finding interesting files like malware or other artifacts.\n\n## Sample Use Cases:\n\n### Find a file with a different hash from the input target file hash in a dir\n```bash\nhashfinder -diff -t tesfile.bin -dir testDir\n```\n\n### Find a file with a matching hash to the hash of the input target file in a dir\n```bash\nhashfinder -t tesfile.bin -dir testDir\n```\n\n### Find a file with a different hash from given input string hash in a dir\n```bash\nhashfinder -diff -i inputHashString -dir testDir\n```\n\n### Find a file with a matching hash to the input string hash in a dir\n```bash\nhashfinder -t tesfile.bin -i inputHashString -dir testDir\n```\n### Find a file with a matching MD5 hash to the input string MD5 hash in a dir\n```bash\nhashfinder -t tesfile.bin -m md5 -i inputHashString -dir testDir\n```\n*HashFinder default hashing is sha2. Specify hash with -m cryptoType*\n\n## TODO:\n- Logging findings to a file","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelberrueta%2Fhashfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuelberrueta%2Fhashfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelberrueta%2Fhashfinder/lists"}