{"id":15323432,"url":"https://github.com/krishpranav/infogather","last_synced_at":"2025-07-25T13:08:49.831Z","repository":{"id":109907873,"uuid":"370568639","full_name":"krishpranav/infogather","owner":"krishpranav","description":"A simple go web app and a cli tool for gathering information","archived":false,"fork":false,"pushed_at":"2021-05-25T08:10:35.000Z","size":208,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T02:51:22.191Z","etag":null,"topics":["go","golang","golang-library","hacking","information-extraction","information-gathering","information-retrieval","osint"],"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/krishpranav.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":"2021-05-25T04:56:35.000Z","updated_at":"2025-01-22T15:57:43.000Z","dependencies_parsed_at":"2023-03-21T09:17:05.148Z","dependency_job_id":null,"html_url":"https://github.com/krishpranav/infogather","commit_stats":{"total_commits":62,"total_committers":2,"mean_commits":31.0,"dds":"0.016129032258064502","last_synced_commit":"e2d9b5a4eae76a1321f81191c91ab1f526b4ce10"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krishpranav/infogather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Finfogather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Finfogather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Finfogather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Finfogather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krishpranav","download_url":"https://codeload.github.com/krishpranav/infogather/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishpranav%2Finfogather/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267010115,"owners_count":24020751,"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-07-25T02:00:09.625Z","response_time":70,"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":["go","golang","golang-library","hacking","information-extraction","information-gathering","information-retrieval","osint"],"created_at":"2024-10-01T09:19:49.277Z","updated_at":"2025-07-25T13:08:49.770Z","avatar_url":"https://github.com/krishpranav.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# infogather\nA simple go web app and a cli tool for gathering information\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)\n\n# Installation\n```\ngit clone https://github.com/krishpranav/infogather\ncd infogather\ngo get \n```\n\n- cli:\n```\ngo run main.go\n```\n\n- web app\n```\ngo run api/server.go\n```\n\n- you want to add some of the api keys for experiencing full tool\n```js\n{\n    \"melissaKeyCred\": \"Paste Melissa Key with Credits Here\",\n    \"hibpKey\": \"Paste Have I Been Pwned Key Here\",\n    \"dataGovKey\": \"Paste Data.gov Key Here\"\n}\n```\n\n## Package-Types\n\n### Court Cases\n\n| Package                                                                                    | Description                                  |   Auth   |\n| :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: |\n| [Case Law](https://github.com/krishpranav/infogather/tree/main/pkg/noauth/caselaw)           | Court Case Search                            |  `none`  |\n\n### Discord\n\n| Package                                                                                    | Description                                  |   Auth   |\n| :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: |\n| [Discord Token Lookup](https://github.com/krishpranav/infogather/tree/main/pkg/noauth/discord)| Discord Token Lookup                        |  `none`  |\n\n### IP Address\n\n| Package                                                                                    | Description                                  |   Auth   |\n| :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: |\n| [IPV4 Address Lookup](https://github.com/krishpranav/infogather/tree/main/pkg/noauth/ip)     | IPV4 Address Lookup                          |  `none`  |\n\n### Multi-Use\n\n| Package                                                                                    | Description                                  |   Auth   |\n| :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: |\n| [Have I Been Pwned](https://github.com/krishpranav/infogather/tree/main/pkg/authpaid/hibp)   | Email and Password Vulnerability - (Breaches)|  `paid`  |\n| [Melissa](https://github.com/krishpranav/infogather/tree/main/pkg/authfree/melissa)          | Lookups - Email, Phone Number, IP Address    |  `free`  |\n\n\n### Username\n\n| Package                                                                                    | Description                                  |   Auth   |\n| :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: |\n| [Username Lookup](https://github.com/krishpranav/infogather/tree/main/pkg/noauth/userlookup) | Username Lookup - (Comparable to Sherlock)   |  `none`  |\n\n### Vehicle\n\n| Package                                                                                    | Description                                  |   Auth   |\n| :----------------------------------------------------------------------------------------: | -------------------------------------------- | :------: |\n| [VIN Lookup](https://github.com/krishpranav/infogather/tree/main/pkg/noauth/vin)             | Vehicle Identification Number Lookup         |  `none`  |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishpranav%2Finfogather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishpranav%2Finfogather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishpranav%2Finfogather/lists"}