-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotify-provider-config.yml
43 lines (37 loc) · 1.3 KB
/
notify-provider-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# You need to safe this file at home of the user the will use the collector:
# ~/.config/notify/provider-config.yaml
#
# More info: https://github.com/projectdiscovery/notify
# This is a sample how I configure the notify to send menssage
# I have 4 channels on discord to be notified about founded vulnerabilities
# And 1 channel to be notified when the recon is finished
# Remeber, the way you configure your discord or other message application
# Will afect the collector when will send the messages.
# I recommend try do keep what I put here OR
# if You have patience, feel free to change confirm your needs
discord:
- id: "recon"
discord_channel: "reconnaissance"
discord_username: "Collector"
discord_format: "{{data}}"
discord_webhook_url: ""
- id: "low"
discord_channel: "low"
discord_username: "Collector"
discord_format: "{{data}}"
discord_webhook_url: ""
- id: "medium"
discord_channel: "medium"
discord_username: "Collector"
discord_format: "{{data}}"
discord_webhook_url: ""
- id: "high"
discord_channel: "high"
discord_username: "Collector"
discord_format: "{{data}}"
discord_webhook_url: ""
- id: "critical"
discord_channel: "critical"
discord_username: "Collector"
discord_format: "{{data}}"
discord_webhook_url: ""