Path: blob/master/modules/exploits/qemu_monitor_migrate_cmd_exec/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:7qemu_monitor_migrate_cmd_exec:8enable: true9category: "Exploits"10name: "QEMU Monitor 'migrate' Command Execution"11description: "This module attempts to get a reverse shell from <a href='https://www.qemu.org/docs/master/system/monitor.html'>QEMU monitor service</a> (TCP or Telnet) using the 'migrate' command.<br/><br/>Works only if SSL/TLS and authentication are disabled. See: <a href='https://www.qemu.org/docs/master/system/security.html#monitor-console-qmp-and-hmp'>https://www.qemu.org/docs/master/system/security.html</a>."12authors: ["bcoles"]13target:14working: ["ALL"]151617