Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/extensions/notifications/config.yaml
1154 views
1
#
2
# Copyright (c) 2006-2025 Wade Alcorn - [email protected]
3
# Browser Exploitation Framework (BeEF) - https://beefproject.com
4
# See the file 'doc/COPYING' for copying permission
5
#
6
beef:
7
extension:
8
notifications:
9
enable: false
10
name: Notifications
11
email:
12
enable: false
13
from_address: sender_email_address
14
to_address: receipient_email_address
15
smtp_host: 127.0.0.1
16
smtp_port: 25
17
pushover:
18
enable: false
19
user_key: pushover_user_key
20
app_key: pushover_api_key
21
# To enable WebHooks for your Slack workspace,
22
# go to: https://slack.com/apps/A0F7XDUAZ-incoming-webhooks
23
# Select "Add Configuration", then "Add Incoming WebHooks integration"
24
slack:
25
enable: false
26
webhook_url: "your_webhook_url"
27
channel: "#beef" # Slack channel
28
username: "notifier" # Username can be anything
29
ntfy:
30
enable: false
31
endpoint_url: "https://ntfy.sh/beef-[GUID]" # Update GUID
32
username: "" # Leave blank if not needed
33
password: "" # Leave blank if not needed
34
35
36