Path: blob/master/modules/ipec/s2c_dns_tunnel/config.yaml
1875 views
#1# Copyright (c) 2006-2026 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7s2c_dns_tunnel:8enable: true9category: "IPEC"10name: "DNS Tunnel: Server-to-Client"11description: "This module retrieves data sent by the server over DNS covert channel (DNS tunnel).<br/><br/> A payload name and message are taken as input. The message is sent as a bitstream, decoded, and then can be accessed via Window object property specified in payload name parameter.<br/><br/>Note: To use this feature you should enable S2C DNS Tunnel extension."12authors: ["dnkolegov"]13target:14working: "All"1516