Files
beef/modules/browser/play_sound/config.yaml
2025-12-26 19:18:05 +10:00

27 lines
804 B
YAML

#
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - https://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
module:
Play_sound:
enable: true
category: "Browser"
name: "Play Sound"
description: "Play a sound on the hooked browser."
authors: ["Saafan"]
# http://caniuse.com/audio
target:
working: ["All"]
not_working:
IE:
min_ver: 1
max_ver: 8
FF:
min_ver: 1
max_ver: 2
S:
min_ver: 1
max_ver: 3