Skip to content

sil-org/cloudflare-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

305 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudflare-scanner

Look through Cloudflare records to find the ones that contain a certain substring in their name and then send emails with that list via AWS SES.

AWS CDK

This project uses CDK to deploy to AWS. For development, use Docker Compose or install the CDK CLI.

To build and deploy:

  • Build the Go binary:
CGO_ENABLED=0 go build -C src -tags lambda.norpc -ldflags="-s -w" -o bin/bootstrap ./main.go
  • Deploy using CDK:
docker compose run --rm cdk cdk deploy

or simply cdk deploy if you installed the CLI.

Credential Rotation

Cloudflare

(TBD)

About

Look through Cloudflare records to find the ones that contain a substring in their name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors