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# 6beef: 7 extension: 8 admin_ui: 9 name: 'Admin UI' 10 enable: false 11 12 # Authentication and authorisation 13 session_cookie_name: "BEEFSESSION" 14 login_fail_delay: 1 15 16 # Admin UI 17 base_path: "/ui" 18 favicon_file_name: "favicon.ico" 19 play_sound_on_new_zombie: false 20 panel_update_interval: 10 # seconds 21 22 23