Path: blob/master/extensions/notifications/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6extension:7notifications:8enable: false9name: Notifications10email:11enable: false12from_address: sender_email_address13to_address: receipient_email_address14smtp_host: 127.0.0.115smtp_port: 2516pushover:17enable: false18user_key: pushover_user_key19app_key: pushover_api_key20# To enable WebHooks for your Slack workspace,21# go to: https://slack.com/apps/A0F7XDUAZ-incoming-webhooks22# Select "Add Configuration", then "Add Incoming WebHooks integration"23slack:24enable: false25webhook_url: "your_webhook_url"26channel: "#beef" # Slack channel27username: "notifier" # Username can be anything28ntfy:29enable: false30endpoint_url: "https://ntfy.sh/beef-[GUID]" # Update GUID31username: "" # Leave blank if not needed32password: "" # Leave blank if not needed33343536