Path: blob/master/modules/browser/play_sound/config.yaml
1155 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:6module:7Play_sound:8enable: true9category: "Browser"10name: "Play Sound"11description: "Play a sound on the hooked browser."12authors: ["Saafan"]13# http://caniuse.com/audio14target:15working: ["All"]16not_working:17IE:18min_ver: 119max_ver: 820FF:21min_ver: 122max_ver: 223S:24min_ver: 125max_ver: 3262728