Path: blob/master/modules/ipec/inter_protocol_posix_bindshell/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:7inter_protocol_posix_bindshell:8enable: true9category: "IPEC"10name: "Bindshell (POSIX)"11description: "Using Inter-protocol Exploitation/Communication (IPEC) the hooked browser will send commands to a listening POSIX shell bound on the target specified in the 'Target Address' input field. <br><br>The target address can be on the hooked browser's subnet which is potentially not directly accessible from the Internet."12authors: ["bcoles", "wade"]13target:14working: ["FF"]15not_working: ["C", "S", "O", "IE"]161718