Skip to content

Automatically clone and scan all public GitHub repositories for a given organization.

Notifications You must be signed in to change notification settings

junzhengca/gitscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitscanner

An utility to scan all public GitHub repositories in an organization for leaks.

Requirements

  • gitleaks (for kali you can just apt install)
  • A GitHub personal access token

Installation

$ go install

Usage

NAME:
   gitscanner - Scan public git repositories for vulnerabilities

USAGE:
   gitscanner [global options] command [command options] [arguments...]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --token value, -t value  GitHub token, you can generate one on GitHub settings page
   --org value, -o value    GitHub organization name
   --help, -h               show help

After running the program, output will be written to findings directory.

About

Automatically clone and scan all public GitHub repositories for a given organization.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages