aboutsummaryrefslogtreecommitdiff
path: root/src/README.md
blob: b94d050904aec7f284775c1dd7caa6f422604a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# cve-poc-mon

## Building

Build with `go build`, `make` or `make <target>`.

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-<current_year>'.
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
```