Add missing copyright headers (#2706)
* extensions: dns_rebinding: Add missing copyright headers * modules: dns_rebinding: Add missing copyright headers
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
|
||||||
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
||||||
|
# See the file 'doc/COPYING' for copying permission
|
||||||
|
#
|
||||||
module BeEF
|
module BeEF
|
||||||
module Extension
|
module Extension
|
||||||
module DNSRebinding
|
module DNSRebinding
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
#
|
||||||
|
# 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:
|
beef:
|
||||||
extension:
|
extension:
|
||||||
dns_rebinding:
|
dns_rebinding:
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
|
||||||
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
||||||
|
# See the file 'doc/COPYING' for copying permission
|
||||||
|
#
|
||||||
module BeEF
|
module BeEF
|
||||||
module Extension
|
module Extension
|
||||||
module DNSRebinding
|
module DNSRebinding
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
//
|
||||||
|
// 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.execute(function() {
|
beef.execute(function() {
|
||||||
var domain = "<%= @domain %>"
|
var domain = "<%= @domain %>"
|
||||||
if (window.location.href.indexOf(domain) == -1) {
|
if (window.location.href.indexOf(domain) == -1) {
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
#
|
||||||
|
# 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:
|
beef:
|
||||||
module:
|
module:
|
||||||
dns_rebinding:
|
dns_rebinding:
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
|
||||||
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
||||||
|
# See the file 'doc/COPYING' for copying permission
|
||||||
|
#
|
||||||
class Dns_rebinding < BeEF::Core::Command
|
class Dns_rebinding < BeEF::Core::Command
|
||||||
def self.options
|
def self.options
|
||||||
domain = BeEF::Core::Configuration.instance.get('beef.module.dns_rebinding.domain')
|
domain = BeEF::Core::Configuration.instance.get('beef.module.dns_rebinding.domain')
|
||||||
|
|||||||
Reference in New Issue
Block a user