Path: blob/master/modules/exploits/zenoss_3x_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-07-30-zenoss-3.2.1-multiple-security-vulnerabilities/7################################################################################8beef:9module:10zenoss_command_execution:11enable: true12category: "Exploits"13name: "Zenoss 3.x Command Execution"14description: "Attempts to get a reverse shell on a Zenoss 3.x server. Valid credentials are required."15authors: ["bcoles"]16target:17working: ["ALL"]181920