Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/extensions/dns/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
dns:
9
enable: false
10
name: 'DNS Server'
11
authors: ['soh_cah_toa']
12
protocol: 'udp'
13
address: '127.0.0.1'
14
port: 5300
15
upstream: [
16
['udp', '8.8.8.8', 53],
17
['tcp', '8.8.8.8', 53]
18
]
19
20