GitHub bot for victims. Will take care of handling submissions through GitHub merging.
For all targets run make help
- Install dependencies via
govendorby running:make deps - Run
make victims-bot - Execute
./victims-bot -secret=$VICTIMS_GITHUB_SECRET
- Install dependencies via
govendorby running:make deps - Run
make static-victims-bot - Execute
./victims-bot -secret=$VICTIMS_GITHUB_SECRET
| CLI | Environment Variable | Description |
|---|---|---|
| bind | VICTIMS_BOT_BIND | Host:Port to listen on |
| git-repo | VICTIMS_BOT_GIT_REPO | Repo to push/modify/pull |
| github-username | VICTIMS_BOT_GITHUB_USERNAME | GitHub username of the bot |
| github-password | VICTIMS_BOT_GITHUB_PASSWORD | GitHub password to push |
| secret | VICTIMS_BOT_SECRET | GitHub secret for webhooks |