21 lines
705 B
YAML
21 lines
705 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://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
|