Path: blob/master/modules/host/clipboard_theft/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:7clipboard_theft:8enable: true9category: "Host"10name: "Get Clipboard"11description: "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."12authors: ["bcoles"]13target:14working:15IE:16min_ver: 617max_ver: 618user_notify:19IE:20min_ver: 721max_ver: 822not_working: ["All"]23242526