24 lines
701 B
YAML
24 lines
701 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:
|
|
module:
|
|
dns_rebinding:
|
|
enable: true
|
|
category: "Network"
|
|
name: "DNS Rebinding"
|
|
description: "dnsrebind"
|
|
domain: "dnsreb.beefproject.com"
|
|
authors: ["Milovanov T.I."]
|
|
target:
|
|
working:
|
|
C:
|
|
min_ver: 1
|
|
max_ver: 40
|
|
O:
|
|
min_ver: 1
|
|
max_ver: 27
|
|
not_working: ["All"]
|