Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/modules/host/clipboard_theft/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
clipboard_theft:
9
enable: true
10
category: "Host"
11
name: "Get Clipboard"
12
description: "Retrieves the clipboard contents. This module works invisibly with Internet Explorer 6.x however Internet Explorer 7.x - 8.x will prompt the user for permission to access the clipboard."
13
authors: ["bcoles"]
14
target:
15
working:
16
IE:
17
min_ver: 6
18
max_ver: 6
19
user_notify:
20
IE:
21
min_ver: 7
22
max_ver: 8
23
not_working: ["All"]
24
25
26