Path: blob/master/modules/exploits/wanem_command_execution/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#5################################################################################6# For more information see: http://itsecuritysolutions.org/2012-08-12-WANem-v2.3-multiple-vulnerabilities/7################################################################################8beef:9module:10wanem_command_execution:11enable: true12category: "Exploits"13name: "WAN Emulator Command Execution"14description: "Attempts to get a reverse root shell on a WAN Emulator server.<br/>Tested on version 2.3 however other versions are likely to be vulnerable."15authors: ["bcoles"]16target:17working: ["ALL"]181920