Files
beef/extensions/dns_rebinding/config.yaml
bcoles 0d28649e65 Add missing copyright headers (#2706)
* extensions: dns_rebinding: Add missing copyright headers

* modules: dns_rebinding: Add missing copyright headers
2023-02-08 18:51:30 +10:00

21 lines
704 B
YAML

#
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
beef:
extension:
dns_rebinding:
enable: false
name: 'DNS Rebinding'
authors: ['Milovanov T.I.']
#Addresses are split into internal/external for more convenient attack
#from LAN.
address_http_internal: '192.168.x.x'
address_http_external: 'x.x.x.x'
address_proxy_internal: '192.168.x.x'
address_proxy_external: 'x.x.x.x'
port_http: 80
port_proxy: 81
debug_mode: true