Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/extensions/s2c_dns_tunnel/config.yaml
1154 views
1
#
2
# Copyright (c) 2006-2025 Wade Alcorn - [email protected]
3
# Browser Exploitation Framework (BeEF) - https://beefproject.com
4
# See the file 'doc/COPYING' for copying permission
5
#
6
beef:
7
extension:
8
s2c_dns_tunnel:
9
enable: false
10
name: 'Server-to-Client DNS Tunnel'
11
authors: ['dnkolegov','afr1ka']
12
# Define which network interface DNS server should listen. IP-address of this interface will be used in DNS answers.
13
# By default, DNS server will be started on the interface which has a highest IP-address and will listen UDP 53 port only.
14
# listen: ''
15
# Zone managed by DNS server. DNS server will not be started if zone is not specified
16
zone: ''
17