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

25 lines
858 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:
clipboard_theft:
enable: true
category: "Host"
name: "Get Clipboard"
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."
authors: ["bcoles"]
target:
working:
IE:
min_ver: 6
max_ver: 6
user_notify:
IE:
min_ver: 7
max_ver: 8
not_working: ["All"]