Monitor GitHub events.
Go to file
agatha 0f323c6cfe Exclude configuration 2023-11-10 21:33:46 -05:00
gitmon Add support for access token 2023-11-10 21:33:29 -05:00
.gitignore Exclude configuration 2023-11-10 21:33:46 -05:00
README.md Update README.md 2023-11-10 19:41:20 -05:00
main.py Add loguru for logging 2023-11-10 20:35:04 -05:00
requirements.txt Add loguru for logging 2023-11-10 20:35:04 -05:00

README.md

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