{"id":23096484,"url":"https://github.com/vehbiu/go-osint","last_synced_at":"2025-08-16T12:31:13.039Z","repository":{"id":265328741,"uuid":"866864034","full_name":"vehbiu/go-osint","owner":"vehbiu","description":"👀 A high performance, open-source sherlock-like tool made in GoLang!","archived":false,"fork":false,"pushed_at":"2024-10-12T12:25:09.000Z","size":29,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-15T11:34:16.147Z","etag":null,"topics":["go","golang","osint","sherlock","sherlock-project"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vehbiu.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":"2024-10-03T02:33:35.000Z","updated_at":"2024-10-17T11:21:15.000Z","dependencies_parsed_at":"2024-11-28T23:32:51.734Z","dependency_job_id":"944360eb-31d0-4cea-8f2a-179bdc351746","html_url":"https://github.com/vehbiu/go-osint","commit_stats":null,"previous_names":["vehbiu/go-osint"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vehbiu%2Fgo-osint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vehbiu%2Fgo-osint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vehbiu%2Fgo-osint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vehbiu%2Fgo-osint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vehbiu","download_url":"https://codeload.github.com/vehbiu/go-osint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230034696,"owners_count":18162799,"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":["go","golang","osint","sherlock","sherlock-project"],"created_at":"2024-12-16T22:35:09.102Z","updated_at":"2024-12-16T22:35:10.582Z","avatar_url":"https://github.com/vehbiu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-osint\n![Go](https://img.shields.io/badge/Go-00ADD8?style=for-the-badge\u0026logo=go\u0026logoColor=white)\n![Open Source](https://img.shields.io/badge/Open_Source-green?style=for-the-badge\u0026logo=opensource\u0026logoColor=white)\n![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)\n\nA lightweight, efficient OSINT tool built in Go for username and keyword searches across multiple platforms. Inspired by Sherlock but optimized for simplicity and speed using Go routines.\n\n## 🌟 Features\n- **Username Search**: Find digital footprints across various platforms\n- **Keyword Discovery**: Uncover URLs related to specific search terms\n- **Domain Search**: Identify platforms associated with a domain\n- **Concurrent Processing**: Leverages Go routines for fast, efficient searches\n- **File Output**: Save search results for later analysis\n- **Platform Specific**: Option to target searches to individual platforms\n\n## 🚀 Quick Start\n1. Clone and build:\n```bash\ngit clone https://github.com/vehbiu/go-osint.git\ncd go-osint\ngo build\n```\n\n2. Run a search:\n```bash\ngo-osint username johndoe\n```\n\n## 🛠️ Usage Examples\n\n### 📋 Command Structure\n```bash\ngo-osint [type] [term] (platform)\n```\n\n### 🔍 Search Types\n1. **All-Platform Username Search**:\n   ```bash\n   go-osint username johndoe\n   ```\n\n2. **Platform-Specific Search**:\n   ```bash\n   go-osint username johndoe github\n   ```\n\n3. **Keyword Search**:\n   ```bash\n   go-osint keywords johndoe.22\n   ```\n\n4. **Domain Search**:\n   ```bash\n    go-osint domain example.com\n    ```\n\n5. **Save Results to File**:\n   ```bash\n   go-osint username johndoe --output results.txt\n   ```\n\n## 📁 Project Structure\n```\ngo-osint/\n├── main.go           # Entry point\n├── username/         # Username-specific search functions\n├── keywords/         # Keyword-specific search functions, (currently only google seearches)\n├── domain/           # Domain-specific search functions\n└── README.md         # Documentation\n```\n\n## ⚙️ Technical Details\n- Built in Go for maximum efficiency\n- Uses Go routines for concurrent searches\n- Platform-specific functions for unique handling\n\n## 📝 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\nContributions are welcome! Feel free to:\n- Open issues\n- Submit pull requests\n- Suggest new platforms to add\n\n## 👤 Author\n**Vehbi**\n- GitHub: [@vehbiu](https://github.com/vehbiu)\n\n## 🔒 Responsible Use\nThis tool is for educational purposes only. Users are responsible for ensuring their usage complies with applicable laws and respects privacy.\n\n## 🙏 Acknowledgments\n- Inspired by [Sherlock](https://github.com/sherlock-project/sherlock)\n\n## 📊 Stats\n![GitHub stars](https://img.shields.io/github/stars/vehbiu/go-osint?style=social)\n![GitHub forks](https://img.shields.io/github/forks/vehbiu/go-osint?style=social)\n\n## 💭 Developer's Note\nWhile this project shares similarities with Sherlock, it's different. Rather than copying sherlock, the methods are implemented manually (which can be seen from the abstraction), although not the greatest, it works for such a project.\n\n---\nMade with ❤️ by [@vehbiu](https://github.com/vehbiu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvehbiu%2Fgo-osint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvehbiu%2Fgo-osint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvehbiu%2Fgo-osint/lists"}