Không có mô tả

Nikola Kotur 3756db572a Fixed disk size 5 năm trước cách đây
.platform edf5df930a Platformize 5 năm trước cách đây
certstream bc338d95d3 Slack notifications 5 năm trước cách đây
.gitignore bdc77b0af1 Initial commit 5 năm trước cách đây
.platform.app.yaml 3756db572a Fixed disk size 5 năm trước cách đây
Dockerfile bdc77b0af1 Initial commit 5 năm trước cách đây
LICENSE bdc77b0af1 Initial commit 5 năm trước cách đây
README.md bc338d95d3 Slack notifications 5 năm trước cách đây
requirements.txt bdc77b0af1 Initial commit 5 năm trước cách đây
run_server.py bdc77b0af1 Initial commit 5 năm trước cách đây

README.md

Certstream-watcher

This is Platform.sh project written to aggregate, parse and watch certificate data from many certificate transparency logs and notify if certain pattern is noticed. Based on code from CaliDog.

Setup

WATCH_SUFFIX: comma separated list of URL suffixes to watch. For example:

env:WATCH_SUFFIX = .platform.sh,*.plat.farm

SLACK_WEBHOOK_URL: Slack webhook to post findings.

Development

virtualenv -p python3 .env
source .env/bin/activate

pip install -r requirements.txt

python run_server.py