{"id":18345471,"url":"https://github.com/dnlzrgz/beagle","last_synced_at":"2025-04-06T08:31:48.438Z","repository":{"id":57498613,"uuid":"198389359","full_name":"dnlzrgz/beagle","owner":"dnlzrgz","description":"Beagle is a CLI written in Go to search for an specific username across the Internet.","archived":false,"fork":false,"pushed_at":"2020-09-15T14:39:24.000Z","size":54,"stargazers_count":32,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-04T18:02:37.238Z","etag":null,"topics":["cli","cobra","docker","gathering","go","golang","information-gathering","osint","osinttool"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/danielkvist/beagle","language":"Go","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/dnlzrgz.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}},"created_at":"2019-07-23T08:43:02.000Z","updated_at":"2023-11-04T18:02:37.238Z","dependencies_parsed_at":"2022-09-06T16:22:27.273Z","dependency_job_id":null,"html_url":"https://github.com/dnlzrgz/beagle","commit_stats":null,"previous_names":["danielkvist/beagle","dnlzrgz/beagle"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlzrgz%2Fbeagle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlzrgz%2Fbeagle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlzrgz%2Fbeagle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnlzrgz%2Fbeagle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnlzrgz","download_url":"https://codeload.github.com/dnlzrgz/beagle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223245081,"owners_count":17112572,"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":["cli","cobra","docker","gathering","go","golang","information-gathering","osint","osinttool"],"created_at":"2024-11-05T21:08:18.547Z","updated_at":"2024-11-05T21:08:22.023Z","avatar_url":"https://github.com/dnlzrgz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beagle\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/danielkvist/beagle)](https://goreportcard.com/report/github.com/danielkvist/beagle)\n[![CircleCI](https://circleci.com/gh/danielkvist/beagle.svg?style=svg)](https://circleci.com/gh/danielkvist/beagle)\n[![GoDoc](https://godoc.org/github.com/danielkvist/beagle?status.svg)](https://godoc.org/github.com/danielkvist/beagle)\n[![Docker Pulls](https://img.shields.io/docker/pulls/danielkvist/beagle.svg?maxAge=604800)](https://hub.docker.com/r/danielkvist/beagle/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n\n```text\n            __\n \\,--------/_/'--o    Use beagle with\n /_    ___    /~\"     responsibility.\n  /_/_/  /_/_/\n^^^^^^^^^^^^^^^^^^\n```\n\nBeagle is a CLI written in Go to search for an specific username across the Internet.\n\n\u003e Beagle is a project inspired by [Sherlock](https://github.com/sherlock-project/sherlock).\n\n## Example\n\n```bash\nbeagle -g 10 -t 1s -u me -v\n```\n\n## Install\n\n### Go\n\n```bash\ngo install github.com/danielkvist/beagle\n```\n\n### Docker\n\n```bash\ndocker image pull danielkvist/beagle\n```\n\n\u003e Note that the image danielkvist/beagle uses the urls.csv file from this repository. So it is not a valid option if you want to customize the URLs that beagle is gonna to use.\n\n### Cloning the repository\n\n```bash\n# First, clone the repository\ngit clone https://github.com/danielkvist/beagle\n\n# Then navigate into the beagle directory\ncd beagle\n\n# Run\ngo run main.go\n\n# Or install\ngo install\n```\n\n## Building the Docker image\n\n```bash\n# Inside the beagle directory, after cloning the git repository:\ndocker image build -t beagle .\n```\n\n## Options\n\n```text\n$ beagle --help\nBeagle is a CLI written in Go to search for an specific username across the Internet.\n\nUsage:\n  beagle [flags]\n\nExamples:\nbeagle -g 10 -t 1s -u me -v\n\nFlags:\n  -a, --agent string       user agent (default \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0\")\n      --debug              prints errors messages\n  -f, --file string        .csv file with the URLs to check (default \"./urls.csv\")\n  -g, --goroutines int     number of goroutines (default 1)\n  -h, --help               help for beagle\n  -p, --proxy string       proxy URL\n  -t, --timeout duration   max time to wait for a response from a site (default 3s)\n  -u, --user string        username you want to search for (default \"me\")\n  -v, --verbose            prints all the results\n```\n\n## URLs .csv file\n\nThe [urls.csv](https://github.com/danielkvist/beagle/blob/master/urls.csv) file of this repository contains more than 500 sites. Yet it's still possible that some sites may still be missing. If you have any suggestions please let me know by opening an issue.\n\nThe format of the ```.csv``` file, if you do not want to use the one provided by this repository must have the following structure:\n\n```csv\nname, mainURL, userURL\n```\n\nThe URLs must contain a ```$``` where the username should go, for example:\n\n```csv\ninstagram,https://instagram.com/$,https://instagrma.com/$\ndevianart,https://$.devianart.com,https://$.devianart.com\n```\n\n## Use Beagle with responsability\n\nBeagle is a tool whose use I am not responsible for. And that has been built for the sole purpose of learning more about Go.\n\n## Help is always welcome\n\nIf you have any problems or there is something you would like to improve please let me know.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnlzrgz%2Fbeagle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnlzrgz%2Fbeagle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnlzrgz%2Fbeagle/lists"}