notify
Beginner
Actively maintained
Pipe tool output to Slack, Discord, Telegram, or a webhook
https://github.com/projectdiscovery/notifyInstallation
go install -v github.com/projectdiscovery/notify/cmd/notify@latestUsage
Basic Usage
# Send findings to your configured provider
nuclei -list live.txt -severity critical,high -silent | notify -bulk
# Alert only on newly discovered assets (see Change Tracking)
subfinder -d example.com -silent | anew known-subs.txt | notify -bulk