Path: blob/master/modules/misc/raw_javascript/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:7raw_javascript:8enable: true9category: "Misc"10name: "Raw JavaScript"11description: "This module will send the code entered in the 'JavaScript Code' section to the selected hooked browsers where it will be executed. Code is run inside an anonymous function and the return value is passed to the framework. Multiline scripts are allowed, no special encoding is required."12authors: ["wade", "vo"]13target:14user_notify: ['ALL']151617