From 74de77e157f02d883cef559b290191595665da54 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 5 Feb 2017 05:39:31 +0000 Subject: [PATCH] Updated Copyright information --- doc/COPYING | 2 +- modules/browser/hooked_domain/get_page_html_iframe/command.js | 2 +- .../browser/hooked_domain/get_page_html_iframe/config.yaml | 2 +- modules/browser/hooked_domain/get_page_html_iframe/module.rb | 2 +- modules/browser/hooked_domain/remove_stuck_iframes/command.js | 2 +- .../browser/hooked_domain/remove_stuck_iframes/config.yaml | 2 +- modules/browser/hooked_domain/remove_stuck_iframes/module.rb | 2 +- modules/exploits/apache_felix_remote_shell/command.js | 2 +- modules/exploits/apache_felix_remote_shell/config.yaml | 2 +- modules/exploits/apache_felix_remote_shell/module.rb | 2 +- modules/exploits/firephp/config.yaml | 2 +- modules/exploits/kemp_command_execution/command.js | 2 +- modules/exploits/kemp_command_execution/config.yaml | 2 +- modules/exploits/kemp_command_execution/module.rb | 2 +- modules/network/ADC/f5_bigip_cookie_disclosure/command.js | 2 +- modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml | 4 ++-- modules/network/ADC/f5_bigip_cookie_disclosure/module.rb | 2 +- modules/network/ADC/f5_bigip_cookie_stealing/command.js | 2 +- modules/network/ADC/f5_bigip_cookie_stealing/config.yaml | 2 +- modules/network/ADC/f5_bigip_cookie_stealing/module.rb | 2 +- modules/network/cross_origin_scanner_flash/command.js | 2 +- modules/network/cross_origin_scanner_flash/config.yaml | 2 +- modules/network/cross_origin_scanner_flash/module.rb | 2 +- test/integration/tc_dns_rest.rb | 2 +- test/integration/tc_social_engineering_rest.rb | 2 +- 25 files changed, 26 insertions(+), 26 deletions(-) diff --git a/doc/COPYING b/doc/COPYING index 4e452edc7..1641ab5c3 100644 --- a/doc/COPYING +++ b/doc/COPYING @@ -2,7 +2,7 @@ COPYING -- Describes the terms under which the Browser Exploitation Framework (BeEF) is distributed. A copy of the GNU General Public License (GPL) is appended to this file. -BeEF (Browser Exploitation Framework) is (C) 2006-2013 Wade Alcorn. +BeEF (Browser Exploitation Framework) is (C) 2006-2017 Wade Alcorn. This program is free software; you may redistribute and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/modules/browser/hooked_domain/get_page_html_iframe/command.js b/modules/browser/hooked_domain/get_page_html_iframe/command.js index 0209346c8..40990bf24 100644 --- a/modules/browser/hooked_domain/get_page_html_iframe/command.js +++ b/modules/browser/hooked_domain/get_page_html_iframe/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_page_html_iframe/config.yaml b/modules/browser/hooked_domain/get_page_html_iframe/config.yaml index 320855e9c..f044bca61 100644 --- a/modules/browser/hooked_domain/get_page_html_iframe/config.yaml +++ b/modules/browser/hooked_domain/get_page_html_iframe/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_page_html_iframe/module.rb b/modules/browser/hooked_domain/get_page_html_iframe/module.rb index e826a2ca4..f563b7a4b 100644 --- a/modules/browser/hooked_domain/get_page_html_iframe/module.rb +++ b/modules/browser/hooked_domain/get_page_html_iframe/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/remove_stuck_iframes/command.js b/modules/browser/hooked_domain/remove_stuck_iframes/command.js index d41b649bd..df4481bbd 100644 --- a/modules/browser/hooked_domain/remove_stuck_iframes/command.js +++ b/modules/browser/hooked_domain/remove_stuck_iframes/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/remove_stuck_iframes/config.yaml b/modules/browser/hooked_domain/remove_stuck_iframes/config.yaml index d6d82f32c..130c692e2 100644 --- a/modules/browser/hooked_domain/remove_stuck_iframes/config.yaml +++ b/modules/browser/hooked_domain/remove_stuck_iframes/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/remove_stuck_iframes/module.rb b/modules/browser/hooked_domain/remove_stuck_iframes/module.rb index 5c7e96b41..16a926c35 100644 --- a/modules/browser/hooked_domain/remove_stuck_iframes/module.rb +++ b/modules/browser/hooked_domain/remove_stuck_iframes/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/apache_felix_remote_shell/command.js b/modules/exploits/apache_felix_remote_shell/command.js index 8236ada30..a7e965d96 100644 --- a/modules/exploits/apache_felix_remote_shell/command.js +++ b/modules/exploits/apache_felix_remote_shell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/apache_felix_remote_shell/config.yaml b/modules/exploits/apache_felix_remote_shell/config.yaml index 7235ed728..9ae1f3caf 100644 --- a/modules/exploits/apache_felix_remote_shell/config.yaml +++ b/modules/exploits/apache_felix_remote_shell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/apache_felix_remote_shell/module.rb b/modules/exploits/apache_felix_remote_shell/module.rb index 832529b4f..11272c2c0 100644 --- a/modules/exploits/apache_felix_remote_shell/module.rb +++ b/modules/exploits/apache_felix_remote_shell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/firephp/config.yaml b/modules/exploits/firephp/config.yaml index ba97cfdd7..600359947 100644 --- a/modules/exploits/firephp/config.yaml +++ b/modules/exploits/firephp/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/kemp_command_execution/command.js b/modules/exploits/kemp_command_execution/command.js index 4dd166c0a..9c48e8e86 100644 --- a/modules/exploits/kemp_command_execution/command.js +++ b/modules/exploits/kemp_command_execution/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/kemp_command_execution/config.yaml b/modules/exploits/kemp_command_execution/config.yaml index 2d047f16d..5423894c3 100644 --- a/modules/exploits/kemp_command_execution/config.yaml +++ b/modules/exploits/kemp_command_execution/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/kemp_command_execution/module.rb b/modules/exploits/kemp_command_execution/module.rb index 3600176a0..c45bfd5df 100644 --- a/modules/exploits/kemp_command_execution/module.rb +++ b/modules/exploits/kemp_command_execution/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/command.js b/modules/network/ADC/f5_bigip_cookie_disclosure/command.js index 4ea558992..d6dd8e68a 100644 --- a/modules/network/ADC/f5_bigip_cookie_disclosure/command.js +++ b/modules/network/ADC/f5_bigip_cookie_disclosure/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml b/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml index 750e7dbca..9054050f8 100644 --- a/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml +++ b/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # @@ -12,4 +12,4 @@ beef: description: "This module detects F5 BigIP persistent cookies and exposures all available information about backend (pool name, IP address and port, routed domain)." authors: ["dnkolegov, ovbroslavsky, neoleksov"] target: - working: ["ALL"] \ No newline at end of file + working: ["ALL"] diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb b/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb index e746939cf..8c7c4131e 100644 --- a/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb +++ b/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/command.js b/modules/network/ADC/f5_bigip_cookie_stealing/command.js index 8987b7796..5fbada0ee 100644 --- a/modules/network/ADC/f5_bigip_cookie_stealing/command.js +++ b/modules/network/ADC/f5_bigip_cookie_stealing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml b/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml index fa8dbd6e8..c73ebfe6b 100644 --- a/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml +++ b/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/module.rb b/modules/network/ADC/f5_bigip_cookie_stealing/module.rb index 7b06d9406..a20543b15 100644 --- a/modules/network/ADC/f5_bigip_cookie_stealing/module.rb +++ b/modules/network/ADC/f5_bigip_cookie_stealing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2014 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/cross_origin_scanner_flash/command.js b/modules/network/cross_origin_scanner_flash/command.js index fab47f15d..555514b23 100644 --- a/modules/network/cross_origin_scanner_flash/command.js +++ b/modules/network/cross_origin_scanner_flash/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/cross_origin_scanner_flash/config.yaml b/modules/network/cross_origin_scanner_flash/config.yaml index 52ec8a3a6..35eb7b2e5 100644 --- a/modules/network/cross_origin_scanner_flash/config.yaml +++ b/modules/network/cross_origin_scanner_flash/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/cross_origin_scanner_flash/module.rb b/modules/network/cross_origin_scanner_flash/module.rb index a2485a591..5482cd527 100644 --- a/modules/network/cross_origin_scanner_flash/module.rb +++ b/modules/network/cross_origin_scanner_flash/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2015 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_dns_rest.rb b/test/integration/tc_dns_rest.rb index 689cbccd9..9e26205b3 100644 --- a/test/integration/tc_dns_rest.rb +++ b/test/integration/tc_dns_rest.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_social_engineering_rest.rb b/test/integration/tc_social_engineering_rest.rb index 824dbd32f..44fc377c1 100644 --- a/test/integration/tc_social_engineering_rest.rb +++ b/test/integration/tc_social_engineering_rest.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2013 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission #