Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junzhengca/gitscanner
Automatically clone and scan all public GitHub repositories for a given organization.
https://github.com/junzhengca/gitscanner
github hacking pentesting recon scanner security
Last synced: 23 days ago
JSON representation
Automatically clone and scan all public GitHub repositories for a given organization.
- Host: GitHub
- URL: https://github.com/junzhengca/gitscanner
- Owner: junzhengca
- Created: 2023-03-03T17:04:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-03T19:04:25.000Z (over 1 year ago)
- Last Synced: 2024-10-05T11:41:09.605Z (about 1 month ago)
- Topics: github, hacking, pentesting, recon, scanner, security
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitscanner
An utility to scan all public GitHub repositories in an organization for leaks.
## Requirements
* [gitleaks](https://github.com/zricethezav/gitleaks) (for kali you can just apt install)
* A GitHub personal access token## Installation
```
$ go install
```## Usage
```
NAME:
gitscanner - Scan public git repositories for vulnerabilitiesUSAGE:
gitscanner [global options] command [command options] [arguments...]COMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL 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.