{"id":23314936,"url":"https://github.com/luddekn/crtsh-list","last_synced_at":"2025-08-22T14:31:21.883Z","repository":{"id":215855286,"uuid":"739924980","full_name":"luddekn/crtsh-list","owner":"luddekn","description":"Grabbing the results from a crt.sh search","archived":false,"fork":false,"pushed_at":"2024-11-11T00:59:52.000Z","size":36,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T13:01:34.884Z","etag":null,"topics":["bug-bounty","bugbounty","crt","crt-sh","crtsh","enumeration","python","python3","tool","web","web-enumeration"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luddekn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-07T00:38:29.000Z","updated_at":"2024-12-03T11:04:31.000Z","dependencies_parsed_at":"2024-01-17T14:23:31.323Z","dependency_job_id":"260a5bd1-42e1-481b-940e-7a89af8d991f","html_url":"https://github.com/luddekn/crtsh-list","commit_stats":null,"previous_names":["luddekn/crtsh-list","ludvikkristoffersen/crtsh-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luddekn/crtsh-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luddekn%2Fcrtsh-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luddekn%2Fcrtsh-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luddekn%2Fcrtsh-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luddekn%2Fcrtsh-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luddekn","download_url":"https://codeload.github.com/luddekn/crtsh-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luddekn%2Fcrtsh-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271652357,"owners_count":24797052,"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-08-22T02:00:08.480Z","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":["bug-bounty","bugbounty","crt","crt-sh","crtsh","enumeration","python","python3","tool","web","web-enumeration"],"created_at":"2024-12-20T15:19:31.883Z","updated_at":"2025-08-22T14:31:21.596Z","avatar_url":"https://github.com/luddekn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\nA Python script aimed towards bug bounty hunters and penetration testers that outputs every result from a crt.sh search, removes any duplicate domain or subdomain from that result, and lets the user only output domains and subdomains that include a specific word, it also allows the user to save the results to a file to use in further enumeration!\n## Installation\n```\ngit clone https://github.com/luddekn/crtsh-list.git\n```\nInstall the script requirements:\n```\npip3 install -r requirements.txt\n```\n## Usage\n```\nusage: crtsh-list.py [-h] -d DOMAIN [-o OUTPUT] [-g GREP] [-fs FILTERS]\n\noptions:\n  -h, --help            show this help message and exit\n  -d DOMAIN, --domain DOMAIN\n                        Provide the name of the domain you want to search for.\n  -o OUTPUT, --output OUTPUT\n                        Provide a name for the output file if you want to save the output.\n  -g GREP, --grep GREP  Grep the output to only return results that include the name of the domain.\n  -fs FILTERS, --filters FILTERS\n                        Filter out specific words from the output, such as www. or *. for example, you can filter multiple words using a comma (example: -fs *.,www).\n```\nOutput every result of the domain search:\n```\npython3 crtsh-list.py -d example.com\n```\nFilter the output to remove results:\n```\npython3 crtsh-list.py -d example.com -fs *.,www\n```\nSave every result of the domain search to a specified file (file gets created for you):\n```\npython3 crtsh-list.py -d example.com -o results.txt\n```\nGrep the output to only include results that include the specific keyword:\n```\npython3 crtsh-list.py -d example.com -g example.com\n```\nSave the grepped output to a specified file (file gets created for you):\n```\npython3 crtsh-list.py -d example.com -g example.com -o results.txt\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluddekn%2Fcrtsh-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluddekn%2Fcrtsh-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluddekn%2Fcrtsh-list/lists"}