Skip to main content
ASM Cheatsheet

notify

Beginner
Actively maintained

Pipe tool output to Slack, Discord, Telegram, or a webhook

https://github.com/projectdiscovery/notify

Installation

go install -v github.com/projectdiscovery/notify/cmd/notify@latest

Usage

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