{"id":33185666,"url":"https://github.com/jreisinger/hostrecon","last_synced_at":"2026-01-31T03:11:28.758Z","repository":{"id":200465250,"uuid":"703592080","full_name":"jreisinger/hostrecon","owner":"jreisinger","description":"Obtain information about network hosts","archived":false,"fork":false,"pushed_at":"2024-07-25T17:07:04.000Z","size":58,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T18:44:32.248Z","etag":null,"topics":["osint","osint-tool","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jreisinger.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}},"created_at":"2023-10-11T14:26:59.000Z","updated_at":"2025-09-10T08:32:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"24fb76f4-2a87-46b8-abac-91104c6da208","html_url":"https://github.com/jreisinger/hostrecon","commit_stats":null,"previous_names":["jreisinger/recon","jreisinger/hostrecon"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jreisinger/hostrecon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreisinger%2Fhostrecon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreisinger%2Fhostrecon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreisinger%2Fhostrecon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreisinger%2Fhostrecon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jreisinger","download_url":"https://codeload.github.com/jreisinger/hostrecon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jreisinger%2Fhostrecon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28928050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T02:59:34.861Z","status":"ssl_error","status_checked_at":"2026-01-31T02:59:05.369Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["osint","osint-tool","security-tools"],"created_at":"2025-11-16T05:00:20.098Z","updated_at":"2026-01-31T03:11:28.739Z","avatar_url":"https://github.com/jreisinger.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"networking\"\u003e\u003c/a\u003eNetworking"],"sub_categories":[],"readme":"Hostrecon is a CLI tool (and a Go package) for obtaining information about network hosts. It's meant to be fast, easy to use, and easy to extend.\n\nInstallation\n\n```\ngo install github.com/jreisinger/hostrecon/cmd/hostrecon@latest\n```\n\nUsage\n\n```\n❯ hostrecon example.com\nexample.com: cname: \nexample.com: ip addresses: 93.184.215.14, 2606:2800:21f:cb07:6820:80da:af6b:8b2c\nexample.com: mail servers: \nexample.com: name servers: b.iana-servers.net, a.iana-servers.net\nexample.com: txt records: wgyf8z8cgvm2qmxpnbnldrcltvk4xqfn, v=spf1 -all\nexample.com: db-ip.com: 93.184.215.14: London GB, 2606:2800:21f:cb07:6820:80da:af6b:8b2c: Los Angeles (Playa Vista) US\nexample.com: http version: HTTP/2.0\nexample.com: tls ca: DigiCert Inc\nexample.com: tls cert issuer: DigiCert Inc\nexample.com: tls version: TLS 1.3\nexample.com: subdomains: yeskelco1.example.com, vm105673.example.com, a25462769725.example.com, ... 22246 more\n```\n\n```\n❯ echo -e \"example.com\\nexample.net\" | hostrecon -x -1 -j | jq -r 'select(.kind==\"ip addresses\")'\n{\n  \"host\": \"example.net\",\n  \"kind\": \"ip addresses\",\n  \"info\": [\n    \"93.184.215.14\",\n    \"2606:2800:21f:cb07:6820:80da:af6b:8b2c\"\n  ]\n}\n{\n  \"host\": \"example.com\",\n  \"kind\": \"ip addresses\",\n  \"info\": [\n    \"93.184.215.14\",\n    \"2606:2800:21f:cb07:6820:80da:af6b:8b2c\"\n  ]\n}\n```\n\nNOTE: you might need to install some 3rd party commands for some Scouts to start working.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjreisinger%2Fhostrecon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjreisinger%2Fhostrecon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjreisinger%2Fhostrecon/lists"}