Path: blob/master/modules/social_engineering/text_to_voice/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:6module:7text_to_voice:8enable: true9category: "Social Engineering"10name: "Text to Voice"11description: "Convert text to mp3 and play it on the hooked browser. Note: this module requires Lame and eSpeak to be installed."12authors: ["bcoles"]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