{"id":17225556,"url":"https://github.com/lc/secretz","last_synced_at":"2025-04-07T14:12:45.143Z","repository":{"id":36808692,"uuid":"196615783","full_name":"lc/secretz","owner":"lc","description":"secretz, minimizing the large attack surface of Travis CI","archived":false,"fork":false,"pushed_at":"2022-05-30T04:53:54.000Z","size":365,"stargazers_count":326,"open_issues_count":2,"forks_count":42,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-31T12:06:30.484Z","etag":null,"topics":["hacktoberfest","osint","secrets","security","travis-ci"],"latest_commit_sha":null,"homepage":"https://edoverflow.com/2019/ci-knew-there-would-be-bugs-here/","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/lc.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-12T17:05:06.000Z","updated_at":"2025-03-27T19:44:52.000Z","dependencies_parsed_at":"2022-07-27T18:34:33.001Z","dependency_job_id":null,"html_url":"https://github.com/lc/secretz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc%2Fsecretz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc%2Fsecretz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc%2Fsecretz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc%2Fsecretz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lc","download_url":"https://codeload.github.com/lc/secretz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247666014,"owners_count":20975788,"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":["hacktoberfest","osint","secrets","security","travis-ci"],"created_at":"2024-10-15T04:13:53.618Z","updated_at":"2025-04-07T14:12:45.121Z","avatar_url":"https://github.com/lc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/lc/secretz/raw/master/secretz.png\" alt=\"secretz\" width=\"250\" /\u003e\n\u003c/p\u003e\n\n# secretz\n[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)\n[![Build Status](https://travis-ci.org/lc/secretz.svg?branch=master)](https://travis-ci.org/lc/secretz)\n[![Go ReportCard](https://goreportcard.com/badge/github.com/lc/secretz#1)](https://goreportcard.com/report/github.com/lc/secretz)\n\n`secretz` is a tool that minimizes the large attack surface of Travis CI. It automatically fetches repos, builds, and logs for any given organization. \n\nBuilt during and for our research on TravisCI: https://edoverflow.com/2019/ci-knew-there-would-be-bugs-here/\n\n\n## Usage:\n`secretz -t Organization [options]`\n\n\n### Flags:\n| Flag | Description | Example |\n|------|-------------|---------|\n| `-t` | Organization to get repos, builds, and logs for | `secretz -t ExampleCo` |\n| `-c` | Limit the number of workers that are spawned | `secretz -t ExampleCo -c 3` |\n| `-delay` | delay between requests + random delay/2 jitter | `secretz -t ExampleCo -delay 900`|\n| `-members [list \\| scan]` | Get all GitHub members belonging to Organization and list/scan them | `secretz -t ExampleCo -members scan` |\n| `-timeout` | How long to wait for HTTP Responses from Travis CI | `secretz -t ExampleCo -timeout 20` |\n| `-setkey` | Set API Key for api.travis-ci.org | `secretz -setkey yourapikey` |\n\n## Installation:\n\n### Via `go get`\n```\ngo get -u github.com/lc/secretz\n```\n\n### Via `git clone`\n\n```\ngo get -u github.com/json-iterator/go\ngit clone git@github.com:lc/secretz\ncd secretz \u0026\u0026 go build -o secretz main.go\n```\n\n\n### Generate an API-Key: \n```\ntravis login\ntravis token --org\n```\n\n### Create config file\n`secretz -setkey \u003cAPI-KEY\u003e`\n\n\n### Note:\nPlease keep your delay high and your workers low out of respect for TravisCI and their APIs. This will also help you from being rate-limited by them. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flc%2Fsecretz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flc%2Fsecretz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flc%2Fsecretz/lists"}