Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/extensions/dns_rebinding/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_rebinding:
9
enable: false
10
name: 'DNS Rebinding'
11
authors: ['Milovanov T.I.']
12
#Addresses are split into internal/external for more convenient attack
13
#from LAN.
14
address_http_internal: '192.168.x.x'
15
address_http_external: 'x.x.x.x'
16
address_proxy_internal: '192.168.x.x'
17
address_proxy_external: 'x.x.x.x'
18
port_http: 80
19
port_proxy: 81
20
debug_mode: true
21
22