Path: blob/master/modules/exploits/firephp/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# Exploit: http://www.justanotherhacker.com/advisories/jahx132.html7###8beef:9module:10firephp_code_exec:11enable: true12category: "Exploits"13name: "Firephp 0.7.1 RCE"14description: "Exploit FirePHP <= 0.7.1 to execute arbitrary JavaScript within the trusted 'chrome://' zone.<br/><br/>This module forces the browser to load '/firephp' on the BeEF server.<br/><br/>The payload is executed silently once the user moves the mouse over the array returned for 'http://[BeEF]/firephp' in Firebug.<br/><br/><b>Note:</b> Use msfpayload to generate JavaScript payloads. The default payload binds a shell on port 4444.<br/>See 'modules/exploits/firephp/payload.js'"15authors: ["Wireghoul", "bcoles"]16target:17user_notify: ["FF"]18not_working: ["All"]192021