# cve-poc-mon ## Building Build with `go build`, `make` or `make `. Available targets: - linux-amd64 - linux-386 - windows-amd64 - windows-386 - darwin-amd64 - darwin-arm64 ## Running ``` $ ./cve-poc-mon -h This program searches GitHub for public repositories created today that match the keyword 'cve-'. It then clones these repositories to a specified directory, keeps track of them to avoid duplicates, and updates a README.md file with their URLs and descriptions. Usage: -auto-update Automatically update previously cloned repositories -cloneDir string Directory to clone repositories (default "cve-pocs") -clonedList string File to store cloned repository URLs (default "cve-pocs.txt") -silent Suppress update messages -token string GitHub API token ```