Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/social_engineering/text_to_voice/config.yaml
1154 views
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
#
6
beef:
7
module:
8
text_to_voice:
9
enable: true
10
category: "Social Engineering"
11
name: "Text to Voice"
12
description: "Convert text to mp3 and play it on the hooked browser. Note: this module requires Lame and eSpeak to be installed."
13
authors: ["bcoles"]
14
# http://caniuse.com/audio
15
target:
16
working: ["All"]
17
not_working:
18
IE:
19
min_ver: 1
20
max_ver: 8
21
FF:
22
min_ver: 1
23
max_ver: 2
24
S:
25
min_ver: 1
26
max_ver: 3
27
28