Last active
August 23, 2021 23:34
-
-
Save six2dez/23a996bca189a11e88251367e6583053 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
slack: | |
- id: "slack" | |
slack_channel: "recon" | |
slack_username: "test" | |
slack_format: "{{data}}" | |
slack_webhook_url: "https://hooks.slack.com/services/XXXXXX" | |
discord: | |
- id: "crawl" | |
discord_channel: "crawl" | |
discord_username: "test" | |
discord_format: "{{data}}" | |
discord_webhook_url: "https://discord.com/api/webhooks/XXXXXXXX" | |
telegram: | |
- id: "tel" | |
telegram_api_key: "XXXXXXXXXXXX" | |
telegram_chat_id: "XXXXXXXX" | |
telegram_format: "{{data}}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment