Path: blob/master/extensions/dns_rebinding/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6extension:7dns_rebinding:8enable: false9name: 'DNS Rebinding'10authors: ['Milovanov T.I.']11#Addresses are split into internal/external for more convenient attack12#from LAN.13address_http_internal: '192.168.x.x'14address_http_external: 'x.x.x.x'15address_proxy_internal: '192.168.x.x'16address_proxy_external: 'x.x.x.x'17port_http: 8018port_proxy: 8119debug_mode: true202122