{"id":16571986,"url":"https://github.com/hrbrmstr/certstream-rust","last_synced_at":"2025-09-07T18:38:51.810Z","repository":{"id":141238044,"uuid":"494826017","full_name":"hrbrmstr/certstream-rust","owner":"hrbrmstr","description":"Extract all domains from a CertStream-compatible CTL websockets server to RocksDB","archived":false,"fork":false,"pushed_at":"2022-05-21T15:56:57.000Z","size":304,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"batman","last_synced_at":"2025-04-09T02:51:10.484Z","etag":null,"topics":["certificate-generation","certstream","domains","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/hrbrmstr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-21T15:45:36.000Z","updated_at":"2025-03-22T10:36:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"edf6843e-ee6c-4bc0-9dd1-636a68a031fe","html_url":"https://github.com/hrbrmstr/certstream-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hrbrmstr/certstream-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fcertstream-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fcertstream-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fcertstream-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fcertstream-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrbrmstr","download_url":"https://codeload.github.com/hrbrmstr/certstream-rust/tar.gz/refs/heads/batman","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrbrmstr%2Fcertstream-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263430363,"owners_count":23465373,"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":["certificate-generation","certstream","domains","rust"],"created_at":"2024-10-11T21:25:55.985Z","updated_at":"2025-07-04T01:32:59.214Z","avatar_url":"https://github.com/hrbrmstr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# certstream-rust\n\nSmall funemployment Rust project to build a CLI program to read the websocket stream from \u003chttps://certstream.calidog.io\u003e and log all certificate domains to a [RocksDB](http://rocksdb.org) database, plus a small utility to dump the gathered domains from [RocksDB](http://rocksdb.org).\n\n## Building\n\n```\ngit clone git@github.com:hrbrmstr/certstream-rust\ncargo build --release \n```\n\n## Installing\n\nThe following will put:\n\n- `certstream`\n- `dumpdoms`\n\ninto `~/.cargo/bin` unless you've modified the behaviour of `cargo install`.\n\n```\n$ cargo install --git https://github.com/hrbrmstr/certstream-rust\n```\n\n## Read from CertStream websocket\n\n```\nUSAGE:\n    certstream [OPTIONS] --dbpath \u003cDBPATH\u003e\n\nOPTIONS:\n    -d, --dbpath \u003cDBPATH\u003e        \n    -h, --help                   Print help information\n    -p, --patience \u003cPATIENCE\u003e    [default: 5]\n    -s, --server \u003cSERVER\u003e        [default: wss://certstream.calidog.io/]\n    -V, --version                Print version information\n```\n\ne.g.\n```\n$ certstream --dbpath=~/Data/cert_doms.1 # kill or ^C to stop\n```\n\n## See the domains\n\n```\nUSAGE:\n    dumpdoms --dbpath \u003cDBPATH\u003e\n```\n\ne.g.\n```\n$ dumpdoms --dbpath=~/Data/cert_doms.1 | tail -30\nzyw017777.direct.quickconnect.to\nzywolapki.polmedia.webd.pl\nzyx.dzign4u.com\nzyxus.keenetic.pro\nzyy.aob.mybluehost.me\nzyy.kqv.mybluehost.me\nzyyid.muo.cc\nzyzfnh.net\nzyzyxllc.com\nzz188.xyz\nzz3wd.com\nzzalale.com\nzzb.cx\nzzbolt.org\nzzdzkbuxtcwxiru62jefplj2dy.ap-southeast-2.es.amazonaws.com\nzzekasd.xyz\nzzgljy.com\nzznptabez1jijw5z.myfritz.net\nzzsmarketing.com\nzzx.admin.thinker.vc\nzzx.api.thinker.vc\nzzx.oauth.thinker.vc\nzzx52.direct.quickconnect.to\nzzyhomv.shop\nzzyzxvape.synology.me\nzzz.com.ar\nzzz.org.ua\nzzz.zzz.org.ua\nzzz4ncfxemkkuulse6ctkwzrau.eu-west-3.es.amazonaws.com\nzzzzbw.cn\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fcertstream-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrbrmstr%2Fcertstream-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrbrmstr%2Fcertstream-rust/lists"}