Path: blob/master/modules/ipec/inter_protocol_irc/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_irc:8enable: true9category: "IPEC"10name: "IRC"11description: "Using Inter-protocol Exploitation/Communication (IPEC) the hooked browser will connect to an IRC server, join a channel and send messages to it.<br><br>NOTE: Some IRC servers (like freenode) have implemented protections against connections from a web browser. This module is unlikely to work in those instances."12authors: ["jgaliana"]13target:14working: ["FF"]15not_working: ["C", "S", "O", "IE"]161718