[!NOTE]
ceye is a minimal tool for monitoring certificate transparency logs without any hassle.
- detects new subdomains for your targets
- discord webhook notifications
- caches seen domains to avoid duplicates
Installation
go install github.com/1hehaq/ceye@latest
setup configuration
# create config directory and provider template
ceye
- edit the generated config file at
~/.config/ceye/provider.yaml
Flags
-target : target domain to monitor (required if no config)
-webhook : discord webhook URL (required if no config)
-version : show version
-update : update to latest version
-h, -help : show help message
Example Commands
# monitor github.com for new subdomains
ceye -target github.com -webhook https://discord.com/api/webhooks/...
# monitor multiple targets from config
ceye # config: ~/.config/ceye/provider.yaml
# get notified when companies add new subdomains
ceye -target tesla.com
# setup cron job to start ceye on system reboot
echo "@reboot ceye -target github.com -webhook YOUR_DISCORD_WEBHOOK" | crontab -
- If you see no results or errors
- verfiy your targets and webhook
- check your internet connection
- ensure docker is installed and running
- use
-h for guidance
[!CAUTION]
never use ceye for any illegal activites, I'm not responsible for your deeds with it. Do for justice.
kindly for hackers