Path: blob/master/modules/exploits/local_host/signed_applet_dropper/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:7signed_applet_dropper:8enable: true9category: ["Exploits", "Local Host"]10name: "Signed Applet Dropper"11description: "Injects a Signed Java Applet (compiled with Java 1.6.0 in order to be compatible with every JRE from 1.6.0 to latest 1.7) that downloads a dropper and executes it.<br />Currently works only on Windows.<br /><br />Internet Explorer is the only browser that doesn't implement Click to Play for plugins, that's what the IE only checkbox is meant for."12authors: ["antisnatchor"]13target:14user_notify: ["All"]151617