{"id":13416839,"url":"https://github.com/michenriksen/gitrob","last_synced_at":"2025-03-15T01:32:08.478Z","repository":{"id":25485741,"uuid":"28916646","full_name":"michenriksen/gitrob","owner":"michenriksen","description":"Reconnaissance tool for GitHub organizations","archived":true,"fork":false,"pushed_at":"2022-09-20T18:09:09.000Z","size":1219,"stargazers_count":6004,"open_issues_count":73,"forks_count":830,"subscribers_count":154,"default_branch":"master","last_synced_at":"2025-03-06T10:41:30.533Z","etag":null,"topics":["github-api","golang","osint","security"],"latest_commit_sha":null,"homepage":"https://michenriksen.com/blog/gitrob-now-in-go/","language":"Go","has_issues":false,"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/michenriksen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-07T13:58:58.000Z","updated_at":"2025-03-06T10:14:23.000Z","dependencies_parsed_at":"2022-07-12T22:30:30.528Z","dependency_job_id":null,"html_url":"https://github.com/michenriksen/gitrob","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michenriksen%2Fgitrob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michenriksen%2Fgitrob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michenriksen%2Fgitrob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michenriksen%2Fgitrob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michenriksen","download_url":"https://codeload.github.com/michenriksen/gitrob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243671241,"owners_count":20328588,"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":["github-api","golang","osint","security"],"created_at":"2024-07-30T22:00:23.173Z","updated_at":"2025-03-15T01:32:08.456Z","avatar_url":"https://github.com/michenriksen.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/michenriksen/gitrob/raw/master/static/images/gopher_full.png\" alt=\"Gitrob\" width=\"200\" /\u003e\n\u003c/p\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n# Gitrob: Putting the Open Source in OSINT\n\nGitrob is a tool to help find potentially sensitive files pushed to public repositories on Github. Gitrob will clone repositories belonging to a user or organization down to a configurable depth and iterate through the commit history and flag files that match signatures for potentially sensitive files. The findings will be presented through a web interface for easy browsing and analysis.\n\n## Usage\n\n    gitrob [options] target [target2] ... [targetN]\n\n### Options\n\n```\n-bind-address string\n    Address to bind web server to (default \"127.0.0.1\")\n-commit-depth int\n    Number of repository commits to process (default 500)\n-debug\n    Print debugging information\n-github-access-token string\n    GitHub access token to use for API requests\n-load string\n    Load session file\n-no-expand-orgs\n    Don't add members to targets when processing organizations\n-port int\n    Port to run web server on (default 9393)\n-save string\n    Save session to file\n-silent\n    Suppress all output except for errors\n-threads int\n    Number of concurrent threads (default number of logical CPUs)\n```\n\n### Saving session to a file\n\nBy default, gitrob will store its state for an assessment in memory. This means that the results of an assessment is lost when Gitrob is closed. You can save the session to a file by using the `-save` option:\n\n    gitrob -save ~/gitrob-session.json acmecorp\n\nGitrob will save all the gathered information to the specified file path as a special JSON document. The file can be loaded again for browsing at another point in time, shared with other analysts or parsed for custom integrations with other tools and systems.\n\n### Loading session from a file\n\nA session stored in a file can be loaded with the `-load` option:\n\n    gitrob -load ~/gitrob-session.json\n\nGitrob will start its web interface and serve the results for analysis.\n\n## Installation\n\nA [precompiled version is available](https://github.com/michenriksen/gitrob/releases) for each release, alternatively you can use the latest version of the source code from this repository in order to build your own binary.\n\nMake sure you have a correctly configured **Go \u003e= 1.8** environment and that `$GOPATH/bin` is in your `$PATH`\n\n    $ go get github.com/michenriksen/gitrob\n\nThis command will download gitrob, install its dependencies, compile it and move the `gitrob` executable to `$GOPATH/bin`.\n\n### Github access token\n\nGitrob will need a Github access token in order to interact with the Github API.  [Create a personal access token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) and save it in an environment variable in your `.bashrc` or similar shell configuration file:\n\n    export GITROB_ACCESS_TOKEN=deadbeefdeadbeefdeadbeefdeadbeefdeadbeef\n\nAlternatively you can specify the access token with the `-github-access-token` option, but watch out for your command history!\n","funding_links":[],"categories":["Popular","Tools","Go","Asset Discovery","Secrets management","Miscellaneous","[↑](#contents)Source Code Aggregators / Search - Information Discovery","Ruby","Weapons","Go (531)","Search","其他_安全与渗透","Инструменты","security","Pentesting","Static Code Analysis"],"sub_categories":["Git","Source Code Aggregators / Search - Information Discovery","Secrets","Comparing workflows","Tools","资源传输下载","Поиск секретов","OSINT - Open Source INTelligence"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichenriksen%2Fgitrob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichenriksen%2Fgitrob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichenriksen%2Fgitrob/lists"}