15 lines
792 B
YAML
15 lines
792 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
s2c_dns_tunnel:
|
|
enable: true
|
|
category: "IPEC"
|
|
name: "DNS Tunnel: Server-to-Client"
|
|
description: "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."
|
|
authors: ["dnkolegov"]
|
|
target:
|
|
working: "All" |