Path: blob/master/modules/exploits/local_host/mozilla_nsiprocess_interface/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:7mozilla_nsiprocess_interface:8enable: false9category: ["Exploits", "Local Host"]10name: "Mozilla nsIProcess XPCOM Interface (Windows)"11description: "The nsIProcess XPCOM interface represents an executable process. JavaScript code with chrome privileges can use the nsIProcess interface to launch executable files. In this module, nsIProcess is combined with the Windows command prompt cmd.exe<br /><br />Any XSS injection in a chrome privileged zone (e.g. typically in Firefox extensions) allows this module to execute arbitrary commands on the victim machine."12authors: ["wade", "bcoles", "[email protected]", "[email protected]"]13target:14working:15FF:16min_ver: 117# It's actually 3.5 but min_ver only supports integers18max_ver: 319not_working: ["All"]20212223