{% extends 'base/base.html' %} {% load static %} {% load custom_tags %} {% block title %} Notification Settings {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block breadcrumb_title %} {% endblock breadcrumb_title %} {% block page_title %} Notification Settings {% endblock page_title %} {% block main_content %}

Send Notifications to:

{% csrf_token %}
{{ form.send_to_slack }}
{{ form.slack_hook_url }}
{{ form.send_to_lark }}
{{ form.lark_hook_url }}
{{ form.send_to_discord }}
{{ form.discord_hook_url }}
{{ form.send_to_telegram }}
{{ form.telegram_bot_token }}
{{ form.telegram_bot_chat_id }}

Send me notification for

{{form.send_scan_status_notif}}
{{form.send_interesting_notif}}
{{form.send_vuln_notif}}
*Informational vulnerabilities will not be notified.
{{form.send_subdomain_changes_notif}}

Upload Scan Results
(Recommended)

{{form.send_scan_output_file}}

Upload Scan Results
(Recommended)

{{form.send_scan_tracebacks}}

*Once saved, a test message will be sent to all the enabled services.

{% endblock main_content %} {% block page_level_script %} {% endblock page_level_script %}