mirror of
https://git.juggalol.com/agatha/gitmon.git
synced 2024-11-22 15:36:43 +00:00
16 lines
550 B
Markdown
16 lines
550 B
Markdown
|
# GitMon
|
||
|
Monitor GitHub events and clone repositories to search for secrets, and more.
|
||
|
|
||
|
## Overview
|
||
|
GitMon allows an operator to continually monitor the GitHub Events API to collect
|
||
|
metadata and look for secret leakage.
|
||
|
|
||
|
When certain events such as _CreateEvent_ or _DeleteEvent_ are observed, GitMon
|
||
|
will send the repository URL to a worker that will clone the repository and
|
||
|
search for API keys, passwords, endpoints, and more.
|
||
|
|
||
|
GitMon will also build a table that maps commit email addresses to GitHub usernames.
|
||
|
|
||
|
## Contributors
|
||
|
- agathanonymous
|