All Projects → lc → Secretz

lc / Secretz

Licence: mit
secretz, minimizing the large attack surface of Travis CI

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Secretz

Yar
Yar is a tool for plunderin' organizations, users and/or repositories.
Stars: ✭ 174 (-37.63%)
Mutual labels:  osint, secrets
Hexagon
Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of services (Web applications, APIs or queue consumers) that run inside a cloud platform.
Stars: ✭ 336 (+20.43%)
Mutual labels:  hacktoberfest, travis-ci
Git Hound
Reconnaissance tool for GitHub code search. Finds exposed API keys using pattern matching, commit history searching, and a unique result scoring system.
Stars: ✭ 602 (+115.77%)
Mutual labels:  osint, secrets
Shhgit
Ah shhgit! Find secrets in your code. Secrets detection for your GitHub, GitLab and Bitbucket repositories: www.shhgit.com
Stars: ✭ 3,316 (+1088.53%)
Mutual labels:  osint, secrets
Intelowl
Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale
Stars: ✭ 2,114 (+657.71%)
Mutual labels:  hacktoberfest, osint
Secrethub Go
Go client library for the SecretHub Secrets Management API
Stars: ✭ 50 (-82.08%)
Mutual labels:  hacktoberfest, secrets
Node Build Monitor
A Build Monitor written in Node.js, which supports several build services and can be easily extended.
Stars: ✭ 336 (+20.43%)
Mutual labels:  hacktoberfest, travis-ci
Docs
Repository of Twilio SendGrid's product documentation.
Stars: ✭ 221 (-20.79%)
Mutual labels:  hacktoberfest, travis-ci
Pastepwn
Python framework to scrape Pastebin pastes and analyze them
Stars: ✭ 87 (-68.82%)
Mutual labels:  hacktoberfest, osint
Check
Development environment for Meedan Check, a collaborative media annotation platform
Stars: ✭ 84 (-69.89%)
Mutual labels:  hacktoberfest, osint
Ivre
Network recon framework, published by @cea-sec & @ANSSI-FR. Build your own, self-hosted and fully-controlled alternatives to Shodan / ZoomEye / Censys and GreyNoise, run your Passive DNS service, collect and analyse network intelligence from your sensors, and much more!
Stars: ✭ 2,331 (+735.48%)
Mutual labels:  hacktoberfest, osint
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (-2.15%)
Mutual labels:  hacktoberfest, travis-ci
Neode
Neo4j OGM for Node.js
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Bitcoinprivate Legacy
Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Stars: ✭ 279 (+0%)
Mutual labels:  hacktoberfest
Tiltedonline
Skyrim and Fallout 4 mod to play online!
Stars: ✭ 275 (-1.43%)
Mutual labels:  hacktoberfest
Coala Bears
Bears for coala
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Boilerplatejs
Your own boilerplate code to start your next big javascript project. We incorporate the best design practices with best in market open source libraries.
Stars: ✭ 279 (+0%)
Mutual labels:  hacktoberfest
Repman
Repman - PHP Repository Manager: packagist proxy and host for private packages
Stars: ✭ 277 (-0.72%)
Mutual labels:  hacktoberfest
Halyard
A tool for configuring, installing, and updating Spinnaker
Stars: ✭ 276 (-1.08%)
Mutual labels:  hacktoberfest
Elixirschool
The content behind Elixir School
Stars: ✭ 3,171 (+1036.56%)
Mutual labels:  hacktoberfest

secretz

secretz

License Build Status Go ReportCard

secretz is a tool that minimizes the large attack surface of Travis CI. It automatically fetches repos, builds, and logs for any given organization.

Built during and for our research on TravisCI: https://edoverflow.com/2019/ci-knew-there-would-be-bugs-here/

Usage:

secretz -t Organization [options]

Flags:

Flag Description Example
-t Organization to get repos, builds, and logs for secretz -t ExampleCo
-c Limit the number of workers that are spawned secretz -t ExampleCo -c 3
-delay delay between requests + random delay/2 jitter secretz -t ExampleCo -delay 900
-members [list | scan] Get all GitHub members belonging to Organization and list/scan them secretz -t ExampleCo -members scan
-timeout How long to wait for HTTP Responses from Travis CI secretz -t ExampleCo -timeout 20
-setkey Set API Key for api.travis-ci.org secretz -setkey yourapikey

Installation:

Via go get

go get -u github.com/lc/secretz

Via git clone

go get -u github.com/json-iterator/go
git clone [email protected]:lc/secretz
cd secretz && go build -o secretz main.go

Generate an API-Key:

travis login
travis token --org

Create config file

secretz -setkey <API-KEY>

Note:

Please 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].