Files
beef/extensions/notifications/config.yaml
2017-10-05 09:47:43 -04:00

32 lines
1.2 KiB
YAML

#
# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
extension:
notifications:
enable: false
name: Notifications
# Make sure you do 'gem install twitter' before enabling this feature. Leaving the twitter gem
# in the Gemfile causes dependency issues, and this twitter feature isn't used much anyway.
twitter:
enable: false
consumer_key: app_consumer_key
consumer_secret: app_consumer_secret
oauth_token: your_oauth_token_for_this_app
oauth_token_secret: your_oauth_token_secret_for_this_app
target_username:
email:
enable: false
from_address: sender_email_address
to_address: receipient_email_address
smtp_host: 127.0.0.1
smtp_port: 25
# Make sure you do 'gem install rushover' before enabling this feature.
pushover:
enable: false
user_key: pushover_user_key
app_key: pushover_api_key