{"id":34045800,"url":"https://github.com/a11rew/sha-assist","last_synced_at":"2026-03-08T23:33:39.619Z","repository":{"id":57466136,"uuid":"392715081","full_name":"a11rew/sha-assist","owner":"a11rew","description":"🕵️ SHA Assist: One command HTTPS Certificate fingerprinting library.","archived":false,"fork":false,"pushed_at":"2021-11-27T16:01:27.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T09:28:11.100Z","etag":null,"topics":["hash","md5","sha256","ssl","tls"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a11rew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-04T14:16:32.000Z","updated_at":"2021-12-13T12:52:13.000Z","dependencies_parsed_at":"2022-08-31T03:23:25.945Z","dependency_job_id":null,"html_url":"https://github.com/a11rew/sha-assist","commit_stats":null,"previous_names":["andrewglago/sha-assist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a11rew/sha-assist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a11rew%2Fsha-assist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a11rew%2Fsha-assist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a11rew%2Fsha-assist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a11rew%2Fsha-assist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a11rew","download_url":"https://codeload.github.com/a11rew/sha-assist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a11rew%2Fsha-assist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30277001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hash","md5","sha256","ssl","tls"],"created_at":"2025-12-13T23:22:13.639Z","updated_at":"2026-03-08T23:33:39.611Z","avatar_url":"https://github.com/a11rew.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵️ SHA Assist\n\n## Easy SHA1, SHA256, SHA384, SHA512, MD5 HTTPS domain certificate fingerprinting.\n\nQuick zero dependency fingerprinting with one command. sha_assist produces algorithmic hexadecimal hashes of public keys used in TLS/SSL connections' authentication. These hashes are useful in verifying the authenticity of recieved HTTPS certificates and are essential in thwarting MiTM attacks for example.\n\nOut of the box, sha_assist exposes 5 key digests i.e. (SHA1, SHA256, SHA384, SHA512 and MD5) but can be easily extended using `hashlib.algorithms_available`.\n\nSee [Extensibility](#Extensibility)\n\nCredit to [dlenski](https://gist.github.com/dlenski) for [ssl.SSLSocket patching](https://gist.github.com/dlenski/fc42156c00a615f4aa18a6d19d67e208)\n\n## Installation\n\n`git clone https://github.com/AndrewGlago/sha-assist.git \u0026\u0026 cd sha-assist`\n\n## Usage and Options\n\n`python3 ./sha_assist.py -d google.com -p 443`\n\n![git](https://user-images.githubusercontent.com/87580113/128281173-12ab0604-2711-4633-b66c-81067d876e49.png)\n\n\nUsage: sha_assist.py [OPTIONS]\n\n| Options | Description |\n| ------------------------- | ------------------------------------------------------------------ |\n| -d or --domain [required] | [Text] Domain URL to be fingerprinted (eg. https://www.github.com) |\n| -p, --port [optional] | [Integer] Port to establish connection on. Defaults to 443 |\n\n**NOTE: URL must be prefixed with https://**\n\n## Extensibility\n\nsha-assist produces algorithmic digests using hash-lib. By extension, all methods exposed by `hashlib.algorithms_available` can be used to produce required digests.\nOutput is by default hex but can be adapted to binary by replacing ~.digestHex().\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa11rew%2Fsha-assist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa11rew%2Fsha-assist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa11rew%2Fsha-assist/lists"}