gwen001 / cloudflare-origin-ip

Try to find the origin IP of a webapp protected by Cloudflare.
MIT License
317 stars 64 forks source link

No config file available #12

Closed Tristan1z closed 8 months ago

Tristan1z commented 9 months ago

I can't find a configuration file to add the api keys for censys and security trails

gwen001 commented 8 months ago

You must create environnement variables: censys: CENSYS_UID and CENSYS_SECRET security trails: SECURITY_TRAILS_API_KEY

I'll add this in the readme, thank you.