Path: blob/master/modules/social_engineering/clickjacking/config.yaml
1870 views
#1# Copyright (c) 2006-2026 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#56beef:7module:8clickjacking:9enable: true10category: "Social Engineering"11name: "Clickjacking"12description: "Allows you to perform basic multi-click clickjacking. The iframe follows the mouse, so anywhere the user clicks on the page will be over x-pos,y-pos. The optional JS configuration values specify local Javascript to exectute when a user clicks, allowing the page can give visual feedback. The attack stops when y-pos is set to a non-numeric values (e.g. a dash). <br /><br />For a demo, visit /demos/clickjacking/clickjack_attack.html with the default settings (based on browser they may have to be adjusted)."13authors: ["Brigette Lundeen", "Rich Lundeen"]14target:15user_notify: ["FF", "C", "IE"]161718