diff --git a/Gemfile b/Gemfile index 6303d0608..e80b5b715 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # BeEF's Gemfile # -# Copyright (c) 2006-2016 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/Gemfile.lock b/Gemfile.lock index f3f336685..44de49dc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,6 @@ GEM json (1.8.3) json_pure (1.8.3) librex (0.0.999) - libv8 (3.11.8.17) mime-types (3.0) mime-types-data (~> 3.2015) mime-types-data (3.2016.0221) @@ -56,7 +55,6 @@ GEM rack-protection (1.5.3) rack rainbow (2.1.0) - ref (2.0.0) rexec (1.6.3) rainbow rqrcode (0.10.1) @@ -71,9 +69,6 @@ GEM tilt (>= 1.3, < 3) term-ansicolor (1.3.2) tins (~> 1.0) - therubyracer (0.11.3) - libv8 (~> 3.11.8.12) - ref thin (1.6.4) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) @@ -109,7 +104,6 @@ DEPENDENCIES rubyzip (>= 1.0.0) sinatra term-ansicolor - therubyracer (= 0.11.3) thin uglifier diff --git a/INSTALL.txt b/INSTALL.txt index 1debea364..05d561cb4 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,6 +1,6 @@ =============================================================================== - Copyright (c) 2006-2016 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/README b/README index 9a3ffe170..0e7b5c5c6 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ =============================================================================== - Copyright (c) 2006-2016 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/README.mkd b/README.mkd index a06fd17c7..b532d660c 100644 --- a/README.mkd +++ b/README.mkd @@ -1,6 +1,6 @@ =============================================================================== - Copyright (c) 2006-2016 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/Rakefile b/Rakefile index 85e46452f..0f9a8752d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/VERSION b/VERSION index f94ee61d2..20b919375 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/beef b/beef index e70defafa..dbd9af564 100755 --- a/beef +++ b/beef @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -# Copyright (c) 2006-2016 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/config.yaml b/config.yaml index 1fa3d196c..1d112a7c3 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api.rb b/core/api.rb index 5a484d8ae..2b806289d 100644 --- a/core/api.rb +++ b/core/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/extension.rb b/core/api/extension.rb index 650d93576..d38f2f302 100644 --- a/core/api/extension.rb +++ b/core/api/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/extensions.rb b/core/api/extensions.rb index e607f1a34..5677a9861 100644 --- a/core/api/extensions.rb +++ b/core/api/extensions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/main/configuration.rb b/core/api/main/configuration.rb index d5958d046..3436fd6a6 100644 --- a/core/api/main/configuration.rb +++ b/core/api/main/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/main/migration.rb b/core/api/main/migration.rb index 4a8e3212f..074fd5555 100644 --- a/core/api/main/migration.rb +++ b/core/api/main/migration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/main/network_stack/assethandler.rb b/core/api/main/network_stack/assethandler.rb index 17fc7a4a4..dca745e9b 100644 --- a/core/api/main/network_stack/assethandler.rb +++ b/core/api/main/network_stack/assethandler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/main/server.rb b/core/api/main/server.rb index 917a7f9ad..355d42ef2 100644 --- a/core/api/main/server.rb +++ b/core/api/main/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/main/server/hook.rb b/core/api/main/server/hook.rb index f470ec621..7e79c79da 100644 --- a/core/api/main/server/hook.rb +++ b/core/api/main/server/hook.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/module.rb b/core/api/module.rb index d4c67e258..1b69beab2 100644 --- a/core/api/module.rb +++ b/core/api/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/api/modules.rb b/core/api/modules.rb index a02a8a7d2..682f14605 100644 --- a/core/api/modules.rb +++ b/core/api/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/bootstrap.rb b/core/bootstrap.rb index 8d2201b4c..d76e5837f 100644 --- a/core/bootstrap.rb +++ b/core/bootstrap.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/core.rb b/core/core.rb index b2e8933d5..9f5f4655b 100644 --- a/core/core.rb +++ b/core/core.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/extension.rb b/core/extension.rb index b84439a36..0801e9936 100644 --- a/core/extension.rb +++ b/core/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/extensions.rb b/core/extensions.rb index 507ba7c87..db8745e96 100644 --- a/core/extensions.rb +++ b/core/extensions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/filters.rb b/core/filters.rb index 8224f789b..b627408d7 100644 --- a/core/filters.rb +++ b/core/filters.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/filters/base.rb b/core/filters/base.rb index ff26bd47a..36eff57fd 100644 --- a/core/filters/base.rb +++ b/core/filters/base.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/filters/browser.rb b/core/filters/browser.rb index 2d931dda5..5dfc1dd9c 100644 --- a/core/filters/browser.rb +++ b/core/filters/browser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/filters/command.rb b/core/filters/command.rb index b06445474..b4b5434aa 100644 --- a/core/filters/command.rb +++ b/core/filters/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/filters/http.rb b/core/filters/http.rb index 963dcbece..4f99c065a 100644 --- a/core/filters/http.rb +++ b/core/filters/http.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/filters/page.rb b/core/filters/page.rb index 0973ed8a3..aca091e32 100644 --- a/core/filters/page.rb +++ b/core/filters/page.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/hbmanager.rb b/core/hbmanager.rb index 96afc7cca..a8174f49d 100644 --- a/core/hbmanager.rb +++ b/core/hbmanager.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/loader.rb b/core/loader.rb index f18abf97c..fc35c02ae 100644 --- a/core/loader.rb +++ b/core/loader.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/autorun_engine/engine.rb b/core/main/autorun_engine/engine.rb index 14c25c19b..9cddc91b9 100644 --- a/core/main/autorun_engine/engine.rb +++ b/core/main/autorun_engine/engine.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/autorun_engine/models/execution.rb b/core/main/autorun_engine/models/execution.rb index 6dc0cef7c..03c610521 100644 --- a/core/main/autorun_engine/models/execution.rb +++ b/core/main/autorun_engine/models/execution.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/autorun_engine/models/rule.rb b/core/main/autorun_engine/models/rule.rb index bc2b06fcc..0b71d3c42 100644 --- a/core/main/autorun_engine/models/rule.rb +++ b/core/main/autorun_engine/models/rule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/autorun_engine/parser.rb b/core/main/autorun_engine/parser.rb index a012a461c..d9b1c5166 100644 --- a/core/main/autorun_engine/parser.rb +++ b/core/main/autorun_engine/parser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/autorun_engine/rule_loader.rb b/core/main/autorun_engine/rule_loader.rb index f7b9f03ba..6e2d82123 100644 --- a/core/main/autorun_engine/rule_loader.rb +++ b/core/main/autorun_engine/rule_loader.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/client/are.js b/core/main/client/are.js index be16a9479..b4e102112 100644 --- a/core/main/client/are.js +++ b/core/main/client/are.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/beef.js b/core/main/client/beef.js index b30d49eb8..b82e89872 100644 --- a/core/main/client/beef.js +++ b/core/main/client/beef.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/browser.js b/core/main/client/browser.js index 6bafd7531..d11db8aa0 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/browser/cookie.js b/core/main/client/browser/cookie.js index 49e099158..f9ea8ef26 100644 --- a/core/main/client/browser/cookie.js +++ b/core/main/client/browser/cookie.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/browser/popup.js b/core/main/client/browser/popup.js index 491bc6fc8..fd1dc7b9d 100644 --- a/core/main/client/browser/popup.js +++ b/core/main/client/browser/popup.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/dom.js b/core/main/client/dom.js index d65a944af..cdd1aa140 100644 --- a/core/main/client/dom.js +++ b/core/main/client/dom.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/encode/base64.js b/core/main/client/encode/base64.js index b841c1fb5..12e391973 100644 --- a/core/main/client/encode/base64.js +++ b/core/main/client/encode/base64.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/encode/json.js b/core/main/client/encode/json.js index 4eee5ae5a..763863c33 100644 --- a/core/main/client/encode/json.js +++ b/core/main/client/encode/json.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/geolocation.js b/core/main/client/geolocation.js index ed9f8fe78..da4986a63 100644 --- a/core/main/client/geolocation.js +++ b/core/main/client/geolocation.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/hardware.js b/core/main/client/hardware.js index d5e5a67e7..3a3de08bd 100644 --- a/core/main/client/hardware.js +++ b/core/main/client/hardware.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/init.js b/core/main/client/init.js index a14e6bd01..abd804b33 100644 --- a/core/main/client/init.js +++ b/core/main/client/init.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/lib/evercookie.js b/core/main/client/lib/evercookie.js index 31bff2276..19c7f6588 100644 --- a/core/main/client/lib/evercookie.js +++ b/core/main/client/lib/evercookie.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/logger.js b/core/main/client/logger.js index ebcbb0180..173b59f6b 100644 --- a/core/main/client/logger.js +++ b/core/main/client/logger.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/mitb.js b/core/main/client/mitb.js index 1ef3f3506..c7a74abd8 100644 --- a/core/main/client/mitb.js +++ b/core/main/client/mitb.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/net.js b/core/main/client/net.js index 68fa999b1..cfccadde4 100644 --- a/core/main/client/net.js +++ b/core/main/client/net.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/net/connection.js b/core/main/client/net/connection.js index eda12853f..03427396b 100644 --- a/core/main/client/net/connection.js +++ b/core/main/client/net/connection.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/net/dns.js b/core/main/client/net/dns.js index cc21c5b19..742179810 100644 --- a/core/main/client/net/dns.js +++ b/core/main/client/net/dns.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/net/local.js b/core/main/client/net/local.js index 2511c1cd2..75e1db894 100644 --- a/core/main/client/net/local.js +++ b/core/main/client/net/local.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/net/portscanner.js b/core/main/client/net/portscanner.js index 9faab51b0..55e3ee934 100644 --- a/core/main/client/net/portscanner.js +++ b/core/main/client/net/portscanner.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/net/requester.js b/core/main/client/net/requester.js index cd6f30ae6..98d2a0f09 100644 --- a/core/main/client/net/requester.js +++ b/core/main/client/net/requester.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/os.js b/core/main/client/os.js index 1232f835f..010723621 100644 --- a/core/main/client/os.js +++ b/core/main/client/os.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/session.js b/core/main/client/session.js index 89c432625..05ce5bfb2 100644 --- a/core/main/client/session.js +++ b/core/main/client/session.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/timeout.js b/core/main/client/timeout.js index b879a6a82..2390c416b 100644 --- a/core/main/client/timeout.js +++ b/core/main/client/timeout.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/updater.js b/core/main/client/updater.js index 7ee63d4d4..53bc4bd55 100644 --- a/core/main/client/updater.js +++ b/core/main/client/updater.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/webrtc.js b/core/main/client/webrtc.js index a1352dcdb..2773371c9 100644 --- a/core/main/client/webrtc.js +++ b/core/main/client/webrtc.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/client/websocket.js b/core/main/client/websocket.js index a1826890d..e8fdff0e3 100644 --- a/core/main/client/websocket.js +++ b/core/main/client/websocket.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/core/main/command.rb b/core/main/command.rb index 17799ee69..d99084d99 100644 --- a/core/main/command.rb +++ b/core/main/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/configuration.rb b/core/main/configuration.rb index b8aada8fb..fd50e0311 100644 --- a/core/main/configuration.rb +++ b/core/main/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/console/banners.rb b/core/main/console/banners.rb index 62028f598..73ad64d02 100644 --- a/core/main/console/banners.rb +++ b/core/main/console/banners.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/console/commandline.rb b/core/main/console/commandline.rb index 8f86c4f99..02209ccc4 100644 --- a/core/main/console/commandline.rb +++ b/core/main/console/commandline.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/constants/browsers.rb b/core/main/constants/browsers.rb index 9e00adea4..6e649dec0 100644 --- a/core/main/constants/browsers.rb +++ b/core/main/constants/browsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/constants/commandmodule.rb b/core/main/constants/commandmodule.rb index 7b62e0599..9dc579eb0 100644 --- a/core/main/constants/commandmodule.rb +++ b/core/main/constants/commandmodule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/constants/distributedengine.rb b/core/main/constants/distributedengine.rb index 1d0187980..b75cfe7ff 100644 --- a/core/main/constants/distributedengine.rb +++ b/core/main/constants/distributedengine.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/constants/hardware.rb b/core/main/constants/hardware.rb index e4d0c8b86..c68b8d82c 100644 --- a/core/main/constants/hardware.rb +++ b/core/main/constants/hardware.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/constants/os.rb b/core/main/constants/os.rb index a5f4f67a9..6089fa709 100644 --- a/core/main/constants/os.rb +++ b/core/main/constants/os.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/crypto.rb b/core/main/crypto.rb index 0d34783ee..fbf6d0706 100644 --- a/core/main/crypto.rb +++ b/core/main/crypto.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/distributed_engine/models/rules.rb b/core/main/distributed_engine/models/rules.rb index d28799d6e..489ef960a 100644 --- a/core/main/distributed_engine/models/rules.rb +++ b/core/main/distributed_engine/models/rules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/handlers/browserdetails.rb b/core/main/handlers/browserdetails.rb index 403f2be5d..31f63e107 100644 --- a/core/main/handlers/browserdetails.rb +++ b/core/main/handlers/browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/handlers/commands.rb b/core/main/handlers/commands.rb index 99182434a..5d0611abc 100644 --- a/core/main/handlers/commands.rb +++ b/core/main/handlers/commands.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/handlers/hookedbrowsers.rb b/core/main/handlers/hookedbrowsers.rb index ab57ea68f..705568a85 100644 --- a/core/main/handlers/hookedbrowsers.rb +++ b/core/main/handlers/hookedbrowsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/handlers/modules/beefjs.rb b/core/main/handlers/modules/beefjs.rb index c484fbda9..a33f86136 100644 --- a/core/main/handlers/modules/beefjs.rb +++ b/core/main/handlers/modules/beefjs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/handlers/modules/command.rb b/core/main/handlers/modules/command.rb index 350e69910..6a4baa66a 100644 --- a/core/main/handlers/modules/command.rb +++ b/core/main/handlers/modules/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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 # @@ -53,7 +53,7 @@ module BeEF if config.get("beef.http.websocket.enable") && ws.getsocket(hooked_browser.session) #content = command_module.output.gsub('// #// - #// Copyright (c) 2006-2016 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/core/main/logger.rb b/core/main/logger.rb index ff38b93b7..8138b12d4 100644 --- a/core/main/logger.rb +++ b/core/main/logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/migration.rb b/core/main/migration.rb index 3d8f07614..32df138ba 100644 --- a/core/main/migration.rb +++ b/core/main/migration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/models/browserdetails.rb b/core/main/models/browserdetails.rb index a3ddd05d3..69bf060df 100644 --- a/core/main/models/browserdetails.rb +++ b/core/main/models/browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/models/command.rb b/core/main/models/command.rb index 104e679f2..35ee33866 100644 --- a/core/main/models/command.rb +++ b/core/main/models/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/models/commandmodule.rb b/core/main/models/commandmodule.rb index 29f91c325..fb2aa2419 100644 --- a/core/main/models/commandmodule.rb +++ b/core/main/models/commandmodule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/models/hookedbrowser.rb b/core/main/models/hookedbrowser.rb index b3b9116f4..c1b26a06c 100644 --- a/core/main/models/hookedbrowser.rb +++ b/core/main/models/hookedbrowser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/models/log.rb b/core/main/models/log.rb index 8229e6fa5..fd644457e 100644 --- a/core/main/models/log.rb +++ b/core/main/models/log.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/models/optioncache.rb b/core/main/models/optioncache.rb index ed35e0aaa..9429e4a87 100644 --- a/core/main/models/optioncache.rb +++ b/core/main/models/optioncache.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/models/result.rb b/core/main/models/result.rb index aa3f4887a..49db3b500 100644 --- a/core/main/models/result.rb +++ b/core/main/models/result.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/models/user.rb b/core/main/models/user.rb index 79167f844..f4b3d7d5c 100644 --- a/core/main/models/user.rb +++ b/core/main/models/user.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/network_stack/api.rb b/core/main/network_stack/api.rb index d7bfb1a70..f1034932c 100644 --- a/core/main/network_stack/api.rb +++ b/core/main/network_stack/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/network_stack/assethandler.rb b/core/main/network_stack/assethandler.rb index cb542cc07..cd03d2bca 100644 --- a/core/main/network_stack/assethandler.rb +++ b/core/main/network_stack/assethandler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/network_stack/handlers/dynamicreconstruction.rb b/core/main/network_stack/handlers/dynamicreconstruction.rb index 07892d887..11869b2a1 100644 --- a/core/main/network_stack/handlers/dynamicreconstruction.rb +++ b/core/main/network_stack/handlers/dynamicreconstruction.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/network_stack/handlers/raw.rb b/core/main/network_stack/handlers/raw.rb index e6b6b7750..76c772dc2 100644 --- a/core/main/network_stack/handlers/raw.rb +++ b/core/main/network_stack/handlers/raw.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/network_stack/handlers/redirector.rb b/core/main/network_stack/handlers/redirector.rb index 6940cc349..3f7e63a75 100644 --- a/core/main/network_stack/handlers/redirector.rb +++ b/core/main/network_stack/handlers/redirector.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/network_stack/websocket/websocket.rb b/core/main/network_stack/websocket/websocket.rb index f83e665a5..2844471bb 100644 --- a/core/main/network_stack/websocket/websocket.rb +++ b/core/main/network_stack/websocket/websocket.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/rest/api.rb b/core/main/rest/api.rb index 37a0396ab..61330e442 100644 --- a/core/main/rest/api.rb +++ b/core/main/rest/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/rest/handlers/admin.rb b/core/main/rest/handlers/admin.rb index 4c17ceae0..acc99c78f 100644 --- a/core/main/rest/handlers/admin.rb +++ b/core/main/rest/handlers/admin.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/rest/handlers/autorun_engine.rb b/core/main/rest/handlers/autorun_engine.rb index 9016880e2..88fef98d5 100644 --- a/core/main/rest/handlers/autorun_engine.rb +++ b/core/main/rest/handlers/autorun_engine.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/rest/handlers/categories.rb b/core/main/rest/handlers/categories.rb index 0c0e87fc0..ed48aa30c 100644 --- a/core/main/rest/handlers/categories.rb +++ b/core/main/rest/handlers/categories.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/rest/handlers/hookedbrowsers.rb b/core/main/rest/handlers/hookedbrowsers.rb index 9b6150bad..1e2d79648 100644 --- a/core/main/rest/handlers/hookedbrowsers.rb +++ b/core/main/rest/handlers/hookedbrowsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/rest/handlers/logs.rb b/core/main/rest/handlers/logs.rb index 2089cb42c..64c4d5ea8 100644 --- a/core/main/rest/handlers/logs.rb +++ b/core/main/rest/handlers/logs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/rest/handlers/modules.rb b/core/main/rest/handlers/modules.rb index d597189e1..1c51e9ae5 100644 --- a/core/main/rest/handlers/modules.rb +++ b/core/main/rest/handlers/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/rest/handlers/server.rb b/core/main/rest/handlers/server.rb index f9e9cb4b2..5ff6ffaa1 100644 --- a/core/main/rest/handlers/server.rb +++ b/core/main/rest/handlers/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/router/api.rb b/core/main/router/api.rb index fd3bae063..6d60e9068 100644 --- a/core/main/router/api.rb +++ b/core/main/router/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/router/router.rb b/core/main/router/router.rb index b67a4ba15..d7f6050bf 100644 --- a/core/main/router/router.rb +++ b/core/main/router/router.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/main/server.rb b/core/main/server.rb index 4df610df8..c4d8ca7a1 100644 --- a/core/main/server.rb +++ b/core/main/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/module.rb b/core/module.rb index 85033be8b..e4f3ae84d 100644 --- a/core/module.rb +++ b/core/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/modules.rb b/core/modules.rb index ea4486cbb..ca04b8d60 100644 --- a/core/modules.rb +++ b/core/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/ruby.rb b/core/ruby.rb index ca845dd3f..451268ba3 100644 --- a/core/ruby.rb +++ b/core/ruby.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/ruby/hash.rb b/core/ruby/hash.rb index 6f4dfa4ea..588d94230 100644 --- a/core/ruby/hash.rb +++ b/core/ruby/hash.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/ruby/module.rb b/core/ruby/module.rb index 50d059fbc..a9515448e 100644 --- a/core/ruby/module.rb +++ b/core/ruby/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/ruby/object.rb b/core/ruby/object.rb index c8c16b153..1cb0ad2ec 100644 --- a/core/ruby/object.rb +++ b/core/ruby/object.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/ruby/patches/dm-do-adapter/adapter.rb b/core/ruby/patches/dm-do-adapter/adapter.rb index e5f6d3f79..95c16ae99 100644 --- a/core/ruby/patches/dm-do-adapter/adapter.rb +++ b/core/ruby/patches/dm-do-adapter/adapter.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/ruby/print.rb b/core/ruby/print.rb index 65eb464fe..383f61fdc 100644 --- a/core/ruby/print.rb +++ b/core/ruby/print.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/ruby/security.rb b/core/ruby/security.rb index 500728701..564aa2b5f 100644 --- a/core/ruby/security.rb +++ b/core/ruby/security.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/ruby/string.rb b/core/ruby/string.rb index 2dae39d9f..1b754a9d6 100644 --- a/core/ruby/string.rb +++ b/core/ruby/string.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/core/settings.rb b/core/settings.rb index 03ffddf20..875d0f30c 100644 --- a/core/settings.rb +++ b/core/settings.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/doc/boilerplate b/doc/boilerplate index 21bdb47e7..21fcc46d1 100644 --- a/doc/boilerplate +++ b/doc/boilerplate @@ -1,3 +1,3 @@ -Copyright (c) 2006-2016 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 \ No newline at end of file diff --git a/extensions/admin_ui/api/command.rb b/extensions/admin_ui/api/command.rb index bea0fb790..7527b1a07 100644 --- a/extensions/admin_ui/api/command.rb +++ b/extensions/admin_ui/api/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/api/handler.rb b/extensions/admin_ui/api/handler.rb index 5106406e7..e0f4d93a6 100644 --- a/extensions/admin_ui/api/handler.rb +++ b/extensions/admin_ui/api/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/classes/httpcontroller.rb b/extensions/admin_ui/classes/httpcontroller.rb index 51ac75335..56a9bb3c0 100644 --- a/extensions/admin_ui/classes/httpcontroller.rb +++ b/extensions/admin_ui/classes/httpcontroller.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/classes/session.rb b/extensions/admin_ui/classes/session.rb index 619aff145..e877d9ba8 100644 --- a/extensions/admin_ui/classes/session.rb +++ b/extensions/admin_ui/classes/session.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/config.yaml b/extensions/admin_ui/config.yaml index a883f8a9e..49357b01e 100644 --- a/extensions/admin_ui/config.yaml +++ b/extensions/admin_ui/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/constants/agents.rb b/extensions/admin_ui/constants/agents.rb index d63e9ae8f..1f9ee133e 100644 --- a/extensions/admin_ui/constants/agents.rb +++ b/extensions/admin_ui/constants/agents.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/constants/icons.rb b/extensions/admin_ui/constants/icons.rb index f67127c1e..152a16a3c 100644 --- a/extensions/admin_ui/constants/icons.rb +++ b/extensions/admin_ui/constants/icons.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/controllers/authentication/authentication.rb b/extensions/admin_ui/controllers/authentication/authentication.rb index 74f636557..f5a6744c1 100644 --- a/extensions/admin_ui/controllers/authentication/authentication.rb +++ b/extensions/admin_ui/controllers/authentication/authentication.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/controllers/authentication/index.html b/extensions/admin_ui/controllers/authentication/index.html index fc9f6578c..f8cbc1c02 100644 --- a/extensions/admin_ui/controllers/authentication/index.html +++ b/extensions/admin_ui/controllers/authentication/index.html @@ -1,5 +1,5 @@ diff --git a/extensions/admin_ui/controllers/logs/logs.rb b/extensions/admin_ui/controllers/logs/logs.rb index d15157431..48c212b50 100644 --- a/extensions/admin_ui/controllers/logs/logs.rb +++ b/extensions/admin_ui/controllers/logs/logs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/controllers/modules/modules.rb b/extensions/admin_ui/controllers/modules/modules.rb index f3efd3f87..34e79a7fe 100644 --- a/extensions/admin_ui/controllers/modules/modules.rb +++ b/extensions/admin_ui/controllers/modules/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/controllers/panel/index.html b/extensions/admin_ui/controllers/panel/index.html index 6ddf7289e..a3484aa80 100644 --- a/extensions/admin_ui/controllers/panel/index.html +++ b/extensions/admin_ui/controllers/panel/index.html @@ -1,5 +1,5 @@ diff --git a/extensions/admin_ui/controllers/panel/panel.rb b/extensions/admin_ui/controllers/panel/panel.rb index 1cebd75f4..165e3875e 100644 --- a/extensions/admin_ui/controllers/panel/panel.rb +++ b/extensions/admin_ui/controllers/panel/panel.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/extension.rb b/extensions/admin_ui/extension.rb index 262bb49d4..bb98a1f79 100644 --- a/extensions/admin_ui/extension.rb +++ b/extensions/admin_ui/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/handlers/ui.rb b/extensions/admin_ui/handlers/ui.rb index f377aa4d5..9c07e2b18 100644 --- a/extensions/admin_ui/handlers/ui.rb +++ b/extensions/admin_ui/handlers/ui.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/admin_ui/media/css/base.css b/extensions/admin_ui/media/css/base.css index ef4bda048..8b7bfdf11 100644 --- a/extensions/admin_ui/media/css/base.css +++ b/extensions/admin_ui/media/css/base.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/admin_ui/media/css/ext-all.css b/extensions/admin_ui/media/css/ext-all.css index 86242059b..6dadfe13f 100644 --- a/extensions/admin_ui/media/css/ext-all.css +++ b/extensions/admin_ui/media/css/ext-all.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/admin_ui/media/css/wterm.css b/extensions/admin_ui/media/css/wterm.css index 8fc8b4fe6..18300bfd1 100644 --- a/extensions/admin_ui/media/css/wterm.css +++ b/extensions/admin_ui/media/css/wterm.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/esapi/Class.create.js b/extensions/admin_ui/media/javascript/esapi/Class.create.js index 79c032042..9fac7b6b4 100644 --- a/extensions/admin_ui/media/javascript/esapi/Class.create.js +++ b/extensions/admin_ui/media/javascript/esapi/Class.create.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/authentication.js b/extensions/admin_ui/media/javascript/ui/authentication.js index 4dc3aabf3..a769b2f6d 100644 --- a/extensions/admin_ui/media/javascript/ui/authentication.js +++ b/extensions/admin_ui/media/javascript/ui/authentication.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/common/beef_common.js b/extensions/admin_ui/media/javascript/ui/common/beef_common.js index 783f27dec..a8b6ed1a9 100644 --- a/extensions/admin_ui/media/javascript/ui/common/beef_common.js +++ b/extensions/admin_ui/media/javascript/ui/common/beef_common.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js b/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js index 9ce228332..88029b6eb 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js +++ b/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js b/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js index 24a7b6a8d..aabe5530c 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js +++ b/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/HooksTab.js b/extensions/admin_ui/media/javascript/ui/panel/HooksTab.js index b9ca94c18..79391210e 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/HooksTab.js +++ b/extensions/admin_ui/media/javascript/ui/panel/HooksTab.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/Logout.js b/extensions/admin_ui/media/javascript/ui/panel/Logout.js index 9791e07c8..2f7c9df6f 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/Logout.js +++ b/extensions/admin_ui/media/javascript/ui/panel/Logout.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js b/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js index c5a215a8c..8280712f6 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js +++ b/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js b/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js index 350a761b3..942c900ac 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js +++ b/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js b/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js index 32443914a..656dd279e 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js +++ b/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js index 8afdda4a7..202d6da1b 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js +++ b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js b/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js index c7112e0a0..b66b9446b 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js +++ b/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js b/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js index 869f60789..8c39b9350 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js +++ b/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js b/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js index 5c75e4f9d..594f702f4 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js +++ b/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/common.js b/extensions/admin_ui/media/javascript/ui/panel/common.js index da7fc49c9..13019f3eb 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/common.js +++ b/extensions/admin_ui/media/javascript/ui/panel/common.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabAutorun.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabAutorun.js index c477fbd14..810daa549 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabAutorun.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabAutorun.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js index 2ca508cb4..5f2cd35e7 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js index 296cee370..e0c67369d 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabIpec.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabIpec.js index a5baba82f..88baef416 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabIpec.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabIpec.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js index 1de99ef75..13871cea8 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabNetwork.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabNetwork.js index 378b9a8b7..3d9befe74 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabNetwork.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabNetwork.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js index 8749064e6..1aaf6ebae 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js index dfd96a723..d045c6832 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js index fe976b459..b5d935c52 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js b/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js index 1c5748125..6a9b283e5 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js +++ b/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ux/PagingStore.js b/extensions/admin_ui/media/javascript/ux/PagingStore.js index 3cbec769d..29bb970db 100644 --- a/extensions/admin_ui/media/javascript/ux/PagingStore.js +++ b/extensions/admin_ui/media/javascript/ux/PagingStore.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ux/StatusBar.js b/extensions/admin_ui/media/javascript/ux/StatusBar.js index e67a21607..ac28c98d7 100644 --- a/extensions/admin_ui/media/javascript/ux/StatusBar.js +++ b/extensions/admin_ui/media/javascript/ux/StatusBar.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js b/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js index 2781d8fa8..53ccaf622 100644 --- a/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js +++ b/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extensions/admin_ui/media/javascript/wterm/wterm.jquery.js b/extensions/admin_ui/media/javascript/wterm/wterm.jquery.js index 15c44338c..4e7cff24f 100644 --- a/extensions/admin_ui/media/javascript/wterm/wterm.jquery.js +++ b/extensions/admin_ui/media/javascript/wterm/wterm.jquery.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/autoloader/config.yaml b/extensions/autoloader/config.yaml index ee4f7f627..0cc5ee1a8 100644 --- a/extensions/autoloader/config.yaml +++ b/extensions/autoloader/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/autoloader/extension.rb b/extensions/autoloader/extension.rb index 53ec740bf..2c993bd81 100644 --- a/extensions/autoloader/extension.rb +++ b/extensions/autoloader/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/autoloader/model.rb b/extensions/autoloader/model.rb index 864669e03..c9bf35b58 100644 --- a/extensions/autoloader/model.rb +++ b/extensions/autoloader/model.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/console/config.yaml b/extensions/console/config.yaml index 25bcee560..a0dd34c67 100644 --- a/extensions/console/config.yaml +++ b/extensions/console/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/console/extension.rb b/extensions/console/extension.rb index b8da4bd99..c274e41c6 100644 --- a/extensions/console/extension.rb +++ b/extensions/console/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/console/lib/command_dispatcher.rb b/extensions/console/lib/command_dispatcher.rb index bd1978aef..d19f251cb 100644 --- a/extensions/console/lib/command_dispatcher.rb +++ b/extensions/console/lib/command_dispatcher.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/console/lib/command_dispatcher/command.rb b/extensions/console/lib/command_dispatcher/command.rb index a12d2ca02..575ce9719 100644 --- a/extensions/console/lib/command_dispatcher/command.rb +++ b/extensions/console/lib/command_dispatcher/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/console/lib/command_dispatcher/core.rb b/extensions/console/lib/command_dispatcher/core.rb index 026556417..245a58c09 100644 --- a/extensions/console/lib/command_dispatcher/core.rb +++ b/extensions/console/lib/command_dispatcher/core.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/console/lib/command_dispatcher/target.rb b/extensions/console/lib/command_dispatcher/target.rb index 51ac8bb89..63e06ecdc 100644 --- a/extensions/console/lib/command_dispatcher/target.rb +++ b/extensions/console/lib/command_dispatcher/target.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/console/lib/shellinterface.rb b/extensions/console/lib/shellinterface.rb index d189ed3e1..d943e7501 100644 --- a/extensions/console/lib/shellinterface.rb +++ b/extensions/console/lib/shellinterface.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/console/shell.rb b/extensions/console/shell.rb index c6673534c..df3542322 100644 --- a/extensions/console/shell.rb +++ b/extensions/console/shell.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/customhook/api.rb b/extensions/customhook/api.rb index 6c7060f48..8f99be385 100644 --- a/extensions/customhook/api.rb +++ b/extensions/customhook/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/customhook/config.yaml b/extensions/customhook/config.yaml index 5a7748531..26d1dac8f 100644 --- a/extensions/customhook/config.yaml +++ b/extensions/customhook/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/customhook/extension.rb b/extensions/customhook/extension.rb index dbc5a1e7e..737b11b25 100644 --- a/extensions/customhook/extension.rb +++ b/extensions/customhook/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/customhook/handler.rb b/extensions/customhook/handler.rb index a2b887287..2446b59a4 100644 --- a/extensions/customhook/handler.rb +++ b/extensions/customhook/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/customhook/html/index.html b/extensions/customhook/html/index.html index 6cdcea52a..ebaebdb79 100644 --- a/extensions/customhook/html/index.html +++ b/extensions/customhook/html/index.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/api.rb b/extensions/demos/api.rb index 74aa602cd..91353f628 100644 --- a/extensions/demos/api.rb +++ b/extensions/demos/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/demos/chrome_extension/index.html b/extensions/demos/chrome_extension/index.html index 98d7e513a..395efb3b2 100644 --- a/extensions/demos/chrome_extension/index.html +++ b/extensions/demos/chrome_extension/index.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/chrome_extension/persistent_tab.html b/extensions/demos/chrome_extension/persistent_tab.html index 030adb9db..fde3afe3d 100644 --- a/extensions/demos/chrome_extension/persistent_tab.html +++ b/extensions/demos/chrome_extension/persistent_tab.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/config.yaml b/extensions/demos/config.yaml index 785611d5a..fae47e732 100644 --- a/extensions/demos/config.yaml +++ b/extensions/demos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/demos/extension.rb b/extensions/demos/extension.rb index 4f26781a6..ccd29d180 100644 --- a/extensions/demos/extension.rb +++ b/extensions/demos/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/demos/flash_update_chrome_extension/background.js b/extensions/demos/flash_update_chrome_extension/background.js index 06ca7edf0..49674ff7b 100644 --- a/extensions/demos/flash_update_chrome_extension/background.js +++ b/extensions/demos/flash_update_chrome_extension/background.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/demos/handler.rb b/extensions/demos/handler.rb index 38aa6c45d..1933eb3a8 100644 --- a/extensions/demos/handler.rb +++ b/extensions/demos/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/demos/html/basic.html b/extensions/demos/html/basic.html index 93b9acc02..42d015b2b 100644 --- a/extensions/demos/html/basic.html +++ b/extensions/demos/html/basic.html @@ -1,7 +1,7 @@ diff --git a/extensions/demos/html/butcher/butch.css b/extensions/demos/html/butcher/butch.css index 589e09ea5..374114579 100644 --- a/extensions/demos/html/butcher/butch.css +++ b/extensions/demos/html/butcher/butch.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/demos/html/butcher/index.html b/extensions/demos/html/butcher/index.html index ae3cf484a..9efc6d2ff 100644 --- a/extensions/demos/html/butcher/index.html +++ b/extensions/demos/html/butcher/index.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/html/checkJava.java b/extensions/demos/html/checkJava.java index 94f0d18cc..45a8d835a 100755 --- a/extensions/demos/html/checkJava.java +++ b/extensions/demos/html/checkJava.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/demos/html/clickjacking/clickjack_attack.html b/extensions/demos/html/clickjacking/clickjack_attack.html index 74b7a0abf..55f4fef2a 100644 --- a/extensions/demos/html/clickjacking/clickjack_attack.html +++ b/extensions/demos/html/clickjacking/clickjack_attack.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/html/clickjacking/clickjack_victim.html b/extensions/demos/html/clickjacking/clickjack_victim.html index 8853d59a8..19d185139 100644 --- a/extensions/demos/html/clickjacking/clickjack_victim.html +++ b/extensions/demos/html/clickjacking/clickjack_victim.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/html/plain.html b/extensions/demos/html/plain.html index 5485b99cc..0b087135a 100644 --- a/extensions/demos/html/plain.html +++ b/extensions/demos/html/plain.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/html/report.html b/extensions/demos/html/report.html index 535463b99..0324e1dc7 100755 --- a/extensions/demos/html/report.html +++ b/extensions/demos/html/report.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/html/secret_page.html b/extensions/demos/html/secret_page.html index 4fb00cd44..090a046b4 100644 --- a/extensions/demos/html/secret_page.html +++ b/extensions/demos/html/secret_page.html @@ -1,5 +1,5 @@ diff --git a/extensions/dns/api.rb b/extensions/dns/api.rb index e0255796e..97620a45d 100644 --- a/extensions/dns/api.rb +++ b/extensions/dns/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/dns/config.yaml b/extensions/dns/config.yaml index 572e37082..47a367b52 100644 --- a/extensions/dns/config.yaml +++ b/extensions/dns/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/dns/dns.rb b/extensions/dns/dns.rb index 409f66e22..2e22dab75 100644 --- a/extensions/dns/dns.rb +++ b/extensions/dns/dns.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/dns/extension.rb b/extensions/dns/extension.rb index e3e031064..e8e2a1380 100644 --- a/extensions/dns/extension.rb +++ b/extensions/dns/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/dns/logger.rb b/extensions/dns/logger.rb index f2c5a1aa2..401f55fb3 100644 --- a/extensions/dns/logger.rb +++ b/extensions/dns/logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/dns/model.rb b/extensions/dns/model.rb index da78c46a2..48d3ff350 100644 --- a/extensions/dns/model.rb +++ b/extensions/dns/model.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/dns/rest/dns.rb b/extensions/dns/rest/dns.rb index db0f03c41..7e53adbd1 100644 --- a/extensions/dns/rest/dns.rb +++ b/extensions/dns/rest/dns.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/etag/api.rb b/extensions/etag/api.rb index c8e7c5fdb..f032c1290 100644 --- a/extensions/etag/api.rb +++ b/extensions/etag/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/etag/config.yaml b/extensions/etag/config.yaml index 58c435186..f3922b36b 100644 --- a/extensions/etag/config.yaml +++ b/extensions/etag/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/etag/etag.rb b/extensions/etag/etag.rb index a2a0f0742..aa7063aa4 100644 --- a/extensions/etag/etag.rb +++ b/extensions/etag/etag.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/etag/extension.rb b/extensions/etag/extension.rb index 321745f4a..5a1c448cf 100644 --- a/extensions/etag/extension.rb +++ b/extensions/etag/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/evasion/config.yaml b/extensions/evasion/config.yaml index c0cfa6e60..f9a108787 100644 --- a/extensions/evasion/config.yaml +++ b/extensions/evasion/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/evasion/evasion.rb b/extensions/evasion/evasion.rb index 8deba35df..7af35eba4 100644 --- a/extensions/evasion/evasion.rb +++ b/extensions/evasion/evasion.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/evasion/extension.rb b/extensions/evasion/extension.rb index 0491e78d2..58a58338b 100644 --- a/extensions/evasion/extension.rb +++ b/extensions/evasion/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/evasion/helper.rb b/extensions/evasion/helper.rb index b9f350d40..44fc54831 100644 --- a/extensions/evasion/helper.rb +++ b/extensions/evasion/helper.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/evasion/obfuscation/base_64.rb b/extensions/evasion/obfuscation/base_64.rb index 3bc555db1..a4d30b1b7 100644 --- a/extensions/evasion/obfuscation/base_64.rb +++ b/extensions/evasion/obfuscation/base_64.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/evasion/obfuscation/minify.rb b/extensions/evasion/obfuscation/minify.rb index f13665ffd..95dd7313d 100644 --- a/extensions/evasion/obfuscation/minify.rb +++ b/extensions/evasion/obfuscation/minify.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/evasion/obfuscation/scramble.rb b/extensions/evasion/obfuscation/scramble.rb index af2293903..0a35c9b17 100644 --- a/extensions/evasion/obfuscation/scramble.rb +++ b/extensions/evasion/obfuscation/scramble.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/evasion/obfuscation/whitespace.rb b/extensions/evasion/obfuscation/whitespace.rb index 984863167..2c95a7688 100644 --- a/extensions/evasion/obfuscation/whitespace.rb +++ b/extensions/evasion/obfuscation/whitespace.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/events/api.rb b/extensions/events/api.rb index e0cc27bda..2cf09e6cb 100644 --- a/extensions/events/api.rb +++ b/extensions/events/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/events/config.yaml b/extensions/events/config.yaml index 9ac7cf1b9..ccef3557f 100644 --- a/extensions/events/config.yaml +++ b/extensions/events/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/events/extension.rb b/extensions/events/extension.rb index 0a1d0244e..ff2eea391 100644 --- a/extensions/events/extension.rb +++ b/extensions/events/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/events/handler.rb b/extensions/events/handler.rb index 1c7541632..871860d51 100644 --- a/extensions/events/handler.rb +++ b/extensions/events/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/ipec/config.yaml b/extensions/ipec/config.yaml index 36f254b34..aa92489ed 100644 --- a/extensions/ipec/config.yaml +++ b/extensions/ipec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/ipec/extension.rb b/extensions/ipec/extension.rb index c8aefb0d1..1ae23630d 100644 --- a/extensions/ipec/extension.rb +++ b/extensions/ipec/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/ipec/files/LinkTargetFinder/chrome/content/linkTargetFinder.js b/extensions/ipec/files/LinkTargetFinder/chrome/content/linkTargetFinder.js index 3bbb55a67..b7f7eadec 100644 --- a/extensions/ipec/files/LinkTargetFinder/chrome/content/linkTargetFinder.js +++ b/extensions/ipec/files/LinkTargetFinder/chrome/content/linkTargetFinder.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/ipec/files/LinkTargetFinder/defaults/preferences/prefs.js b/extensions/ipec/files/LinkTargetFinder/defaults/preferences/prefs.js index ea9831c95..6a6852166 100644 --- a/extensions/ipec/files/LinkTargetFinder/defaults/preferences/prefs.js +++ b/extensions/ipec/files/LinkTargetFinder/defaults/preferences/prefs.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/ipec/files/LinkTargetFinder/skin/skin.css b/extensions/ipec/files/LinkTargetFinder/skin/skin.css index ec764fc8a..dc746caf9 100644 --- a/extensions/ipec/files/LinkTargetFinder/skin/skin.css +++ b/extensions/ipec/files/LinkTargetFinder/skin/skin.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/extensions/ipec/junk_calculator.rb b/extensions/ipec/junk_calculator.rb index ac475aae3..38c7b0a25 100644 --- a/extensions/ipec/junk_calculator.rb +++ b/extensions/ipec/junk_calculator.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/ipec/models/ipec_exploits.rb b/extensions/ipec/models/ipec_exploits.rb index c1f6e35e6..6cc51e8bd 100644 --- a/extensions/ipec/models/ipec_exploits.rb +++ b/extensions/ipec/models/ipec_exploits.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/ipec/models/ipec_exploits_run.rb b/extensions/ipec/models/ipec_exploits_run.rb index 939f7b6f1..a7441f16f 100644 --- a/extensions/ipec/models/ipec_exploits_run.rb +++ b/extensions/ipec/models/ipec_exploits_run.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/ipec/rest/ipec.rb b/extensions/ipec/rest/ipec.rb index b5148d150..b71b9f1be 100644 --- a/extensions/ipec/rest/ipec.rb +++ b/extensions/ipec/rest/ipec.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/metasploit/api.rb b/extensions/metasploit/api.rb index 778d1db2f..1bb1e556a 100644 --- a/extensions/metasploit/api.rb +++ b/extensions/metasploit/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/metasploit/config.yaml b/extensions/metasploit/config.yaml index b50b43bf9..3f06ca855 100644 --- a/extensions/metasploit/config.yaml +++ b/extensions/metasploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/metasploit/extension.rb b/extensions/metasploit/extension.rb index 3bd8cb6da..5aedbab5d 100644 --- a/extensions/metasploit/extension.rb +++ b/extensions/metasploit/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/metasploit/module.rb b/extensions/metasploit/module.rb index 3cdbc95af..ab423e3fc 100644 --- a/extensions/metasploit/module.rb +++ b/extensions/metasploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/metasploit/rest/msf.rb b/extensions/metasploit/rest/msf.rb index b5b518814..640821301 100644 --- a/extensions/metasploit/rest/msf.rb +++ b/extensions/metasploit/rest/msf.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/metasploit/rpcclient.rb b/extensions/metasploit/rpcclient.rb index 5cdb2121e..48ca3c8b2 100644 --- a/extensions/metasploit/rpcclient.rb +++ b/extensions/metasploit/rpcclient.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/network/api.rb b/extensions/network/api.rb index 5790f9a89..e1462200e 100644 --- a/extensions/network/api.rb +++ b/extensions/network/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/network/config.yaml b/extensions/network/config.yaml index 15642d035..73278fe79 100644 --- a/extensions/network/config.yaml +++ b/extensions/network/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/network/extension.rb b/extensions/network/extension.rb index aa9ebfdd1..071b0de72 100644 --- a/extensions/network/extension.rb +++ b/extensions/network/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/network/models/network_host.rb b/extensions/network/models/network_host.rb index 3eae2552e..ca48c244d 100644 --- a/extensions/network/models/network_host.rb +++ b/extensions/network/models/network_host.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/network/models/network_service.rb b/extensions/network/models/network_service.rb index a71ad5b64..ffcdb5229 100644 --- a/extensions/network/models/network_service.rb +++ b/extensions/network/models/network_service.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/network/rest/network.rb b/extensions/network/rest/network.rb index bf0c51dbc..c7bc44a21 100644 --- a/extensions/network/rest/network.rb +++ b/extensions/network/rest/network.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/notifications/channels/email.rb b/extensions/notifications/channels/email.rb index ef880edda..6e902ccc7 100644 --- a/extensions/notifications/channels/email.rb +++ b/extensions/notifications/channels/email.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/notifications/channels/tweet.rb b/extensions/notifications/channels/tweet.rb index 2c3417350..bc09388be 100644 --- a/extensions/notifications/channels/tweet.rb +++ b/extensions/notifications/channels/tweet.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/notifications/config.yaml b/extensions/notifications/config.yaml index dd15492aa..4b34c1b38 100644 --- a/extensions/notifications/config.yaml +++ b/extensions/notifications/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/notifications/extension.rb b/extensions/notifications/extension.rb index b721e3f5a..934499b9b 100644 --- a/extensions/notifications/extension.rb +++ b/extensions/notifications/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/notifications/notifications.rb b/extensions/notifications/notifications.rb index 098d8210d..f2c67f5cb 100644 --- a/extensions/notifications/notifications.rb +++ b/extensions/notifications/notifications.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/proxy/api.rb b/extensions/proxy/api.rb index 1389513c2..073da5f6f 100644 --- a/extensions/proxy/api.rb +++ b/extensions/proxy/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/proxy/config.yaml b/extensions/proxy/config.yaml index 881fc80ac..5b8698bca 100644 --- a/extensions/proxy/config.yaml +++ b/extensions/proxy/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/proxy/controllers/proxy.rb b/extensions/proxy/controllers/proxy.rb index 1a59233d2..c4c19046d 100644 --- a/extensions/proxy/controllers/proxy.rb +++ b/extensions/proxy/controllers/proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/proxy/extension.rb b/extensions/proxy/extension.rb index 00e52dfe7..a751a252e 100644 --- a/extensions/proxy/extension.rb +++ b/extensions/proxy/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/proxy/proxy.rb b/extensions/proxy/proxy.rb index 5be6d0b29..c9d574e87 100644 --- a/extensions/proxy/proxy.rb +++ b/extensions/proxy/proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/proxy/rest/proxy.rb b/extensions/proxy/rest/proxy.rb index 64ed5915f..3cb388447 100644 --- a/extensions/proxy/rest/proxy.rb +++ b/extensions/proxy/rest/proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/qrcode/config.yaml b/extensions/qrcode/config.yaml index 6acbe49cf..19d3039bf 100644 --- a/extensions/qrcode/config.yaml +++ b/extensions/qrcode/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/qrcode/extension.rb b/extensions/qrcode/extension.rb index f5803f2b3..86fc6fe0c 100644 --- a/extensions/qrcode/extension.rb +++ b/extensions/qrcode/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/qrcode/qrcode.rb b/extensions/qrcode/qrcode.rb index 23c8cef3b..1d6317a20 100644 --- a/extensions/qrcode/qrcode.rb +++ b/extensions/qrcode/qrcode.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/requester/api.rb b/extensions/requester/api.rb index 362756fb8..4ee19fe70 100644 --- a/extensions/requester/api.rb +++ b/extensions/requester/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/requester/api/hook.rb b/extensions/requester/api/hook.rb index 52e337a72..54733ab9f 100644 --- a/extensions/requester/api/hook.rb +++ b/extensions/requester/api/hook.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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 # @@ -32,7 +32,7 @@ module BeEF #todo antisnatchor: remove this gsub crap adding some hook packing. if config.get("beef.http.websocket.enable") && ws.getsocket(hb.session) content = File.read(find_beefjs_component_path 'beef.net.requester').gsub('// - // Copyright (c) 2006-2016 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/extensions/requester/config.yaml b/extensions/requester/config.yaml index 85c2924dd..72e992e40 100644 --- a/extensions/requester/config.yaml +++ b/extensions/requester/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/requester/controllers/requester.rb b/extensions/requester/controllers/requester.rb index 6a1e8fe57..e38083d06 100644 --- a/extensions/requester/controllers/requester.rb +++ b/extensions/requester/controllers/requester.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/requester/extension.rb b/extensions/requester/extension.rb index 83f976e95..27a8c8e76 100644 --- a/extensions/requester/extension.rb +++ b/extensions/requester/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/requester/handler.rb b/extensions/requester/handler.rb index f47424ac0..a83fb1dd1 100644 --- a/extensions/requester/handler.rb +++ b/extensions/requester/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/requester/models/http.rb b/extensions/requester/models/http.rb index 1701ed515..05ee1bfae 100644 --- a/extensions/requester/models/http.rb +++ b/extensions/requester/models/http.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/s2c_dns_tunnel/api.rb b/extensions/s2c_dns_tunnel/api.rb index a70485c57..b5c0f6b2f 100644 --- a/extensions/s2c_dns_tunnel/api.rb +++ b/extensions/s2c_dns_tunnel/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/s2c_dns_tunnel/config.yaml b/extensions/s2c_dns_tunnel/config.yaml index 6c046df34..c226f32e7 100644 --- a/extensions/s2c_dns_tunnel/config.yaml +++ b/extensions/s2c_dns_tunnel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/s2c_dns_tunnel/dnsd.rb b/extensions/s2c_dns_tunnel/dnsd.rb index 4af94d3fc..57c32c9ed 100644 --- a/extensions/s2c_dns_tunnel/dnsd.rb +++ b/extensions/s2c_dns_tunnel/dnsd.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/s2c_dns_tunnel/extension.rb b/extensions/s2c_dns_tunnel/extension.rb index 7b1226e1c..4d8a461b1 100644 --- a/extensions/s2c_dns_tunnel/extension.rb +++ b/extensions/s2c_dns_tunnel/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/config.yaml b/extensions/social_engineering/config.yaml index 299c75af1..70e237d3f 100644 --- a/extensions/social_engineering/config.yaml +++ b/extensions/social_engineering/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/extension.rb b/extensions/social_engineering/extension.rb index 45917387c..0136c4a1e 100644 --- a/extensions/social_engineering/extension.rb +++ b/extensions/social_engineering/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/mass_mailer/mass_mailer.rb b/extensions/social_engineering/mass_mailer/mass_mailer.rb index 863ae0c26..650be51cd 100644 --- a/extensions/social_engineering/mass_mailer/mass_mailer.rb +++ b/extensions/social_engineering/mass_mailer/mass_mailer.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/mass_mailer/templates/default/mail.html b/extensions/social_engineering/mass_mailer/templates/default/mail.html index b8058a124..051e14e06 100644 --- a/extensions/social_engineering/mass_mailer/templates/default/mail.html +++ b/extensions/social_engineering/mass_mailer/templates/default/mail.html @@ -1,5 +1,5 @@ diff --git a/extensions/social_engineering/mass_mailer/templates/edfenergy/mail.html b/extensions/social_engineering/mass_mailer/templates/edfenergy/mail.html index decba7930..d1259b199 100644 --- a/extensions/social_engineering/mass_mailer/templates/edfenergy/mail.html +++ b/extensions/social_engineering/mass_mailer/templates/edfenergy/mail.html @@ -1,5 +1,5 @@ diff --git a/extensions/social_engineering/models/interceptor.rb b/extensions/social_engineering/models/interceptor.rb index 24e1480d4..4328c65b5 100644 --- a/extensions/social_engineering/models/interceptor.rb +++ b/extensions/social_engineering/models/interceptor.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/models/mass_mailer.rb b/extensions/social_engineering/models/mass_mailer.rb index 231292459..ae187b2de 100644 --- a/extensions/social_engineering/models/mass_mailer.rb +++ b/extensions/social_engineering/models/mass_mailer.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/models/web_cloner.rb b/extensions/social_engineering/models/web_cloner.rb index 71fc151ae..07506ed39 100644 --- a/extensions/social_engineering/models/web_cloner.rb +++ b/extensions/social_engineering/models/web_cloner.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/powershell/bind_powershell.rb b/extensions/social_engineering/powershell/bind_powershell.rb index ae0cbc34a..45549d58a 100644 --- a/extensions/social_engineering/powershell/bind_powershell.rb +++ b/extensions/social_engineering/powershell/bind_powershell.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/rest/socialengineering.rb b/extensions/social_engineering/rest/socialengineering.rb index b57a24805..4ab68f313 100644 --- a/extensions/social_engineering/rest/socialengineering.rb +++ b/extensions/social_engineering/rest/socialengineering.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/web_cloner/interceptor.rb b/extensions/social_engineering/web_cloner/interceptor.rb index eeca472cc..7baf083c6 100644 --- a/extensions/social_engineering/web_cloner/interceptor.rb +++ b/extensions/social_engineering/web_cloner/interceptor.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/social_engineering/web_cloner/web_cloner.rb b/extensions/social_engineering/web_cloner/web_cloner.rb index c942a6d97..8f73f244b 100644 --- a/extensions/social_engineering/web_cloner/web_cloner.rb +++ b/extensions/social_engineering/web_cloner/web_cloner.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/api.rb b/extensions/webrtc/api.rb index cac24f17f..4528e3775 100644 --- a/extensions/webrtc/api.rb +++ b/extensions/webrtc/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/api/hook.rb b/extensions/webrtc/api/hook.rb index 9df8aa019..a793f766d 100644 --- a/extensions/webrtc/api/hook.rb +++ b/extensions/webrtc/api/hook.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/config.yaml b/extensions/webrtc/config.yaml index b0b7fe39e..b88aeb13a 100644 --- a/extensions/webrtc/config.yaml +++ b/extensions/webrtc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/extension.rb b/extensions/webrtc/extension.rb index 971e04bbe..a195ca5a6 100644 --- a/extensions/webrtc/extension.rb +++ b/extensions/webrtc/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/handlers.rb b/extensions/webrtc/handlers.rb index 619e7a3c0..93f115d1e 100644 --- a/extensions/webrtc/handlers.rb +++ b/extensions/webrtc/handlers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/models/rtcmanage.rb b/extensions/webrtc/models/rtcmanage.rb index 67deb7b1e..e0150b6db 100644 --- a/extensions/webrtc/models/rtcmanage.rb +++ b/extensions/webrtc/models/rtcmanage.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/models/rtcmodulestatus.rb b/extensions/webrtc/models/rtcmodulestatus.rb index 921891ec7..67a6dc784 100644 --- a/extensions/webrtc/models/rtcmodulestatus.rb +++ b/extensions/webrtc/models/rtcmodulestatus.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/models/rtcsignal.rb b/extensions/webrtc/models/rtcsignal.rb index edd2b88ba..0005cbf80 100644 --- a/extensions/webrtc/models/rtcsignal.rb +++ b/extensions/webrtc/models/rtcsignal.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/models/rtcstatus.rb b/extensions/webrtc/models/rtcstatus.rb index 47a6ec593..665a1721a 100644 --- a/extensions/webrtc/models/rtcstatus.rb +++ b/extensions/webrtc/models/rtcstatus.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/webrtc/rest/webrtc.rb b/extensions/webrtc/rest/webrtc.rb index 2809b982c..321c380ee 100644 --- a/extensions/webrtc/rest/webrtc.rb +++ b/extensions/webrtc/rest/webrtc.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/xssrays/api.rb b/extensions/xssrays/api.rb index 2dd2bb7ca..e45bc8eae 100644 --- a/extensions/xssrays/api.rb +++ b/extensions/xssrays/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/xssrays/api/scan.rb b/extensions/xssrays/api/scan.rb index 453269062..c7f8f7511 100644 --- a/extensions/xssrays/api/scan.rb +++ b/extensions/xssrays/api/scan.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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 # @@ -43,7 +43,7 @@ module BeEF # todo antisnatchor: remove this gsub crap adding some hook packing. if config.get("beef.http.websocket.enable") && ws.getsocket(hb.session) content = File.read(find_beefjs_component_path 'beef.net.xssrays').gsub('// - // Copyright (c) 2006-2016 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/extensions/xssrays/config.yaml b/extensions/xssrays/config.yaml index 33689fb9d..886f3a29d 100644 --- a/extensions/xssrays/config.yaml +++ b/extensions/xssrays/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/xssrays/controllers/xssrays.rb b/extensions/xssrays/controllers/xssrays.rb index 8a3e6102c..d48347565 100644 --- a/extensions/xssrays/controllers/xssrays.rb +++ b/extensions/xssrays/controllers/xssrays.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/xssrays/extension.rb b/extensions/xssrays/extension.rb index 82d4a04f7..53296f67e 100644 --- a/extensions/xssrays/extension.rb +++ b/extensions/xssrays/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/xssrays/handler.rb b/extensions/xssrays/handler.rb index 228357acb..f3bb58be7 100644 --- a/extensions/xssrays/handler.rb +++ b/extensions/xssrays/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/xssrays/models/xssraysdetail.rb b/extensions/xssrays/models/xssraysdetail.rb index 4f0bee1ad..5fae3a8c7 100644 --- a/extensions/xssrays/models/xssraysdetail.rb +++ b/extensions/xssrays/models/xssraysdetail.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extensions/xssrays/models/xssraysscan.rb b/extensions/xssrays/models/xssraysscan.rb index f03eee264..1590cd4ed 100644 --- a/extensions/xssrays/models/xssraysscan.rb +++ b/extensions/xssrays/models/xssraysscan.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/install b/install index f8478d6cf..82ca609a6 100755 --- a/install +++ b/install @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -# Copyright (c) 2006-2016 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/install-beef b/install-beef index 7f4e9cffd..c23d4c9a6 100644 --- a/install-beef +++ b/install-beef @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2006-2016 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/liveCD/BeEFLive.sh b/liveCD/BeEFLive.sh index 202527079..347bc897b 100644 --- a/liveCD/BeEFLive.sh +++ b/liveCD/BeEFLive.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2006-2016 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'home/beef/doc/COPYING' for copying permission # @@ -117,7 +117,7 @@ show_menu() { echo " BeEF Live CD " echo "======================================" echo "" - echo "Copyright (c) 2006-2016 Wade Alcorn - wade@bindshell.net" + echo "Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net" echo "Browser Exploitation Framework (BeEF) - http://beefproject.com" echo "See the file 'home/beef/doc/COPYING' for copying permission" echo "" diff --git a/modules/browser/avant_steal_history/command.js b/modules/browser/avant_steal_history/command.js index 623539faf..28894c76f 100644 --- a/modules/browser/avant_steal_history/command.js +++ b/modules/browser/avant_steal_history/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/avant_steal_history/config.yaml b/modules/browser/avant_steal_history/config.yaml index ddbffc58f..667944b2a 100644 --- a/modules/browser/avant_steal_history/config.yaml +++ b/modules/browser/avant_steal_history/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/avant_steal_history/module.rb b/modules/browser/avant_steal_history/module.rb index 9bfd66e65..019a1b189 100644 --- a/modules/browser/avant_steal_history/module.rb +++ b/modules/browser/avant_steal_history/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/browser_fingerprinting/command.js b/modules/browser/browser_fingerprinting/command.js index 446b43491..7fe3b07cf 100644 --- a/modules/browser/browser_fingerprinting/command.js +++ b/modules/browser/browser_fingerprinting/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/browser_fingerprinting/config.yaml b/modules/browser/browser_fingerprinting/config.yaml index d78e0383a..74efc45aa 100644 --- a/modules/browser/browser_fingerprinting/config.yaml +++ b/modules/browser/browser_fingerprinting/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/browser_fingerprinting/module.rb b/modules/browser/browser_fingerprinting/module.rb index feacfbcfe..5b647c8d1 100644 --- a/modules/browser/browser_fingerprinting/module.rb +++ b/modules/browser/browser_fingerprinting/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_activex/command.js b/modules/browser/detect_activex/command.js index 8857c53a5..eef492006 100644 --- a/modules/browser/detect_activex/command.js +++ b/modules/browser/detect_activex/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_activex/config.yaml b/modules/browser/detect_activex/config.yaml index fec8fe4a0..b9f13ca20 100644 --- a/modules/browser/detect_activex/config.yaml +++ b/modules/browser/detect_activex/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_activex/module.rb b/modules/browser/detect_activex/module.rb index 801345c8e..7ae89b948 100644 --- a/modules/browser/detect_activex/module.rb +++ b/modules/browser/detect_activex/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_evernote_clipper/command.js b/modules/browser/detect_evernote_clipper/command.js index 8e19ca5c7..46cbb3617 100644 --- a/modules/browser/detect_evernote_clipper/command.js +++ b/modules/browser/detect_evernote_clipper/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_evernote_clipper/config.yaml b/modules/browser/detect_evernote_clipper/config.yaml index 22541eb46..96081392a 100644 --- a/modules/browser/detect_evernote_clipper/config.yaml +++ b/modules/browser/detect_evernote_clipper/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_evernote_clipper/module.rb b/modules/browser/detect_evernote_clipper/module.rb index 6646eb6f0..0da352716 100644 --- a/modules/browser/detect_evernote_clipper/module.rb +++ b/modules/browser/detect_evernote_clipper/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_extensions/command.js b/modules/browser/detect_extensions/command.js index 287128156..3fa842619 100644 --- a/modules/browser/detect_extensions/command.js +++ b/modules/browser/detect_extensions/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_extensions/config.yaml b/modules/browser/detect_extensions/config.yaml index e963a2da8..003c0f3af 100644 --- a/modules/browser/detect_extensions/config.yaml +++ b/modules/browser/detect_extensions/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_extensions/module.rb b/modules/browser/detect_extensions/module.rb index f0246596e..f2212f36b 100644 --- a/modules/browser/detect_extensions/module.rb +++ b/modules/browser/detect_extensions/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_firebug/command.js b/modules/browser/detect_firebug/command.js index ed0be3244..7c67931b3 100644 --- a/modules/browser/detect_firebug/command.js +++ b/modules/browser/detect_firebug/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_firebug/config.yaml b/modules/browser/detect_firebug/config.yaml index c4deec927..fedd4f993 100644 --- a/modules/browser/detect_firebug/config.yaml +++ b/modules/browser/detect_firebug/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_firebug/module.rb b/modules/browser/detect_firebug/module.rb index 32d5432e5..2096efc00 100644 --- a/modules/browser/detect_firebug/module.rb +++ b/modules/browser/detect_firebug/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_foxit/command.js b/modules/browser/detect_foxit/command.js index 7c0b77541..729051906 100644 --- a/modules/browser/detect_foxit/command.js +++ b/modules/browser/detect_foxit/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_foxit/config.yaml b/modules/browser/detect_foxit/config.yaml index caacb7f51..6d965c47a 100644 --- a/modules/browser/detect_foxit/config.yaml +++ b/modules/browser/detect_foxit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_foxit/module.rb b/modules/browser/detect_foxit/module.rb index c859c06c0..c50d485ee 100644 --- a/modules/browser/detect_foxit/module.rb +++ b/modules/browser/detect_foxit/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_lastpass/command.js b/modules/browser/detect_lastpass/command.js index 008eef510..27e082dfc 100644 --- a/modules/browser/detect_lastpass/command.js +++ b/modules/browser/detect_lastpass/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_lastpass/config.yaml b/modules/browser/detect_lastpass/config.yaml index f518aa1bd..7745244d3 100644 --- a/modules/browser/detect_lastpass/config.yaml +++ b/modules/browser/detect_lastpass/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_lastpass/module.rb b/modules/browser/detect_lastpass/module.rb index 580ddde5b..26cfb0952 100644 --- a/modules/browser/detect_lastpass/module.rb +++ b/modules/browser/detect_lastpass/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_office/command.js b/modules/browser/detect_office/command.js index c56241580..60618921b 100644 --- a/modules/browser/detect_office/command.js +++ b/modules/browser/detect_office/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_office/config.yaml b/modules/browser/detect_office/config.yaml index 3cfc09521..e14d6b70a 100644 --- a/modules/browser/detect_office/config.yaml +++ b/modules/browser/detect_office/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_office/module.rb b/modules/browser/detect_office/module.rb index 528193c54..e140a6985 100644 --- a/modules/browser/detect_office/module.rb +++ b/modules/browser/detect_office/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_popup_blocker/command.js b/modules/browser/detect_popup_blocker/command.js index 5f8eb2149..de140adaf 100644 --- a/modules/browser/detect_popup_blocker/command.js +++ b/modules/browser/detect_popup_blocker/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_popup_blocker/config.yaml b/modules/browser/detect_popup_blocker/config.yaml index 711e07c49..eefbe0704 100644 --- a/modules/browser/detect_popup_blocker/config.yaml +++ b/modules/browser/detect_popup_blocker/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_popup_blocker/module.rb b/modules/browser/detect_popup_blocker/module.rb index 46e05e2c3..b2b5c05b7 100644 --- a/modules/browser/detect_popup_blocker/module.rb +++ b/modules/browser/detect_popup_blocker/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_quicktime/command.js b/modules/browser/detect_quicktime/command.js index ad5525d15..a927e26f1 100644 --- a/modules/browser/detect_quicktime/command.js +++ b/modules/browser/detect_quicktime/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_quicktime/config.yaml b/modules/browser/detect_quicktime/config.yaml index be141d83a..f019eb6ba 100644 --- a/modules/browser/detect_quicktime/config.yaml +++ b/modules/browser/detect_quicktime/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_quicktime/module.rb b/modules/browser/detect_quicktime/module.rb index 53751220c..678881275 100644 --- a/modules/browser/detect_quicktime/module.rb +++ b/modules/browser/detect_quicktime/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_realplayer/command.js b/modules/browser/detect_realplayer/command.js index 59e4de1c9..205d309fa 100644 --- a/modules/browser/detect_realplayer/command.js +++ b/modules/browser/detect_realplayer/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_realplayer/config.yaml b/modules/browser/detect_realplayer/config.yaml index 8690e3d3c..7b102b9ef 100644 --- a/modules/browser/detect_realplayer/config.yaml +++ b/modules/browser/detect_realplayer/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_realplayer/module.rb b/modules/browser/detect_realplayer/module.rb index 36d3a1d27..14eb60171 100644 --- a/modules/browser/detect_realplayer/module.rb +++ b/modules/browser/detect_realplayer/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_silverlight/command.js b/modules/browser/detect_silverlight/command.js index 46fed772d..9a683b415 100644 --- a/modules/browser/detect_silverlight/command.js +++ b/modules/browser/detect_silverlight/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_silverlight/config.yaml b/modules/browser/detect_silverlight/config.yaml index e7de7c7ae..79afcc346 100644 --- a/modules/browser/detect_silverlight/config.yaml +++ b/modules/browser/detect_silverlight/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_silverlight/module.rb b/modules/browser/detect_silverlight/module.rb index b681f15a9..ea9922fde 100644 --- a/modules/browser/detect_silverlight/module.rb +++ b/modules/browser/detect_silverlight/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_simple_adblock/command.js b/modules/browser/detect_simple_adblock/command.js index 980cb3df9..649f0cd72 100644 --- a/modules/browser/detect_simple_adblock/command.js +++ b/modules/browser/detect_simple_adblock/command.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2016 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/detect_simple_adblock/config.yaml b/modules/browser/detect_simple_adblock/config.yaml index 2196bd779..7ba94a332 100644 --- a/modules/browser/detect_simple_adblock/config.yaml +++ b/modules/browser/detect_simple_adblock/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_simple_adblock/module.rb b/modules/browser/detect_simple_adblock/module.rb index bdcc7ecbf..4420f983f 100644 --- a/modules/browser/detect_simple_adblock/module.rb +++ b/modules/browser/detect_simple_adblock/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_toolbars/command.js b/modules/browser/detect_toolbars/command.js index 910112b90..db43321d2 100644 --- a/modules/browser/detect_toolbars/command.js +++ b/modules/browser/detect_toolbars/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_toolbars/config.yaml b/modules/browser/detect_toolbars/config.yaml index 16014013b..e0f911a93 100644 --- a/modules/browser/detect_toolbars/config.yaml +++ b/modules/browser/detect_toolbars/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_toolbars/module.rb b/modules/browser/detect_toolbars/module.rb index da83e7289..5bd9550ce 100644 --- a/modules/browser/detect_toolbars/module.rb +++ b/modules/browser/detect_toolbars/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_unity/command.js b/modules/browser/detect_unity/command.js index bcfc08582..a960de9ad 100644 --- a/modules/browser/detect_unity/command.js +++ b/modules/browser/detect_unity/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_unity/config.yaml b/modules/browser/detect_unity/config.yaml index 0119f3eb4..969da1b54 100644 --- a/modules/browser/detect_unity/config.yaml +++ b/modules/browser/detect_unity/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_unity/module.rb b/modules/browser/detect_unity/module.rb index dd6ac470f..3aeaf400f 100644 --- a/modules/browser/detect_unity/module.rb +++ b/modules/browser/detect_unity/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_unsafe_activex/command.js b/modules/browser/detect_unsafe_activex/command.js index 5e9d90965..fd4ca1ca2 100644 --- a/modules/browser/detect_unsafe_activex/command.js +++ b/modules/browser/detect_unsafe_activex/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_unsafe_activex/config.yaml b/modules/browser/detect_unsafe_activex/config.yaml index 22d13d65e..2e026cf7f 100644 --- a/modules/browser/detect_unsafe_activex/config.yaml +++ b/modules/browser/detect_unsafe_activex/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_unsafe_activex/module.rb b/modules/browser/detect_unsafe_activex/module.rb index 207290d3b..1710955b2 100644 --- a/modules/browser/detect_unsafe_activex/module.rb +++ b/modules/browser/detect_unsafe_activex/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_vlc/command.js b/modules/browser/detect_vlc/command.js index f208dd5d8..61f58a972 100644 --- a/modules/browser/detect_vlc/command.js +++ b/modules/browser/detect_vlc/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_vlc/config.yaml b/modules/browser/detect_vlc/config.yaml index 9230e0ddd..816a25851 100644 --- a/modules/browser/detect_vlc/config.yaml +++ b/modules/browser/detect_vlc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_vlc/module.rb b/modules/browser/detect_vlc/module.rb index d69e5db5c..db27b43be 100644 --- a/modules/browser/detect_vlc/module.rb +++ b/modules/browser/detect_vlc/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_wmp/command.js b/modules/browser/detect_wmp/command.js index 3bbdd476a..bbbb27aaf 100644 --- a/modules/browser/detect_wmp/command.js +++ b/modules/browser/detect_wmp/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_wmp/config.yaml b/modules/browser/detect_wmp/config.yaml index 50f3cd786..8e9efb4d2 100644 --- a/modules/browser/detect_wmp/config.yaml +++ b/modules/browser/detect_wmp/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_wmp/module.rb b/modules/browser/detect_wmp/module.rb index ff39892fa..d1b0ea6d3 100644 --- a/modules/browser/detect_wmp/module.rb +++ b/modules/browser/detect_wmp/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_visited_domains/command.js b/modules/browser/get_visited_domains/command.js index 8b7c71512..d666a28a2 100644 --- a/modules/browser/get_visited_domains/command.js +++ b/modules/browser/get_visited_domains/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/get_visited_domains/config.yaml b/modules/browser/get_visited_domains/config.yaml index 1b1092248..9c7b7aaeb 100644 --- a/modules/browser/get_visited_domains/config.yaml +++ b/modules/browser/get_visited_domains/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_visited_domains/module.rb b/modules/browser/get_visited_domains/module.rb index 947edf2d4..7eda6d6e9 100644 --- a/modules/browser/get_visited_domains/module.rb +++ b/modules/browser/get_visited_domains/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_visited_urls/command.js b/modules/browser/get_visited_urls/command.js index 8ff2c9e40..6d1d55102 100644 --- a/modules/browser/get_visited_urls/command.js +++ b/modules/browser/get_visited_urls/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/get_visited_urls/config.yaml b/modules/browser/get_visited_urls/config.yaml index 6b8830bd8..3a83e4d61 100644 --- a/modules/browser/get_visited_urls/config.yaml +++ b/modules/browser/get_visited_urls/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_visited_urls/module.rb b/modules/browser/get_visited_urls/module.rb index 1fd210568..6ab94cb46 100644 --- a/modules/browser/get_visited_urls/module.rb +++ b/modules/browser/get_visited_urls/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ajax_fingerprint/command.js b/modules/browser/hooked_domain/ajax_fingerprint/command.js index 15377c63b..28c7dc86e 100644 --- a/modules/browser/hooked_domain/ajax_fingerprint/command.js +++ b/modules/browser/hooked_domain/ajax_fingerprint/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ajax_fingerprint/config.yaml b/modules/browser/hooked_domain/ajax_fingerprint/config.yaml index 179e76d2f..82055c8f6 100644 --- a/modules/browser/hooked_domain/ajax_fingerprint/config.yaml +++ b/modules/browser/hooked_domain/ajax_fingerprint/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ajax_fingerprint/module.rb b/modules/browser/hooked_domain/ajax_fingerprint/module.rb index 1b772a861..2f57a5eff 100644 --- a/modules/browser/hooked_domain/ajax_fingerprint/module.rb +++ b/modules/browser/hooked_domain/ajax_fingerprint/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/alert_dialog/command.js b/modules/browser/hooked_domain/alert_dialog/command.js index 163f4c703..6e0d2e3bc 100644 --- a/modules/browser/hooked_domain/alert_dialog/command.js +++ b/modules/browser/hooked_domain/alert_dialog/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/alert_dialog/config.yaml b/modules/browser/hooked_domain/alert_dialog/config.yaml index 50c7e7102..a2ead72a8 100644 --- a/modules/browser/hooked_domain/alert_dialog/config.yaml +++ b/modules/browser/hooked_domain/alert_dialog/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/alert_dialog/module.rb b/modules/browser/hooked_domain/alert_dialog/module.rb index 575771b11..d4a8aa32a 100644 --- a/modules/browser/hooked_domain/alert_dialog/module.rb +++ b/modules/browser/hooked_domain/alert_dialog/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/clear_console/command.js b/modules/browser/hooked_domain/clear_console/command.js index 1fff666ad..66ed5ea20 100644 --- a/modules/browser/hooked_domain/clear_console/command.js +++ b/modules/browser/hooked_domain/clear_console/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/clear_console/config.yaml b/modules/browser/hooked_domain/clear_console/config.yaml index 74c4ad089..2d004ece6 100644 --- a/modules/browser/hooked_domain/clear_console/config.yaml +++ b/modules/browser/hooked_domain/clear_console/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/clear_console/module.rb b/modules/browser/hooked_domain/clear_console/module.rb index 2de94608d..588c47a99 100644 --- a/modules/browser/hooked_domain/clear_console/module.rb +++ b/modules/browser/hooked_domain/clear_console/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/deface_web_page/command.js b/modules/browser/hooked_domain/deface_web_page/command.js index 4747e6c5d..a3e60e065 100644 --- a/modules/browser/hooked_domain/deface_web_page/command.js +++ b/modules/browser/hooked_domain/deface_web_page/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/deface_web_page/config.yaml b/modules/browser/hooked_domain/deface_web_page/config.yaml index 953eff9e6..7dd02d926 100644 --- a/modules/browser/hooked_domain/deface_web_page/config.yaml +++ b/modules/browser/hooked_domain/deface_web_page/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/deface_web_page/module.rb b/modules/browser/hooked_domain/deface_web_page/module.rb index 18c4c1e99..1146bfd36 100644 --- a/modules/browser/hooked_domain/deface_web_page/module.rb +++ b/modules/browser/hooked_domain/deface_web_page/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/deface_web_page_component/command.js b/modules/browser/hooked_domain/deface_web_page_component/command.js index 23c6b4a6b..9448c1ff1 100644 --- a/modules/browser/hooked_domain/deface_web_page_component/command.js +++ b/modules/browser/hooked_domain/deface_web_page_component/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/deface_web_page_component/config.yaml b/modules/browser/hooked_domain/deface_web_page_component/config.yaml index a02429bfe..0f3b7f4ce 100644 --- a/modules/browser/hooked_domain/deface_web_page_component/config.yaml +++ b/modules/browser/hooked_domain/deface_web_page_component/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/deface_web_page_component/module.rb b/modules/browser/hooked_domain/deface_web_page_component/module.rb index 335e57a14..89c1700c9 100644 --- a/modules/browser/hooked_domain/deface_web_page_component/module.rb +++ b/modules/browser/hooked_domain/deface_web_page_component/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/disable_developer_tools/command.js b/modules/browser/hooked_domain/disable_developer_tools/command.js index fb7a061a8..300bebc4e 100644 --- a/modules/browser/hooked_domain/disable_developer_tools/command.js +++ b/modules/browser/hooked_domain/disable_developer_tools/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/disable_developer_tools/config.yaml b/modules/browser/hooked_domain/disable_developer_tools/config.yaml index bfb152bb9..cddd355b9 100644 --- a/modules/browser/hooked_domain/disable_developer_tools/config.yaml +++ b/modules/browser/hooked_domain/disable_developer_tools/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/disable_developer_tools/module.rb b/modules/browser/hooked_domain/disable_developer_tools/module.rb index c4c734b29..322bd1d6d 100644 --- a/modules/browser/hooked_domain/disable_developer_tools/module.rb +++ b/modules/browser/hooked_domain/disable_developer_tools/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_cookie/command.js b/modules/browser/hooked_domain/get_cookie/command.js index 674b15b4d..865f2c2fc 100644 --- a/modules/browser/hooked_domain/get_cookie/command.js +++ b/modules/browser/hooked_domain/get_cookie/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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_cookie/config.yaml b/modules/browser/hooked_domain/get_cookie/config.yaml index f12a8b6b0..d9394b81d 100644 --- a/modules/browser/hooked_domain/get_cookie/config.yaml +++ b/modules/browser/hooked_domain/get_cookie/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_cookie/module.rb b/modules/browser/hooked_domain/get_cookie/module.rb index c2b3dff68..d9e8d7490 100644 --- a/modules/browser/hooked_domain/get_cookie/module.rb +++ b/modules/browser/hooked_domain/get_cookie/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_form_values/command.js b/modules/browser/hooked_domain/get_form_values/command.js index 1e632ca00..f1ed4fc4d 100644 --- a/modules/browser/hooked_domain/get_form_values/command.js +++ b/modules/browser/hooked_domain/get_form_values/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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_form_values/config.yaml b/modules/browser/hooked_domain/get_form_values/config.yaml index 2594b29f3..2762559bf 100644 --- a/modules/browser/hooked_domain/get_form_values/config.yaml +++ b/modules/browser/hooked_domain/get_form_values/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_form_values/module.rb b/modules/browser/hooked_domain/get_form_values/module.rb index f74c433c6..060bfc459 100644 --- a/modules/browser/hooked_domain/get_form_values/module.rb +++ b/modules/browser/hooked_domain/get_form_values/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_local_storage/command.js b/modules/browser/hooked_domain/get_local_storage/command.js index 290956864..2bd1540a7 100644 --- a/modules/browser/hooked_domain/get_local_storage/command.js +++ b/modules/browser/hooked_domain/get_local_storage/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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_local_storage/config.yaml b/modules/browser/hooked_domain/get_local_storage/config.yaml index c68340987..1c4548d07 100644 --- a/modules/browser/hooked_domain/get_local_storage/config.yaml +++ b/modules/browser/hooked_domain/get_local_storage/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_local_storage/module.rb b/modules/browser/hooked_domain/get_local_storage/module.rb index 0ddc44eba..1b08f15f5 100644 --- a/modules/browser/hooked_domain/get_local_storage/module.rb +++ b/modules/browser/hooked_domain/get_local_storage/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/command.js b/modules/browser/hooked_domain/get_page_html/command.js index 0bc7628ee..238ba8151 100644 --- a/modules/browser/hooked_domain/get_page_html/command.js +++ b/modules/browser/hooked_domain/get_page_html/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/config.yaml b/modules/browser/hooked_domain/get_page_html/config.yaml index 36c5fc619..17cb9c347 100644 --- a/modules/browser/hooked_domain/get_page_html/config.yaml +++ b/modules/browser/hooked_domain/get_page_html/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/module.rb b/modules/browser/hooked_domain/get_page_html/module.rb index 1ef285440..101be559b 100644 --- a/modules/browser/hooked_domain/get_page_html/module.rb +++ b/modules/browser/hooked_domain/get_page_html/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_links/command.js b/modules/browser/hooked_domain/get_page_links/command.js index 113d8aafe..ac8a04fea 100644 --- a/modules/browser/hooked_domain/get_page_links/command.js +++ b/modules/browser/hooked_domain/get_page_links/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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_links/config.yaml b/modules/browser/hooked_domain/get_page_links/config.yaml index ddc5f215f..5039edb08 100644 --- a/modules/browser/hooked_domain/get_page_links/config.yaml +++ b/modules/browser/hooked_domain/get_page_links/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_links/module.rb b/modules/browser/hooked_domain/get_page_links/module.rb index be592ebdf..f363cbaa7 100644 --- a/modules/browser/hooked_domain/get_page_links/module.rb +++ b/modules/browser/hooked_domain/get_page_links/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_session_storage/command.js b/modules/browser/hooked_domain/get_session_storage/command.js index f56a4515b..801aebb01 100644 --- a/modules/browser/hooked_domain/get_session_storage/command.js +++ b/modules/browser/hooked_domain/get_session_storage/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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_session_storage/config.yaml b/modules/browser/hooked_domain/get_session_storage/config.yaml index 9b53b7dc6..c2f33a5db 100644 --- a/modules/browser/hooked_domain/get_session_storage/config.yaml +++ b/modules/browser/hooked_domain/get_session_storage/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_session_storage/module.rb b/modules/browser/hooked_domain/get_session_storage/module.rb index 2e23fee94..1ebc79920 100644 --- a/modules/browser/hooked_domain/get_session_storage/module.rb +++ b/modules/browser/hooked_domain/get_session_storage/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_stored_credentials/command.js b/modules/browser/hooked_domain/get_stored_credentials/command.js index 28a49859f..fff9195cf 100644 --- a/modules/browser/hooked_domain/get_stored_credentials/command.js +++ b/modules/browser/hooked_domain/get_stored_credentials/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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_stored_credentials/config.yaml b/modules/browser/hooked_domain/get_stored_credentials/config.yaml index 991ec4145..51987f57f 100644 --- a/modules/browser/hooked_domain/get_stored_credentials/config.yaml +++ b/modules/browser/hooked_domain/get_stored_credentials/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_stored_credentials/module.rb b/modules/browser/hooked_domain/get_stored_credentials/module.rb index 124d66444..321858761 100644 --- a/modules/browser/hooked_domain/get_stored_credentials/module.rb +++ b/modules/browser/hooked_domain/get_stored_credentials/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/link_rewrite/command.js b/modules/browser/hooked_domain/link_rewrite/command.js index 201a75814..9e5418174 100644 --- a/modules/browser/hooked_domain/link_rewrite/command.js +++ b/modules/browser/hooked_domain/link_rewrite/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/link_rewrite/config.yaml b/modules/browser/hooked_domain/link_rewrite/config.yaml index 4fca93906..61bda7f71 100644 --- a/modules/browser/hooked_domain/link_rewrite/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/link_rewrite/module.rb b/modules/browser/hooked_domain/link_rewrite/module.rb index 51ef85878..d6eda073c 100644 --- a/modules/browser/hooked_domain/link_rewrite/module.rb +++ b/modules/browser/hooked_domain/link_rewrite/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/link_rewrite_click_events/command.js b/modules/browser/hooked_domain/link_rewrite_click_events/command.js index c70edba7b..dc3fd488b 100644 --- a/modules/browser/hooked_domain/link_rewrite_click_events/command.js +++ b/modules/browser/hooked_domain/link_rewrite_click_events/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/link_rewrite_click_events/config.yaml b/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml index 884f44127..7a8851cda 100644 --- a/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/link_rewrite_click_events/module.rb b/modules/browser/hooked_domain/link_rewrite_click_events/module.rb index 0be715464..86a86862b 100644 --- a/modules/browser/hooked_domain/link_rewrite_click_events/module.rb +++ b/modules/browser/hooked_domain/link_rewrite_click_events/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/link_rewrite_sslstrip/command.js b/modules/browser/hooked_domain/link_rewrite_sslstrip/command.js index 161b4bdac..0593d433d 100644 --- a/modules/browser/hooked_domain/link_rewrite_sslstrip/command.js +++ b/modules/browser/hooked_domain/link_rewrite_sslstrip/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/link_rewrite_sslstrip/config.yaml b/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml index ce079e6e7..1dda68bc8 100644 --- a/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/link_rewrite_sslstrip/module.rb b/modules/browser/hooked_domain/link_rewrite_sslstrip/module.rb index 5ab340967..d1a18f23b 100644 --- a/modules/browser/hooked_domain/link_rewrite_sslstrip/module.rb +++ b/modules/browser/hooked_domain/link_rewrite_sslstrip/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/link_rewrite_tel/command.js b/modules/browser/hooked_domain/link_rewrite_tel/command.js index 18993b260..99903cb71 100644 --- a/modules/browser/hooked_domain/link_rewrite_tel/command.js +++ b/modules/browser/hooked_domain/link_rewrite_tel/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/link_rewrite_tel/config.yaml b/modules/browser/hooked_domain/link_rewrite_tel/config.yaml index d5b7bca09..bbf57e82a 100644 --- a/modules/browser/hooked_domain/link_rewrite_tel/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_tel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/link_rewrite_tel/module.rb b/modules/browser/hooked_domain/link_rewrite_tel/module.rb index 1821a158d..4d4f4df5f 100644 --- a/modules/browser/hooked_domain/link_rewrite_tel/module.rb +++ b/modules/browser/hooked_domain/link_rewrite_tel/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/mobilesafari_address_spoofing/command.js b/modules/browser/hooked_domain/mobilesafari_address_spoofing/command.js index 1720d9c27..cbaea9cb4 100644 --- a/modules/browser/hooked_domain/mobilesafari_address_spoofing/command.js +++ b/modules/browser/hooked_domain/mobilesafari_address_spoofing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/mobilesafari_address_spoofing/config.yaml b/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml index 9ae291a36..bf6ec65eb 100644 --- a/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml +++ b/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/mobilesafari_address_spoofing/module.rb b/modules/browser/hooked_domain/mobilesafari_address_spoofing/module.rb index 586d44ea8..3488c4ee7 100644 --- a/modules/browser/hooked_domain/mobilesafari_address_spoofing/module.rb +++ b/modules/browser/hooked_domain/mobilesafari_address_spoofing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/overflow_cookiejar/command.js b/modules/browser/hooked_domain/overflow_cookiejar/command.js index 9d00d5f21..9d8dd08de 100644 --- a/modules/browser/hooked_domain/overflow_cookiejar/command.js +++ b/modules/browser/hooked_domain/overflow_cookiejar/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/overflow_cookiejar/config.yaml b/modules/browser/hooked_domain/overflow_cookiejar/config.yaml index dc61abaee..dd55dc46f 100644 --- a/modules/browser/hooked_domain/overflow_cookiejar/config.yaml +++ b/modules/browser/hooked_domain/overflow_cookiejar/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/overflow_cookiejar/module.rb b/modules/browser/hooked_domain/overflow_cookiejar/module.rb index 6d9ebcfe5..836a30ec4 100644 --- a/modules/browser/hooked_domain/overflow_cookiejar/module.rb +++ b/modules/browser/hooked_domain/overflow_cookiejar/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/prompt_dialog/command.js b/modules/browser/hooked_domain/prompt_dialog/command.js index c672eced4..75d05ab6a 100644 --- a/modules/browser/hooked_domain/prompt_dialog/command.js +++ b/modules/browser/hooked_domain/prompt_dialog/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/prompt_dialog/config.yaml b/modules/browser/hooked_domain/prompt_dialog/config.yaml index 82813e1cb..5ad4e9348 100644 --- a/modules/browser/hooked_domain/prompt_dialog/config.yaml +++ b/modules/browser/hooked_domain/prompt_dialog/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/prompt_dialog/module.rb b/modules/browser/hooked_domain/prompt_dialog/module.rb index 6119ea4a7..1a051c695 100644 --- a/modules/browser/hooked_domain/prompt_dialog/module.rb +++ b/modules/browser/hooked_domain/prompt_dialog/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/replace_video/command.js b/modules/browser/hooked_domain/replace_video/command.js index f37c08360..8b3d30e4f 100644 --- a/modules/browser/hooked_domain/replace_video/command.js +++ b/modules/browser/hooked_domain/replace_video/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/replace_video/config.yaml b/modules/browser/hooked_domain/replace_video/config.yaml index e8afd0261..13489d16e 100644 --- a/modules/browser/hooked_domain/replace_video/config.yaml +++ b/modules/browser/hooked_domain/replace_video/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/replace_video/module.rb b/modules/browser/hooked_domain/replace_video/module.rb index ba5759193..2cff10c71 100644 --- a/modules/browser/hooked_domain/replace_video/module.rb +++ b/modules/browser/hooked_domain/replace_video/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/rickroll/command.js b/modules/browser/hooked_domain/rickroll/command.js index 6e4493f53..3c4a3a6b6 100644 --- a/modules/browser/hooked_domain/rickroll/command.js +++ b/modules/browser/hooked_domain/rickroll/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/rickroll/config.yaml b/modules/browser/hooked_domain/rickroll/config.yaml index b3eb21b74..0c2b7e303 100644 --- a/modules/browser/hooked_domain/rickroll/config.yaml +++ b/modules/browser/hooked_domain/rickroll/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/rickroll/module.rb b/modules/browser/hooked_domain/rickroll/module.rb index 253200c17..d336c240e 100644 --- a/modules/browser/hooked_domain/rickroll/module.rb +++ b/modules/browser/hooked_domain/rickroll/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/site_redirect/command.js b/modules/browser/hooked_domain/site_redirect/command.js index ad0c3b7a3..fa415b2f2 100644 --- a/modules/browser/hooked_domain/site_redirect/command.js +++ b/modules/browser/hooked_domain/site_redirect/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/site_redirect/config.yaml b/modules/browser/hooked_domain/site_redirect/config.yaml index 452162f72..e61f11b89 100644 --- a/modules/browser/hooked_domain/site_redirect/config.yaml +++ b/modules/browser/hooked_domain/site_redirect/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/site_redirect/module.rb b/modules/browser/hooked_domain/site_redirect/module.rb index 5464f5dc5..b6179be29 100644 --- a/modules/browser/hooked_domain/site_redirect/module.rb +++ b/modules/browser/hooked_domain/site_redirect/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/site_redirect_iframe/command.js b/modules/browser/hooked_domain/site_redirect_iframe/command.js index 301936a07..76a4d9125 100644 --- a/modules/browser/hooked_domain/site_redirect_iframe/command.js +++ b/modules/browser/hooked_domain/site_redirect_iframe/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/site_redirect_iframe/config.yaml b/modules/browser/hooked_domain/site_redirect_iframe/config.yaml index 1d9baa26b..e687dc515 100644 --- a/modules/browser/hooked_domain/site_redirect_iframe/config.yaml +++ b/modules/browser/hooked_domain/site_redirect_iframe/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/site_redirect_iframe/module.rb b/modules/browser/hooked_domain/site_redirect_iframe/module.rb index 2c0b0e54c..305ba0936 100644 --- a/modules/browser/hooked_domain/site_redirect_iframe/module.rb +++ b/modules/browser/hooked_domain/site_redirect_iframe/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/play_sound/command.js b/modules/browser/play_sound/command.js index 648a5b37a..5e5eb0e46 100644 --- a/modules/browser/play_sound/command.js +++ b/modules/browser/play_sound/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/play_sound/config.yaml b/modules/browser/play_sound/config.yaml index 870bdaf87..372a18a1e 100644 --- a/modules/browser/play_sound/config.yaml +++ b/modules/browser/play_sound/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/play_sound/module.rb b/modules/browser/play_sound/module.rb index 7a979908d..2b8220b00 100644 --- a/modules/browser/play_sound/module.rb +++ b/modules/browser/play_sound/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/remove_hook_element/command.js b/modules/browser/remove_hook_element/command.js index c7340f02f..9ceb3543c 100644 --- a/modules/browser/remove_hook_element/command.js +++ b/modules/browser/remove_hook_element/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/remove_hook_element/config.yaml b/modules/browser/remove_hook_element/config.yaml index 370faf88e..41e4d33ca 100644 --- a/modules/browser/remove_hook_element/config.yaml +++ b/modules/browser/remove_hook_element/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/remove_hook_element/module.rb b/modules/browser/remove_hook_element/module.rb index 23a83e908..fb6e21dd9 100644 --- a/modules/browser/remove_hook_element/module.rb +++ b/modules/browser/remove_hook_element/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/spyder_eye/command.js b/modules/browser/spyder_eye/command.js index 6656df7cb..a3c3f4686 100644 --- a/modules/browser/spyder_eye/command.js +++ b/modules/browser/spyder_eye/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/spyder_eye/config.yaml b/modules/browser/spyder_eye/config.yaml index 0abe1039e..649fe0a91 100644 --- a/modules/browser/spyder_eye/config.yaml +++ b/modules/browser/spyder_eye/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/spyder_eye/module.rb b/modules/browser/spyder_eye/module.rb index 0f391d217..007ac697d 100644 --- a/modules/browser/spyder_eye/module.rb +++ b/modules/browser/spyder_eye/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unhook/command.js b/modules/browser/unhook/command.js index 78dd31d09..4f4393dea 100644 --- a/modules/browser/unhook/command.js +++ b/modules/browser/unhook/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/unhook/config.yaml b/modules/browser/unhook/config.yaml index 0b684d346..42a4e61fa 100644 --- a/modules/browser/unhook/config.yaml +++ b/modules/browser/unhook/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unhook/module.rb b/modules/browser/unhook/module.rb index cc15caf02..a5309a705 100644 --- a/modules/browser/unhook/module.rb +++ b/modules/browser/unhook/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/webcam/command.js b/modules/browser/webcam/command.js index f7e217bf7..cef5490f7 100644 --- a/modules/browser/webcam/command.js +++ b/modules/browser/webcam/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/webcam/config.yaml b/modules/browser/webcam/config.yaml index 7e3889092..26da4ae2a 100644 --- a/modules/browser/webcam/config.yaml +++ b/modules/browser/webcam/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/webcam/module.rb b/modules/browser/webcam/module.rb index 9bf78a880..3cb087c0d 100644 --- a/modules/browser/webcam/module.rb +++ b/modules/browser/webcam/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/webcam_html5/command.js b/modules/browser/webcam_html5/command.js index 7eb75a5f9..7818a845c 100644 --- a/modules/browser/webcam_html5/command.js +++ b/modules/browser/webcam_html5/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/webcam_html5/config.yaml b/modules/browser/webcam_html5/config.yaml index dd8021f10..8f4de3f64 100644 --- a/modules/browser/webcam_html5/config.yaml +++ b/modules/browser/webcam_html5/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/webcam_html5/module.rb b/modules/browser/webcam_html5/module.rb index 233e56ee4..319b6a25a 100644 --- a/modules/browser/webcam_html5/module.rb +++ b/modules/browser/webcam_html5/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/webcam_permission_check/cameraCheck.as b/modules/browser/webcam_permission_check/cameraCheck.as index 65e05bb55..342d94303 100644 --- a/modules/browser/webcam_permission_check/cameraCheck.as +++ b/modules/browser/webcam_permission_check/cameraCheck.as @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/webcam_permission_check/command.js b/modules/browser/webcam_permission_check/command.js index 14eb04dd4..697e46e19 100644 --- a/modules/browser/webcam_permission_check/command.js +++ b/modules/browser/webcam_permission_check/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/webcam_permission_check/config.yaml b/modules/browser/webcam_permission_check/config.yaml index 1defb2610..ea527d874 100644 --- a/modules/browser/webcam_permission_check/config.yaml +++ b/modules/browser/webcam_permission_check/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/webcam_permission_check/module.rb b/modules/browser/webcam_permission_check/module.rb index 395cdd76d..7c3d5a75c 100644 --- a/modules/browser/webcam_permission_check/module.rb +++ b/modules/browser/webcam_permission_check/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/execute_tabs/command.js b/modules/chrome_extensions/execute_tabs/command.js index efc8e045b..807d1ad3d 100644 --- a/modules/chrome_extensions/execute_tabs/command.js +++ b/modules/chrome_extensions/execute_tabs/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/chrome_extensions/execute_tabs/config.yaml b/modules/chrome_extensions/execute_tabs/config.yaml index 3bdcc9ef8..5229dd814 100644 --- a/modules/chrome_extensions/execute_tabs/config.yaml +++ b/modules/chrome_extensions/execute_tabs/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/execute_tabs/module.rb b/modules/chrome_extensions/execute_tabs/module.rb index b307fc5bf..20afe3bdb 100644 --- a/modules/chrome_extensions/execute_tabs/module.rb +++ b/modules/chrome_extensions/execute_tabs/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/get_all_cookies/command.js b/modules/chrome_extensions/get_all_cookies/command.js index 9c06d1527..d42917e24 100755 --- a/modules/chrome_extensions/get_all_cookies/command.js +++ b/modules/chrome_extensions/get_all_cookies/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/chrome_extensions/get_all_cookies/config.yaml b/modules/chrome_extensions/get_all_cookies/config.yaml index b78519809..ee2741d02 100755 --- a/modules/chrome_extensions/get_all_cookies/config.yaml +++ b/modules/chrome_extensions/get_all_cookies/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/get_all_cookies/module.rb b/modules/chrome_extensions/get_all_cookies/module.rb index 88b29dad2..751f1665d 100755 --- a/modules/chrome_extensions/get_all_cookies/module.rb +++ b/modules/chrome_extensions/get_all_cookies/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/grab_google_contacts/command.js b/modules/chrome_extensions/grab_google_contacts/command.js index 2d1281b27..56a21459f 100644 --- a/modules/chrome_extensions/grab_google_contacts/command.js +++ b/modules/chrome_extensions/grab_google_contacts/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/chrome_extensions/grab_google_contacts/config.yaml b/modules/chrome_extensions/grab_google_contacts/config.yaml index 37d568842..5da977ddb 100644 --- a/modules/chrome_extensions/grab_google_contacts/config.yaml +++ b/modules/chrome_extensions/grab_google_contacts/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/grab_google_contacts/module.rb b/modules/chrome_extensions/grab_google_contacts/module.rb index 1af0fee41..a16936dc4 100644 --- a/modules/chrome_extensions/grab_google_contacts/module.rb +++ b/modules/chrome_extensions/grab_google_contacts/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/inject_beef/command.js b/modules/chrome_extensions/inject_beef/command.js index f1a9a771e..2d1ca6f49 100755 --- a/modules/chrome_extensions/inject_beef/command.js +++ b/modules/chrome_extensions/inject_beef/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/chrome_extensions/inject_beef/config.yaml b/modules/chrome_extensions/inject_beef/config.yaml index ca14f7dc6..d1ccc683c 100755 --- a/modules/chrome_extensions/inject_beef/config.yaml +++ b/modules/chrome_extensions/inject_beef/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/inject_beef/module.rb b/modules/chrome_extensions/inject_beef/module.rb index 5b0603b82..d94dd83d2 100755 --- a/modules/chrome_extensions/inject_beef/module.rb +++ b/modules/chrome_extensions/inject_beef/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/screenshot/command.js b/modules/chrome_extensions/screenshot/command.js index 2977f4ce5..bf4355e41 100755 --- a/modules/chrome_extensions/screenshot/command.js +++ b/modules/chrome_extensions/screenshot/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/chrome_extensions/screenshot/config.yaml b/modules/chrome_extensions/screenshot/config.yaml index eed21620e..6d708dec6 100755 --- a/modules/chrome_extensions/screenshot/config.yaml +++ b/modules/chrome_extensions/screenshot/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/screenshot/module.rb b/modules/chrome_extensions/screenshot/module.rb index 97de32770..a7408b6fc 100755 --- a/modules/chrome_extensions/screenshot/module.rb +++ b/modules/chrome_extensions/screenshot/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/send_gvoice_sms/command.js b/modules/chrome_extensions/send_gvoice_sms/command.js index d07d65511..cb6e90da4 100755 --- a/modules/chrome_extensions/send_gvoice_sms/command.js +++ b/modules/chrome_extensions/send_gvoice_sms/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/chrome_extensions/send_gvoice_sms/config.yaml b/modules/chrome_extensions/send_gvoice_sms/config.yaml index 70d1300a2..aed4f6e83 100755 --- a/modules/chrome_extensions/send_gvoice_sms/config.yaml +++ b/modules/chrome_extensions/send_gvoice_sms/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/chrome_extensions/send_gvoice_sms/module.rb b/modules/chrome_extensions/send_gvoice_sms/module.rb index 9eda170ca..d56c795d6 100755 --- a/modules/chrome_extensions/send_gvoice_sms/module.rb +++ b/modules/chrome_extensions/send_gvoice_sms/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_beef_debug/command.js b/modules/debug/test_beef_debug/command.js index a311e9a8c..9066a327b 100644 --- a/modules/debug/test_beef_debug/command.js +++ b/modules/debug/test_beef_debug/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_beef_debug/config.yaml b/modules/debug/test_beef_debug/config.yaml index a215dda8d..49ea6e8d6 100644 --- a/modules/debug/test_beef_debug/config.yaml +++ b/modules/debug/test_beef_debug/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_beef_debug/module.rb b/modules/debug/test_beef_debug/module.rb index 3f1cda520..16a3722c2 100644 --- a/modules/debug/test_beef_debug/module.rb +++ b/modules/debug/test_beef_debug/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_cors_request/command.js b/modules/debug/test_cors_request/command.js index f827017e5..689b027f3 100644 --- a/modules/debug/test_cors_request/command.js +++ b/modules/debug/test_cors_request/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_cors_request/config.yaml b/modules/debug/test_cors_request/config.yaml index d42232404..dfebc8852 100644 --- a/modules/debug/test_cors_request/config.yaml +++ b/modules/debug/test_cors_request/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_cors_request/module.rb b/modules/debug/test_cors_request/module.rb index 168284d31..27abaa920 100644 --- a/modules/debug/test_cors_request/module.rb +++ b/modules/debug/test_cors_request/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_dns_tunnel_client/command.js b/modules/debug/test_dns_tunnel_client/command.js index 14db87f85..c4ee2353d 100644 --- a/modules/debug/test_dns_tunnel_client/command.js +++ b/modules/debug/test_dns_tunnel_client/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_dns_tunnel_client/config.yaml b/modules/debug/test_dns_tunnel_client/config.yaml index c207748bc..7c9d71bc6 100644 --- a/modules/debug/test_dns_tunnel_client/config.yaml +++ b/modules/debug/test_dns_tunnel_client/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_dns_tunnel_client/module.rb b/modules/debug/test_dns_tunnel_client/module.rb index e804fd984..9c1aa7521 100644 --- a/modules/debug/test_dns_tunnel_client/module.rb +++ b/modules/debug/test_dns_tunnel_client/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_get_variable/command.js b/modules/debug/test_get_variable/command.js index 28a1bbe46..3bbdf24d8 100644 --- a/modules/debug/test_get_variable/command.js +++ b/modules/debug/test_get_variable/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_get_variable/config.yaml b/modules/debug/test_get_variable/config.yaml index b5226c0bd..6d2b38342 100644 --- a/modules/debug/test_get_variable/config.yaml +++ b/modules/debug/test_get_variable/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_get_variable/module.rb b/modules/debug/test_get_variable/module.rb index fa3e4296c..ef0154958 100644 --- a/modules/debug/test_get_variable/module.rb +++ b/modules/debug/test_get_variable/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_http_bind_raw/command.js b/modules/debug/test_http_bind_raw/command.js index bb20c45c8..bda46eb12 100644 --- a/modules/debug/test_http_bind_raw/command.js +++ b/modules/debug/test_http_bind_raw/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_http_bind_raw/config.yaml b/modules/debug/test_http_bind_raw/config.yaml index 7dacd5c5d..790245d9e 100644 --- a/modules/debug/test_http_bind_raw/config.yaml +++ b/modules/debug/test_http_bind_raw/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_http_bind_raw/module.rb b/modules/debug/test_http_bind_raw/module.rb index 66c6511ae..fcedf324e 100644 --- a/modules/debug/test_http_bind_raw/module.rb +++ b/modules/debug/test_http_bind_raw/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_http_redirect/command.js b/modules/debug/test_http_redirect/command.js index 5d369b6e1..65eeb0866 100644 --- a/modules/debug/test_http_redirect/command.js +++ b/modules/debug/test_http_redirect/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_http_redirect/config.yaml b/modules/debug/test_http_redirect/config.yaml index 9dc52954b..350272698 100644 --- a/modules/debug/test_http_redirect/config.yaml +++ b/modules/debug/test_http_redirect/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_http_redirect/module.rb b/modules/debug/test_http_redirect/module.rb index 4ebca5150..9def74b5c 100644 --- a/modules/debug/test_http_redirect/module.rb +++ b/modules/debug/test_http_redirect/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_network_request/command.js b/modules/debug/test_network_request/command.js index 838f30aac..fcd0dfb9e 100644 --- a/modules/debug/test_network_request/command.js +++ b/modules/debug/test_network_request/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_network_request/config.yaml b/modules/debug/test_network_request/config.yaml index 0fa4d5503..b761e2ce4 100644 --- a/modules/debug/test_network_request/config.yaml +++ b/modules/debug/test_network_request/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_network_request/module.rb b/modules/debug/test_network_request/module.rb index 21835c418..b886a693e 100644 --- a/modules/debug/test_network_request/module.rb +++ b/modules/debug/test_network_request/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_return_ascii_chars/command.js b/modules/debug/test_return_ascii_chars/command.js index 1392c935c..742ce1845 100644 --- a/modules/debug/test_return_ascii_chars/command.js +++ b/modules/debug/test_return_ascii_chars/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_return_ascii_chars/config.yaml b/modules/debug/test_return_ascii_chars/config.yaml index 61a76e2e6..aaa6a9a1b 100644 --- a/modules/debug/test_return_ascii_chars/config.yaml +++ b/modules/debug/test_return_ascii_chars/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_return_ascii_chars/module.rb b/modules/debug/test_return_ascii_chars/module.rb index 18233161f..53c14b623 100644 --- a/modules/debug/test_return_ascii_chars/module.rb +++ b/modules/debug/test_return_ascii_chars/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_return_image/command.js b/modules/debug/test_return_image/command.js index 5c311953e..c2d84a560 100644 --- a/modules/debug/test_return_image/command.js +++ b/modules/debug/test_return_image/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_return_image/config.yaml b/modules/debug/test_return_image/config.yaml index 48a9637d8..b11317dfb 100644 --- a/modules/debug/test_return_image/config.yaml +++ b/modules/debug/test_return_image/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_return_image/module.rb b/modules/debug/test_return_image/module.rb index 69d73b803..ea8126743 100644 --- a/modules/debug/test_return_image/module.rb +++ b/modules/debug/test_return_image/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_return_long_string/command.js b/modules/debug/test_return_long_string/command.js index 9b5696490..c60c04f55 100644 --- a/modules/debug/test_return_long_string/command.js +++ b/modules/debug/test_return_long_string/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/debug/test_return_long_string/config.yaml b/modules/debug/test_return_long_string/config.yaml index f9c7a59ea..a40ff617a 100644 --- a/modules/debug/test_return_long_string/config.yaml +++ b/modules/debug/test_return_long_string/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/debug/test_return_long_string/module.rb b/modules/debug/test_return_long_string/module.rb index 5347f6f98..7af225ec8 100644 --- a/modules/debug/test_return_long_string/module.rb +++ b/modules/debug/test_return_long_string/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_cookie_disclosure/command.js b/modules/exploits/apache_cookie_disclosure/command.js index 5079cebbf..a857087bc 100644 --- a/modules/exploits/apache_cookie_disclosure/command.js +++ b/modules/exploits/apache_cookie_disclosure/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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_cookie_disclosure/config.yaml b/modules/exploits/apache_cookie_disclosure/config.yaml index 2d8fd5af3..6b6090f09 100644 --- a/modules/exploits/apache_cookie_disclosure/config.yaml +++ b/modules/exploits/apache_cookie_disclosure/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_cookie_disclosure/module.rb b/modules/exploits/apache_cookie_disclosure/module.rb index 880b9605f..645009264 100644 --- a/modules/exploits/apache_cookie_disclosure/module.rb +++ b/modules/exploits/apache_cookie_disclosure/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/beefbind/beef_bind_exploits/active_fax_beef_bind/command.js b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/command.js index c3dbb806d..4517da963 100644 --- a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/command.js +++ b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml index f7549ae12..3f7fca094 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml +++ b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/beefbind/beef_bind_exploits/active_fax_beef_bind/module.rb b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/module.rb index 0ee1d5851..e1a380b86 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/module.rb +++ b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/beefbind/beef_bind_exploits/eudora_mail_beef_bind/command.js b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/command.js index 3c474485f..e22925ebb 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/command.js +++ b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/beefbind/beef_bind_exploits/eudora_mail_beef_bind/config.yaml b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/config.yaml index 2c287ced8..670d55d8f 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/config.yaml +++ b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/beefbind/beef_bind_exploits/eudora_mail_beef_bind/module.rb b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/module.rb index 96f38292a..7bee06d89 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/module.rb +++ b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/beefbind/beef_bind_shell/command.js b/modules/exploits/beefbind/beef_bind_shell/command.js index 09c2c28f1..f62a5e985 100755 --- a/modules/exploits/beefbind/beef_bind_shell/command.js +++ b/modules/exploits/beefbind/beef_bind_shell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/beefbind/beef_bind_shell/config.yaml b/modules/exploits/beefbind/beef_bind_shell/config.yaml index 1b832a7ca..e2821ac31 100755 --- a/modules/exploits/beefbind/beef_bind_shell/config.yaml +++ b/modules/exploits/beefbind/beef_bind_shell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/beefbind/beef_bind_shell/module.rb b/modules/exploits/beefbind/beef_bind_shell/module.rb index 517e831f7..26af0ee97 100755 --- a/modules/exploits/beefbind/beef_bind_shell/module.rb +++ b/modules/exploits/beefbind/beef_bind_shell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/beefbind/shellcode_sources/linux/x64/socket64.c b/modules/exploits/beefbind/shellcode_sources/linux/x64/socket64.c index 85c428ce5..54c9335a2 100755 --- a/modules/exploits/beefbind/shellcode_sources/linux/x64/socket64.c +++ b/modules/exploits/beefbind/shellcode_sources/linux/x64/socket64.c @@ -1,5 +1,5 @@ /** - Copyright (c) 2006-2016 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/beefbind/shellcode_sources/linux/x86/socket.c b/modules/exploits/beefbind/shellcode_sources/linux/x86/socket.c index b8578864d..7ac231c34 100644 --- a/modules/exploits/beefbind/shellcode_sources/linux/x86/socket.c +++ b/modules/exploits/beefbind/shellcode_sources/linux/x86/socket.c @@ -1,5 +1,5 @@ /** - Copyright (c) 2006-2016 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/beefbind/shellcode_sources/linux/x86/stage.nasm b/modules/exploits/beefbind/shellcode_sources/linux/x86/stage.nasm index e9ee92440..dacfedaf0 100644 --- a/modules/exploits/beefbind/shellcode_sources/linux/x86/stage.nasm +++ b/modules/exploits/beefbind/shellcode_sources/linux/x86/stage.nasm @@ -1,4 +1,4 @@ -; Copyright (c) 2006-2016 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/beefbind/shellcode_sources/linux/x86/stager.nasm b/modules/exploits/beefbind/shellcode_sources/linux/x86/stager.nasm index a0e5a27d7..b42408b94 100644 --- a/modules/exploits/beefbind/shellcode_sources/linux/x86/stager.nasm +++ b/modules/exploits/beefbind/shellcode_sources/linux/x86/stager.nasm @@ -1,4 +1,4 @@ -; Copyright (c) 2006-2016 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/beefbind/shellcode_sources/windows/socket.c b/modules/exploits/beefbind/shellcode_sources/windows/socket.c index e960d9afe..ebc2c70f7 100644 --- a/modules/exploits/beefbind/shellcode_sources/windows/socket.c +++ b/modules/exploits/beefbind/shellcode_sources/windows/socket.c @@ -1,5 +1,5 @@ /** - Copyright (c) 2006-2016 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/boastmachine_3_1_add_user_csrf/command.js b/modules/exploits/boastmachine_3_1_add_user_csrf/command.js index 8b9a4dc43..ba528e4d6 100644 --- a/modules/exploits/boastmachine_3_1_add_user_csrf/command.js +++ b/modules/exploits/boastmachine_3_1_add_user_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/boastmachine_3_1_add_user_csrf/config.yaml b/modules/exploits/boastmachine_3_1_add_user_csrf/config.yaml index 71089bb08..fd249923c 100644 --- a/modules/exploits/boastmachine_3_1_add_user_csrf/config.yaml +++ b/modules/exploits/boastmachine_3_1_add_user_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/boastmachine_3_1_add_user_csrf/module.rb b/modules/exploits/boastmachine_3_1_add_user_csrf/module.rb index 339b42905..2e4476c65 100644 --- a/modules/exploits/boastmachine_3_1_add_user_csrf/module.rb +++ b/modules/exploits/boastmachine_3_1_add_user_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/camera/airlive_ip_camera_csrf/command.js b/modules/exploits/camera/airlive_ip_camera_csrf/command.js index e5e5263f5..272a1daac 100644 --- a/modules/exploits/camera/airlive_ip_camera_csrf/command.js +++ b/modules/exploits/camera/airlive_ip_camera_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/camera/airlive_ip_camera_csrf/config.yaml b/modules/exploits/camera/airlive_ip_camera_csrf/config.yaml index 5182811dd..bc4f85cf4 100644 --- a/modules/exploits/camera/airlive_ip_camera_csrf/config.yaml +++ b/modules/exploits/camera/airlive_ip_camera_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/camera/airlive_ip_camera_csrf/module.rb b/modules/exploits/camera/airlive_ip_camera_csrf/module.rb index 669303bcd..bdfceaeca 100644 --- a/modules/exploits/camera/airlive_ip_camera_csrf/module.rb +++ b/modules/exploits/camera/airlive_ip_camera_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/camera/dlink_dcs_series_csrf/command.js b/modules/exploits/camera/dlink_dcs_series_csrf/command.js index 95d76c198..005fd74e5 100644 --- a/modules/exploits/camera/dlink_dcs_series_csrf/command.js +++ b/modules/exploits/camera/dlink_dcs_series_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/camera/dlink_dcs_series_csrf/config.yaml b/modules/exploits/camera/dlink_dcs_series_csrf/config.yaml index c92103e35..2ce9f3d69 100644 --- a/modules/exploits/camera/dlink_dcs_series_csrf/config.yaml +++ b/modules/exploits/camera/dlink_dcs_series_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/camera/dlink_dcs_series_csrf/module.rb b/modules/exploits/camera/dlink_dcs_series_csrf/module.rb index a62271c54..a483c9adc 100644 --- a/modules/exploits/camera/dlink_dcs_series_csrf/module.rb +++ b/modules/exploits/camera/dlink_dcs_series_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/camera/linksys_wvc_wireless_camera_csrf/command.js b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/command.js index b69a1445c..7de4f7181 100644 --- a/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/command.js +++ b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/camera/linksys_wvc_wireless_camera_csrf/config.yaml b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/config.yaml index c65faec72..97f1e1f3f 100644 --- a/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/config.yaml +++ b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/camera/linksys_wvc_wireless_camera_csrf/module.rb b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/module.rb index 363bfe14f..03df273c8 100644 --- a/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/module.rb +++ b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/coldfusion_dir_traversal_exploit/command.js b/modules/exploits/coldfusion_dir_traversal_exploit/command.js index f5c92aceb..80f634c83 100644 --- a/modules/exploits/coldfusion_dir_traversal_exploit/command.js +++ b/modules/exploits/coldfusion_dir_traversal_exploit/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/coldfusion_dir_traversal_exploit/config.yaml b/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml index cbd119960..f8689193e 100644 --- a/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml +++ b/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/coldfusion_dir_traversal_exploit/module.rb b/modules/exploits/coldfusion_dir_traversal_exploit/module.rb index 354685594..88e54e800 100644 --- a/modules/exploits/coldfusion_dir_traversal_exploit/module.rb +++ b/modules/exploits/coldfusion_dir_traversal_exploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extract_cmd_exec/command.js b/modules/exploits/extract_cmd_exec/command.js index 111421b52..d7482b3c9 100644 --- a/modules/exploits/extract_cmd_exec/command.js +++ b/modules/exploits/extract_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/extract_cmd_exec/config.yaml b/modules/exploits/extract_cmd_exec/config.yaml index 0d20563e4..3cd8c06e1 100644 --- a/modules/exploits/extract_cmd_exec/config.yaml +++ b/modules/exploits/extract_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/extract_cmd_exec/module.rb b/modules/exploits/extract_cmd_exec/module.rb index f58240158..349141db0 100644 --- a/modules/exploits/extract_cmd_exec/module.rb +++ b/modules/exploits/extract_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/command.js b/modules/exploits/firephp/command.js index 278b7b517..32c0330bc 100644 --- a/modules/exploits/firephp/command.js +++ b/modules/exploits/firephp/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/module.rb b/modules/exploits/firephp/module.rb index 73a23edd7..e51ec1b03 100644 --- a/modules/exploits/firephp/module.rb +++ b/modules/exploits/firephp/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/glassfish_war_upload_xsrf/command.js b/modules/exploits/glassfish_war_upload_xsrf/command.js index d0474a654..c6c0be84b 100644 --- a/modules/exploits/glassfish_war_upload_xsrf/command.js +++ b/modules/exploits/glassfish_war_upload_xsrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/glassfish_war_upload_xsrf/config.yaml b/modules/exploits/glassfish_war_upload_xsrf/config.yaml index fed2044da..7805e14ce 100644 --- a/modules/exploits/glassfish_war_upload_xsrf/config.yaml +++ b/modules/exploits/glassfish_war_upload_xsrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/glassfish_war_upload_xsrf/module.rb b/modules/exploits/glassfish_war_upload_xsrf/module.rb index 0cfb9ebb6..6006b4a55 100644 --- a/modules/exploits/glassfish_war_upload_xsrf/module.rb +++ b/modules/exploits/glassfish_war_upload_xsrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/groovyshell_server_cmd_exec/command.js b/modules/exploits/groovyshell_server_cmd_exec/command.js index 8bd326701..750875a47 100644 --- a/modules/exploits/groovyshell_server_cmd_exec/command.js +++ b/modules/exploits/groovyshell_server_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/groovyshell_server_cmd_exec/config.yaml b/modules/exploits/groovyshell_server_cmd_exec/config.yaml index 6359c1eed..dcd6cf306 100644 --- a/modules/exploits/groovyshell_server_cmd_exec/config.yaml +++ b/modules/exploits/groovyshell_server_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/groovyshell_server_cmd_exec/module.rb b/modules/exploits/groovyshell_server_cmd_exec/module.rb index cba4be6a2..b3002f0a7 100644 --- a/modules/exploits/groovyshell_server_cmd_exec/module.rb +++ b/modules/exploits/groovyshell_server_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/hp_ucmdb_add_user_csrf/command.js b/modules/exploits/hp_ucmdb_add_user_csrf/command.js index c9fdb687c..77cff712a 100644 --- a/modules/exploits/hp_ucmdb_add_user_csrf/command.js +++ b/modules/exploits/hp_ucmdb_add_user_csrf/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/hp_ucmdb_add_user_csrf/config.yaml b/modules/exploits/hp_ucmdb_add_user_csrf/config.yaml index 2a8527d1b..c98d66e58 100644 --- a/modules/exploits/hp_ucmdb_add_user_csrf/config.yaml +++ b/modules/exploits/hp_ucmdb_add_user_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/hp_ucmdb_add_user_csrf/module.rb b/modules/exploits/hp_ucmdb_add_user_csrf/module.rb index 3fc5c2699..0870e5582 100644 --- a/modules/exploits/hp_ucmdb_add_user_csrf/module.rb +++ b/modules/exploits/hp_ucmdb_add_user_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/jboss_jmx_upload_exploit/command.js b/modules/exploits/jboss_jmx_upload_exploit/command.js index de27b2c56..fd16ff313 100644 --- a/modules/exploits/jboss_jmx_upload_exploit/command.js +++ b/modules/exploits/jboss_jmx_upload_exploit/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/jboss_jmx_upload_exploit/config.yaml b/modules/exploits/jboss_jmx_upload_exploit/config.yaml index 862bdbb7f..f403e7ca3 100644 --- a/modules/exploits/jboss_jmx_upload_exploit/config.yaml +++ b/modules/exploits/jboss_jmx_upload_exploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/jboss_jmx_upload_exploit/module.rb b/modules/exploits/jboss_jmx_upload_exploit/module.rb index 359b2e805..0949d2eb6 100644 --- a/modules/exploits/jboss_jmx_upload_exploit/module.rb +++ b/modules/exploits/jboss_jmx_upload_exploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/jenkins_groovy_code_exec/command.js b/modules/exploits/jenkins_groovy_code_exec/command.js index f018cf70a..4327cf6e4 100644 --- a/modules/exploits/jenkins_groovy_code_exec/command.js +++ b/modules/exploits/jenkins_groovy_code_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/jenkins_groovy_code_exec/config.yaml b/modules/exploits/jenkins_groovy_code_exec/config.yaml index 1e6015661..44b1d735f 100644 --- a/modules/exploits/jenkins_groovy_code_exec/config.yaml +++ b/modules/exploits/jenkins_groovy_code_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/jenkins_groovy_code_exec/module.rb b/modules/exploits/jenkins_groovy_code_exec/module.rb index c07c87e91..7458fac3d 100644 --- a/modules/exploits/jenkins_groovy_code_exec/module.rb +++ b/modules/exploits/jenkins_groovy_code_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/activex_command_execution/command.js b/modules/exploits/local_host/activex_command_execution/command.js index fe016340e..8d2afeca2 100755 --- a/modules/exploits/local_host/activex_command_execution/command.js +++ b/modules/exploits/local_host/activex_command_execution/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/local_host/activex_command_execution/config.yaml b/modules/exploits/local_host/activex_command_execution/config.yaml index 4f444bfbc..2702c6549 100755 --- a/modules/exploits/local_host/activex_command_execution/config.yaml +++ b/modules/exploits/local_host/activex_command_execution/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/activex_command_execution/module.rb b/modules/exploits/local_host/activex_command_execution/module.rb index 868e8055b..170fde216 100755 --- a/modules/exploits/local_host/activex_command_execution/module.rb +++ b/modules/exploits/local_host/activex_command_execution/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/ie_ms12_004_midi/command.js b/modules/exploits/local_host/ie_ms12_004_midi/command.js index 39e1fef57..9400d9f7a 100644 --- a/modules/exploits/local_host/ie_ms12_004_midi/command.js +++ b/modules/exploits/local_host/ie_ms12_004_midi/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/local_host/ie_ms12_004_midi/config.yaml b/modules/exploits/local_host/ie_ms12_004_midi/config.yaml index beb15ec9e..292626822 100644 --- a/modules/exploits/local_host/ie_ms12_004_midi/config.yaml +++ b/modules/exploits/local_host/ie_ms12_004_midi/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/ie_ms12_004_midi/ie_ms12_004_midi.html b/modules/exploits/local_host/ie_ms12_004_midi/ie_ms12_004_midi.html deleted file mode 100644 index 9a54fbaae..000000000 --- a/modules/exploits/local_host/ie_ms12_004_midi/ie_ms12_004_midi.html +++ /dev/null @@ -1,1122 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/modules/exploits/local_host/ie_ms12_004_midi/ie_ms12_004_midi.mid b/modules/exploits/local_host/ie_ms12_004_midi/ie_ms12_004_midi.mid deleted file mode 100644 index cc90414b4..000000000 Binary files a/modules/exploits/local_host/ie_ms12_004_midi/ie_ms12_004_midi.mid and /dev/null differ diff --git a/modules/exploits/local_host/ie_ms12_004_midi/module.rb b/modules/exploits/local_host/ie_ms12_004_midi/module.rb index a3691b846..4c965d1a1 100644 --- a/modules/exploits/local_host/ie_ms12_004_midi/module.rb +++ b/modules/exploits/local_host/ie_ms12_004_midi/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/ie_ms13_069_caret/command.js b/modules/exploits/local_host/ie_ms13_069_caret/command.js index a6364e248..a53809cda 100644 --- a/modules/exploits/local_host/ie_ms13_069_caret/command.js +++ b/modules/exploits/local_host/ie_ms13_069_caret/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/local_host/ie_ms13_069_caret/config.yaml b/modules/exploits/local_host/ie_ms13_069_caret/config.yaml index e91cf9cd6..9640d7854 100644 --- a/modules/exploits/local_host/ie_ms13_069_caret/config.yaml +++ b/modules/exploits/local_host/ie_ms13_069_caret/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/ie_ms13_069_caret/module.rb b/modules/exploits/local_host/ie_ms13_069_caret/module.rb index 055f70eb1..3e4ec5aa1 100644 --- a/modules/exploits/local_host/ie_ms13_069_caret/module.rb +++ b/modules/exploits/local_host/ie_ms13_069_caret/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/java_payload/command.js b/modules/exploits/local_host/java_payload/command.js index 824e9ec40..84327e9b5 100755 --- a/modules/exploits/local_host/java_payload/command.js +++ b/modules/exploits/local_host/java_payload/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/local_host/java_payload/config.yaml b/modules/exploits/local_host/java_payload/config.yaml index b0b0c8c70..2f59f73cf 100755 --- a/modules/exploits/local_host/java_payload/config.yaml +++ b/modules/exploits/local_host/java_payload/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/java_payload/module.rb b/modules/exploits/local_host/java_payload/module.rb index 5b8058f36..c3f49c68c 100755 --- a/modules/exploits/local_host/java_payload/module.rb +++ b/modules/exploits/local_host/java_payload/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/mozilla_nsiprocess_interface/command.js b/modules/exploits/local_host/mozilla_nsiprocess_interface/command.js index e5c06c866..999ed1899 100644 --- a/modules/exploits/local_host/mozilla_nsiprocess_interface/command.js +++ b/modules/exploits/local_host/mozilla_nsiprocess_interface/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/local_host/mozilla_nsiprocess_interface/config.yaml b/modules/exploits/local_host/mozilla_nsiprocess_interface/config.yaml index 3399e353d..808dc2e26 100644 --- a/modules/exploits/local_host/mozilla_nsiprocess_interface/config.yaml +++ b/modules/exploits/local_host/mozilla_nsiprocess_interface/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/mozilla_nsiprocess_interface/module.rb b/modules/exploits/local_host/mozilla_nsiprocess_interface/module.rb index 13f1bb78e..6a545f6b3 100644 --- a/modules/exploits/local_host/mozilla_nsiprocess_interface/module.rb +++ b/modules/exploits/local_host/mozilla_nsiprocess_interface/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/safari_launch_app/command.js b/modules/exploits/local_host/safari_launch_app/command.js index be4c60159..ae307d82f 100755 --- a/modules/exploits/local_host/safari_launch_app/command.js +++ b/modules/exploits/local_host/safari_launch_app/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/local_host/safari_launch_app/config.yaml b/modules/exploits/local_host/safari_launch_app/config.yaml index 9465c6f4f..b646424bd 100755 --- a/modules/exploits/local_host/safari_launch_app/config.yaml +++ b/modules/exploits/local_host/safari_launch_app/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/safari_launch_app/module.rb b/modules/exploits/local_host/safari_launch_app/module.rb index 40a3a7b9c..f0e6b1384 100755 --- a/modules/exploits/local_host/safari_launch_app/module.rb +++ b/modules/exploits/local_host/safari_launch_app/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/signed_applet_dropper/applet/SM.java b/modules/exploits/local_host/signed_applet_dropper/applet/SM.java index eab06f278..06656a443 100755 --- a/modules/exploits/local_host/signed_applet_dropper/applet/SM.java +++ b/modules/exploits/local_host/signed_applet_dropper/applet/SM.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * * author: antisnatchor diff --git a/modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java b/modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java index a94683b8f..706ed7268 100755 --- a/modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java +++ b/modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2017 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * * author: antisnatchor diff --git a/modules/exploits/local_host/signed_applet_dropper/command.js b/modules/exploits/local_host/signed_applet_dropper/command.js index 0cfcfd456..38836324d 100755 --- a/modules/exploits/local_host/signed_applet_dropper/command.js +++ b/modules/exploits/local_host/signed_applet_dropper/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/local_host/signed_applet_dropper/config.yaml b/modules/exploits/local_host/signed_applet_dropper/config.yaml index 7ba6be4ad..d484287ec 100755 --- a/modules/exploits/local_host/signed_applet_dropper/config.yaml +++ b/modules/exploits/local_host/signed_applet_dropper/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/signed_applet_dropper/module.rb b/modules/exploits/local_host/signed_applet_dropper/module.rb index 45baad2ef..9c4ee163c 100755 --- a/modules/exploits/local_host/signed_applet_dropper/module.rb +++ b/modules/exploits/local_host/signed_applet_dropper/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/window_mail_client_dos/command.js b/modules/exploits/local_host/window_mail_client_dos/command.js index 29a0aab6a..b599348f1 100644 --- a/modules/exploits/local_host/window_mail_client_dos/command.js +++ b/modules/exploits/local_host/window_mail_client_dos/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/local_host/window_mail_client_dos/config.yaml b/modules/exploits/local_host/window_mail_client_dos/config.yaml index 020358db5..ebcfd0fac 100644 --- a/modules/exploits/local_host/window_mail_client_dos/config.yaml +++ b/modules/exploits/local_host/window_mail_client_dos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/local_host/window_mail_client_dos/module.rb b/modules/exploits/local_host/window_mail_client_dos/module.rb index 3e82efd98..a3c738598 100644 --- a/modules/exploits/local_host/window_mail_client_dos/module.rb +++ b/modules/exploits/local_host/window_mail_client_dos/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/m0n0wall/command.js b/modules/exploits/m0n0wall/command.js index 71b5a3c12..f06f0b742 100644 --- a/modules/exploits/m0n0wall/command.js +++ b/modules/exploits/m0n0wall/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/m0n0wall/config.yaml b/modules/exploits/m0n0wall/config.yaml index 6cb86fa34..a243c75f8 100644 --- a/modules/exploits/m0n0wall/config.yaml +++ b/modules/exploits/m0n0wall/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/m0n0wall/module.rb b/modules/exploits/m0n0wall/module.rb index 02db6e720..89a6ab813 100644 --- a/modules/exploits/m0n0wall/module.rb +++ b/modules/exploits/m0n0wall/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/nas/dlink_sharecenter_cmd_exec/command.js b/modules/exploits/nas/dlink_sharecenter_cmd_exec/command.js index ace6620cb..8875b4410 100644 --- a/modules/exploits/nas/dlink_sharecenter_cmd_exec/command.js +++ b/modules/exploits/nas/dlink_sharecenter_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/nas/dlink_sharecenter_cmd_exec/config.yaml b/modules/exploits/nas/dlink_sharecenter_cmd_exec/config.yaml index c17ccdf07..df85e6fba 100644 --- a/modules/exploits/nas/dlink_sharecenter_cmd_exec/config.yaml +++ b/modules/exploits/nas/dlink_sharecenter_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/nas/dlink_sharecenter_cmd_exec/module.rb b/modules/exploits/nas/dlink_sharecenter_cmd_exec/module.rb index 71680a10c..5e0e2b3fa 100644 --- a/modules/exploits/nas/dlink_sharecenter_cmd_exec/module.rb +++ b/modules/exploits/nas/dlink_sharecenter_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/nas/freenas_reverse_root_shell_csrf/command.js b/modules/exploits/nas/freenas_reverse_root_shell_csrf/command.js index 9f2ade999..7c360c982 100644 --- a/modules/exploits/nas/freenas_reverse_root_shell_csrf/command.js +++ b/modules/exploits/nas/freenas_reverse_root_shell_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/nas/freenas_reverse_root_shell_csrf/config.yaml b/modules/exploits/nas/freenas_reverse_root_shell_csrf/config.yaml index aecda2616..de159d69f 100644 --- a/modules/exploits/nas/freenas_reverse_root_shell_csrf/config.yaml +++ b/modules/exploits/nas/freenas_reverse_root_shell_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/nas/freenas_reverse_root_shell_csrf/module.rb b/modules/exploits/nas/freenas_reverse_root_shell_csrf/module.rb index a013eef5b..b35ada963 100644 --- a/modules/exploits/nas/freenas_reverse_root_shell_csrf/module.rb +++ b/modules/exploits/nas/freenas_reverse_root_shell_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/opencart_reset_password/command.js b/modules/exploits/opencart_reset_password/command.js index 73d10c5e4..914f38584 100644 --- a/modules/exploits/opencart_reset_password/command.js +++ b/modules/exploits/opencart_reset_password/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/opencart_reset_password/config.yaml b/modules/exploits/opencart_reset_password/config.yaml index fa9d523c9..b65d234fa 100644 --- a/modules/exploits/opencart_reset_password/config.yaml +++ b/modules/exploits/opencart_reset_password/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/opencart_reset_password/module.rb b/modules/exploits/opencart_reset_password/module.rb index 6c85b0ca0..b86f96698 100644 --- a/modules/exploits/opencart_reset_password/module.rb +++ b/modules/exploits/opencart_reset_password/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/pfsense/command.js b/modules/exploits/pfsense/command.js index 260a432c0..a49ab4f03 100644 --- a/modules/exploits/pfsense/command.js +++ b/modules/exploits/pfsense/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/pfsense/config.yaml b/modules/exploits/pfsense/config.yaml index 158db2def..311b4c5a9 100644 --- a/modules/exploits/pfsense/config.yaml +++ b/modules/exploits/pfsense/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/pfsense/module.rb b/modules/exploits/pfsense/module.rb index e91f380a5..e073d1b23 100644 --- a/modules/exploits/pfsense/module.rb +++ b/modules/exploits/pfsense/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/php-5.3.9-dos/command.js b/modules/exploits/php-5.3.9-dos/command.js index bf4a8f098..1fa40d43a 100644 --- a/modules/exploits/php-5.3.9-dos/command.js +++ b/modules/exploits/php-5.3.9-dos/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/php-5.3.9-dos/config.yaml b/modules/exploits/php-5.3.9-dos/config.yaml index d6dbab20c..9895118f3 100644 --- a/modules/exploits/php-5.3.9-dos/config.yaml +++ b/modules/exploits/php-5.3.9-dos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/php-5.3.9-dos/module.rb b/modules/exploits/php-5.3.9-dos/module.rb index f645c91c7..d49d02473 100644 --- a/modules/exploits/php-5.3.9-dos/module.rb +++ b/modules/exploits/php-5.3.9-dos/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/qnx_qconn_command_execution/command.js b/modules/exploits/qnx_qconn_command_execution/command.js index 4107d4dcd..a221b4d68 100644 --- a/modules/exploits/qnx_qconn_command_execution/command.js +++ b/modules/exploits/qnx_qconn_command_execution/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/qnx_qconn_command_execution/config.yaml b/modules/exploits/qnx_qconn_command_execution/config.yaml index 6ea9b1f82..c4742248c 100644 --- a/modules/exploits/qnx_qconn_command_execution/config.yaml +++ b/modules/exploits/qnx_qconn_command_execution/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/qnx_qconn_command_execution/module.rb b/modules/exploits/qnx_qconn_command_execution/module.rb index f0688b16c..f622b9754 100644 --- a/modules/exploits/qnx_qconn_command_execution/module.rb +++ b/modules/exploits/qnx_qconn_command_execution/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/resource_exhaustion_dos/command.js b/modules/exploits/resource_exhaustion_dos/command.js index 3f685e98a..4e436e7e4 100644 --- a/modules/exploits/resource_exhaustion_dos/command.js +++ b/modules/exploits/resource_exhaustion_dos/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/resource_exhaustion_dos/config.yaml b/modules/exploits/resource_exhaustion_dos/config.yaml index 3a2f2a6b3..17a682bde 100644 --- a/modules/exploits/resource_exhaustion_dos/config.yaml +++ b/modules/exploits/resource_exhaustion_dos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/resource_exhaustion_dos/module.rb b/modules/exploits/resource_exhaustion_dos/module.rb index 5cc654d55..8b75e924b 100644 --- a/modules/exploits/resource_exhaustion_dos/module.rb +++ b/modules/exploits/resource_exhaustion_dos/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/rfi_scanner/command.js b/modules/exploits/rfi_scanner/command.js index 362ad0268..1a2716da4 100644 --- a/modules/exploits/rfi_scanner/command.js +++ b/modules/exploits/rfi_scanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/rfi_scanner/config.yaml b/modules/exploits/rfi_scanner/config.yaml index c724022f8..7611b4e13 100644 --- a/modules/exploits/rfi_scanner/config.yaml +++ b/modules/exploits/rfi_scanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/rfi_scanner/module.rb b/modules/exploits/rfi_scanner/module.rb index 8a7a3866b..f70319d5e 100644 --- a/modules/exploits/rfi_scanner/module.rb +++ b/modules/exploits/rfi_scanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/3com_officeconnect_cmd_exec/command.js b/modules/exploits/router/3com_officeconnect_cmd_exec/command.js index 6341a8427..f9780d558 100644 --- a/modules/exploits/router/3com_officeconnect_cmd_exec/command.js +++ b/modules/exploits/router/3com_officeconnect_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/3com_officeconnect_cmd_exec/config.yaml b/modules/exploits/router/3com_officeconnect_cmd_exec/config.yaml index c0d67316a..5ab73b0be 100644 --- a/modules/exploits/router/3com_officeconnect_cmd_exec/config.yaml +++ b/modules/exploits/router/3com_officeconnect_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/3com_officeconnect_cmd_exec/module.rb b/modules/exploits/router/3com_officeconnect_cmd_exec/module.rb index a57262067..bab98392b 100644 --- a/modules/exploits/router/3com_officeconnect_cmd_exec/module.rb +++ b/modules/exploits/router/3com_officeconnect_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/actiontec_q1000_csrf/command.js b/modules/exploits/router/actiontec_q1000_csrf/command.js index c9f9953b5..62a4760e7 100644 --- a/modules/exploits/router/actiontec_q1000_csrf/command.js +++ b/modules/exploits/router/actiontec_q1000_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/actiontec_q1000_csrf/config.yaml b/modules/exploits/router/actiontec_q1000_csrf/config.yaml index 0d44f00e6..e6bf04762 100644 --- a/modules/exploits/router/actiontec_q1000_csrf/config.yaml +++ b/modules/exploits/router/actiontec_q1000_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/actiontec_q1000_csrf/module.rb b/modules/exploits/router/actiontec_q1000_csrf/module.rb index 8e463feda..5683921ff 100644 --- a/modules/exploits/router/actiontec_q1000_csrf/module.rb +++ b/modules/exploits/router/actiontec_q1000_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/asmax_ar804gu_cmd_exec/command.js b/modules/exploits/router/asmax_ar804gu_cmd_exec/command.js index 9cee7599c..befa2860c 100644 --- a/modules/exploits/router/asmax_ar804gu_cmd_exec/command.js +++ b/modules/exploits/router/asmax_ar804gu_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/asmax_ar804gu_cmd_exec/config.yaml b/modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml index 3ab520b97..86e69aac0 100644 --- a/modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml +++ b/modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/asmax_ar804gu_cmd_exec/module.rb b/modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb index 7cb865c1a..e531cabd6 100644 --- a/modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb +++ b/modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/asus_dslx11_dns_hijack/command.js b/modules/exploits/router/asus_dslx11_dns_hijack/command.js index b004a660c..fad40c0cc 100644 --- a/modules/exploits/router/asus_dslx11_dns_hijack/command.js +++ b/modules/exploits/router/asus_dslx11_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/asus_dslx11_dns_hijack/config.yaml b/modules/exploits/router/asus_dslx11_dns_hijack/config.yaml index c8c900bd9..16be68370 100644 --- a/modules/exploits/router/asus_dslx11_dns_hijack/config.yaml +++ b/modules/exploits/router/asus_dslx11_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/asus_dslx11_dns_hijack/module.rb b/modules/exploits/router/asus_dslx11_dns_hijack/module.rb index 6aa4cbac3..7c379764a 100644 --- a/modules/exploits/router/asus_dslx11_dns_hijack/module.rb +++ b/modules/exploits/router/asus_dslx11_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/asus_rt_n12e_get_info/command.js b/modules/exploits/router/asus_rt_n12e_get_info/command.js index 8dc81720a..5056433fd 100644 --- a/modules/exploits/router/asus_rt_n12e_get_info/command.js +++ b/modules/exploits/router/asus_rt_n12e_get_info/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/asus_rt_n12e_get_info/config.yaml b/modules/exploits/router/asus_rt_n12e_get_info/config.yaml index e72ae96d9..ab3a3b988 100644 --- a/modules/exploits/router/asus_rt_n12e_get_info/config.yaml +++ b/modules/exploits/router/asus_rt_n12e_get_info/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/asus_rt_n12e_get_info/module.rb b/modules/exploits/router/asus_rt_n12e_get_info/module.rb index 7b9f1f6f7..fa38808a8 100644 --- a/modules/exploits/router/asus_rt_n12e_get_info/module.rb +++ b/modules/exploits/router/asus_rt_n12e_get_info/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/asus_rt_n66u_cmd_exec/command.js b/modules/exploits/router/asus_rt_n66u_cmd_exec/command.js index da96bf2d0..7f7eaf13f 100755 --- a/modules/exploits/router/asus_rt_n66u_cmd_exec/command.js +++ b/modules/exploits/router/asus_rt_n66u_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/asus_rt_n66u_cmd_exec/config.yaml b/modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml index c33c14a4f..a39ebe441 100755 --- a/modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml +++ b/modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/asus_rt_n66u_cmd_exec/module.rb b/modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb index 78b47cf21..e7806cafd 100755 --- a/modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb +++ b/modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/belkin_dns_csrf/command.js b/modules/exploits/router/belkin_dns_csrf/command.js index 329ea9477..c52412013 100644 --- a/modules/exploits/router/belkin_dns_csrf/command.js +++ b/modules/exploits/router/belkin_dns_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/belkin_dns_csrf/config.yaml b/modules/exploits/router/belkin_dns_csrf/config.yaml index 641ac592e..1d6db6edb 100644 --- a/modules/exploits/router/belkin_dns_csrf/config.yaml +++ b/modules/exploits/router/belkin_dns_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/belkin_dns_csrf/module.rb b/modules/exploits/router/belkin_dns_csrf/module.rb index 4dab505e4..e8448ebbc 100644 --- a/modules/exploits/router/belkin_dns_csrf/module.rb +++ b/modules/exploits/router/belkin_dns_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/bt_home_hub_csrf/command.js b/modules/exploits/router/bt_home_hub_csrf/command.js index 37e08c39e..f73b9633b 100644 --- a/modules/exploits/router/bt_home_hub_csrf/command.js +++ b/modules/exploits/router/bt_home_hub_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/bt_home_hub_csrf/config.yaml b/modules/exploits/router/bt_home_hub_csrf/config.yaml index ac665a2d8..8fcedb83a 100644 --- a/modules/exploits/router/bt_home_hub_csrf/config.yaml +++ b/modules/exploits/router/bt_home_hub_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/bt_home_hub_csrf/module.rb b/modules/exploits/router/bt_home_hub_csrf/module.rb index 6b34ef9f8..bf97c908b 100644 --- a/modules/exploits/router/bt_home_hub_csrf/module.rb +++ b/modules/exploits/router/bt_home_hub_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/cisco_e2400_csrf/command.js b/modules/exploits/router/cisco_e2400_csrf/command.js index dbdaf521e..8327827db 100644 --- a/modules/exploits/router/cisco_e2400_csrf/command.js +++ b/modules/exploits/router/cisco_e2400_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/cisco_e2400_csrf/config.yaml b/modules/exploits/router/cisco_e2400_csrf/config.yaml index 7801bd99d..9c6a08723 100644 --- a/modules/exploits/router/cisco_e2400_csrf/config.yaml +++ b/modules/exploits/router/cisco_e2400_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/cisco_e2400_csrf/module.rb b/modules/exploits/router/cisco_e2400_csrf/module.rb index 8f45e8953..b3bfc9736 100644 --- a/modules/exploits/router/cisco_e2400_csrf/module.rb +++ b/modules/exploits/router/cisco_e2400_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/comtrend_ct5367_csrf/command.js b/modules/exploits/router/comtrend_ct5367_csrf/command.js index ca4c255f2..23e316634 100644 --- a/modules/exploits/router/comtrend_ct5367_csrf/command.js +++ b/modules/exploits/router/comtrend_ct5367_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/comtrend_ct5367_csrf/config.yaml b/modules/exploits/router/comtrend_ct5367_csrf/config.yaml index 870fc9941..1bdce9205 100644 --- a/modules/exploits/router/comtrend_ct5367_csrf/config.yaml +++ b/modules/exploits/router/comtrend_ct5367_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/comtrend_ct5367_csrf/module.rb b/modules/exploits/router/comtrend_ct5367_csrf/module.rb index a3de15b66..f45616e75 100644 --- a/modules/exploits/router/comtrend_ct5367_csrf/module.rb +++ b/modules/exploits/router/comtrend_ct5367_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/comtrend_ct5624_csrf/command.js b/modules/exploits/router/comtrend_ct5624_csrf/command.js index 60fd4c3bb..1d240865f 100644 --- a/modules/exploits/router/comtrend_ct5624_csrf/command.js +++ b/modules/exploits/router/comtrend_ct5624_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/comtrend_ct5624_csrf/config.yaml b/modules/exploits/router/comtrend_ct5624_csrf/config.yaml index 4e3eb6ee7..863de53a3 100644 --- a/modules/exploits/router/comtrend_ct5624_csrf/config.yaml +++ b/modules/exploits/router/comtrend_ct5624_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/comtrend_ct5624_csrf/module.rb b/modules/exploits/router/comtrend_ct5624_csrf/module.rb index 83fb59630..5cacd2cd7 100644 --- a/modules/exploits/router/comtrend_ct5624_csrf/module.rb +++ b/modules/exploits/router/comtrend_ct5624_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/comtrend_ct_series_dns_hijack/command.js b/modules/exploits/router/comtrend_ct_series_dns_hijack/command.js index 3b8593f60..a9faad735 100644 --- a/modules/exploits/router/comtrend_ct_series_dns_hijack/command.js +++ b/modules/exploits/router/comtrend_ct_series_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/comtrend_ct_series_dns_hijack/config.yaml b/modules/exploits/router/comtrend_ct_series_dns_hijack/config.yaml index 781c31c92..3109ce2d0 100644 --- a/modules/exploits/router/comtrend_ct_series_dns_hijack/config.yaml +++ b/modules/exploits/router/comtrend_ct_series_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/comtrend_ct_series_dns_hijack/module.rb b/modules/exploits/router/comtrend_ct_series_dns_hijack/module.rb index a6bca6d2d..4daf05f97 100644 --- a/modules/exploits/router/comtrend_ct_series_dns_hijack/module.rb +++ b/modules/exploits/router/comtrend_ct_series_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/ddwrt_v24_sp1_cmd_exec/command.js b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js index 7ced34ce8..d2a3acbd6 100644 --- a/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js +++ b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/ddwrt_v24_sp1_cmd_exec/config.yaml b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml index 02b972f15..6838d220b 100644 --- a/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml +++ b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/ddwrt_v24_sp1_cmd_exec/module.rb b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb index 4f64d1e55..bf7197f43 100644 --- a/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb +++ b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/ddwrt_v24_sp1_csrf/command.js b/modules/exploits/router/ddwrt_v24_sp1_csrf/command.js index 7c6033ad0..959e7d140 100644 --- a/modules/exploits/router/ddwrt_v24_sp1_csrf/command.js +++ b/modules/exploits/router/ddwrt_v24_sp1_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/ddwrt_v24_sp1_csrf/config.yaml b/modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml index ac6ec1b58..5ba4ce7da 100644 --- a/modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml +++ b/modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/ddwrt_v24_sp1_csrf/module.rb b/modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb index fff98a45c..73a63e801 100644 --- a/modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb +++ b/modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dir_615_csrf/command.js b/modules/exploits/router/dlink_dir_615_csrf/command.js index 64c075fc8..f499f16d4 100644 --- a/modules/exploits/router/dlink_dir_615_csrf/command.js +++ b/modules/exploits/router/dlink_dir_615_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/dlink_dir_615_csrf/config.yaml b/modules/exploits/router/dlink_dir_615_csrf/config.yaml index 44e438168..601597487 100644 --- a/modules/exploits/router/dlink_dir_615_csrf/config.yaml +++ b/modules/exploits/router/dlink_dir_615_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dir_615_csrf/module.rb b/modules/exploits/router/dlink_dir_615_csrf/module.rb index 4dd492dd7..b995f209b 100644 --- a/modules/exploits/router/dlink_dir_615_csrf/module.rb +++ b/modules/exploits/router/dlink_dir_615_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl2640b_dns_hijack/command.js b/modules/exploits/router/dlink_dsl2640b_dns_hijack/command.js index d086ef7a1..426688278 100644 --- a/modules/exploits/router/dlink_dsl2640b_dns_hijack/command.js +++ b/modules/exploits/router/dlink_dsl2640b_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/dlink_dsl2640b_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl2640b_dns_hijack/config.yaml index 30988e67f..b1ff20418 100644 --- a/modules/exploits/router/dlink_dsl2640b_dns_hijack/config.yaml +++ b/modules/exploits/router/dlink_dsl2640b_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl2640b_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb index 06195ff34..37e7ae701 100644 --- a/modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb +++ b/modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl2740r_dns_hijack/command.js b/modules/exploits/router/dlink_dsl2740r_dns_hijack/command.js index 58fe71e69..3e8f3dbbc 100644 --- a/modules/exploits/router/dlink_dsl2740r_dns_hijack/command.js +++ b/modules/exploits/router/dlink_dsl2740r_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/dlink_dsl2740r_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl2740r_dns_hijack/config.yaml index 305a1da72..7f6829952 100644 --- a/modules/exploits/router/dlink_dsl2740r_dns_hijack/config.yaml +++ b/modules/exploits/router/dlink_dsl2740r_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl2740r_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb index c434a44e7..dbd08dd40 100644 --- a/modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb +++ b/modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl2780b_dns_hijack/command.js b/modules/exploits/router/dlink_dsl2780b_dns_hijack/command.js index 96642b4aa..bdb16123a 100644 --- a/modules/exploits/router/dlink_dsl2780b_dns_hijack/command.js +++ b/modules/exploits/router/dlink_dsl2780b_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/dlink_dsl2780b_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl2780b_dns_hijack/config.yaml index 92215830c..3edaea297 100644 --- a/modules/exploits/router/dlink_dsl2780b_dns_hijack/config.yaml +++ b/modules/exploits/router/dlink_dsl2780b_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl2780b_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb index ffb07dde1..3ff5701a2 100644 --- a/modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb +++ b/modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl500t_csrf/command.js b/modules/exploits/router/dlink_dsl500t_csrf/command.js index 4aae72b37..9dd7d6119 100644 --- a/modules/exploits/router/dlink_dsl500t_csrf/command.js +++ b/modules/exploits/router/dlink_dsl500t_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/dlink_dsl500t_csrf/config.yaml b/modules/exploits/router/dlink_dsl500t_csrf/config.yaml index 5b8aae54b..caf018827 100644 --- a/modules/exploits/router/dlink_dsl500t_csrf/config.yaml +++ b/modules/exploits/router/dlink_dsl500t_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl500t_csrf/module.rb b/modules/exploits/router/dlink_dsl500t_csrf/module.rb index a86bd0df9..93af56b68 100644 --- a/modules/exploits/router/dlink_dsl500t_csrf/module.rb +++ b/modules/exploits/router/dlink_dsl500t_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl526b_dns_hijack/command.js b/modules/exploits/router/dlink_dsl526b_dns_hijack/command.js index 55ee016eb..fb61edca7 100644 --- a/modules/exploits/router/dlink_dsl526b_dns_hijack/command.js +++ b/modules/exploits/router/dlink_dsl526b_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/dlink_dsl526b_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl526b_dns_hijack/config.yaml index c2c7a6850..dcf0abe3a 100644 --- a/modules/exploits/router/dlink_dsl526b_dns_hijack/config.yaml +++ b/modules/exploits/router/dlink_dsl526b_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/dlink_dsl526b_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb index cb2d2a456..fb23a5fb1 100644 --- a/modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb +++ b/modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/exper_ewm01_adsl_dns_hijack/command.js b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/command.js index 26808e6dc..d1f3a959a 100644 --- a/modules/exploits/router/exper_ewm01_adsl_dns_hijack/command.js +++ b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/exper_ewm01_adsl_dns_hijack/config.yaml b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml index c1f57c999..2aec19ca8 100644 --- a/modules/exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml +++ b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/exper_ewm01_adsl_dns_hijack/module.rb b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/module.rb index adde98660..9a6a61478 100644 --- a/modules/exploits/router/exper_ewm01_adsl_dns_hijack/module.rb +++ b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/huawei_smartax_mt880/command.js b/modules/exploits/router/huawei_smartax_mt880/command.js index 7dbbd6274..aff7d88e8 100644 --- a/modules/exploits/router/huawei_smartax_mt880/command.js +++ b/modules/exploits/router/huawei_smartax_mt880/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/huawei_smartax_mt880/config.yaml b/modules/exploits/router/huawei_smartax_mt880/config.yaml index f232d0a6b..b23161bff 100644 --- a/modules/exploits/router/huawei_smartax_mt880/config.yaml +++ b/modules/exploits/router/huawei_smartax_mt880/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/huawei_smartax_mt880/module.rb b/modules/exploits/router/huawei_smartax_mt880/module.rb index 81746880e..9e54698c0 100644 --- a/modules/exploits/router/huawei_smartax_mt880/module.rb +++ b/modules/exploits/router/huawei_smartax_mt880/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/inteno_eg101r1_voip_dns_hijack/command.js b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/command.js index 33775bc2b..b7cc06086 100644 --- a/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/command.js +++ b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/inteno_eg101r1_voip_dns_hijack/config.yaml b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/config.yaml index dc18f8c27..5b0b8b1c2 100644 --- a/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/config.yaml +++ b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/inteno_eg101r1_voip_dns_hijack/module.rb b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/module.rb index ee77e4e68..b8f298f21 100644 --- a/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/module.rb +++ b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_befsr41_csrf/command.js b/modules/exploits/router/linksys_befsr41_csrf/command.js index 78ba69628..13d1594ce 100644 --- a/modules/exploits/router/linksys_befsr41_csrf/command.js +++ b/modules/exploits/router/linksys_befsr41_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/linksys_befsr41_csrf/config.yaml b/modules/exploits/router/linksys_befsr41_csrf/config.yaml index 211b358b6..33b896360 100644 --- a/modules/exploits/router/linksys_befsr41_csrf/config.yaml +++ b/modules/exploits/router/linksys_befsr41_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_befsr41_csrf/module.rb b/modules/exploits/router/linksys_befsr41_csrf/module.rb index 19e47785b..bb31dafb6 100644 --- a/modules/exploits/router/linksys_befsr41_csrf/module.rb +++ b/modules/exploits/router/linksys_befsr41_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_e2500_csrf/command.js b/modules/exploits/router/linksys_e2500_csrf/command.js index ed72312d4..616855779 100644 --- a/modules/exploits/router/linksys_e2500_csrf/command.js +++ b/modules/exploits/router/linksys_e2500_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/linksys_e2500_csrf/config.yaml b/modules/exploits/router/linksys_e2500_csrf/config.yaml index 946f68c47..f84cec4e4 100644 --- a/modules/exploits/router/linksys_e2500_csrf/config.yaml +++ b/modules/exploits/router/linksys_e2500_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_e2500_csrf/module.rb b/modules/exploits/router/linksys_e2500_csrf/module.rb index 9519e1b0f..d1522e7e1 100644 --- a/modules/exploits/router/linksys_e2500_csrf/module.rb +++ b/modules/exploits/router/linksys_e2500_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_e2500_dns_hijack/command.js b/modules/exploits/router/linksys_e2500_dns_hijack/command.js index 2f081d591..89867be2d 100644 --- a/modules/exploits/router/linksys_e2500_dns_hijack/command.js +++ b/modules/exploits/router/linksys_e2500_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/linksys_e2500_dns_hijack/config.yaml b/modules/exploits/router/linksys_e2500_dns_hijack/config.yaml index d2fe9dd39..303379060 100644 --- a/modules/exploits/router/linksys_e2500_dns_hijack/config.yaml +++ b/modules/exploits/router/linksys_e2500_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_e2500_dns_hijack/module.rb b/modules/exploits/router/linksys_e2500_dns_hijack/module.rb index cb0bc1050..17984f787 100644 --- a/modules/exploits/router/linksys_e2500_dns_hijack/module.rb +++ b/modules/exploits/router/linksys_e2500_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_e2500_shell/command.js b/modules/exploits/router/linksys_e2500_shell/command.js index 3fcc6eccc..4fd320030 100644 --- a/modules/exploits/router/linksys_e2500_shell/command.js +++ b/modules/exploits/router/linksys_e2500_shell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/linksys_e2500_shell/config.yaml b/modules/exploits/router/linksys_e2500_shell/config.yaml index 449cf38bb..5160f9522 100644 --- a/modules/exploits/router/linksys_e2500_shell/config.yaml +++ b/modules/exploits/router/linksys_e2500_shell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_e2500_shell/module.rb b/modules/exploits/router/linksys_e2500_shell/module.rb index 57d8a94c1..af8a8ee9e 100644 --- a/modules/exploits/router/linksys_e2500_shell/module.rb +++ b/modules/exploits/router/linksys_e2500_shell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_wrt54g2_csrf/command.js b/modules/exploits/router/linksys_wrt54g2_csrf/command.js index 101224170..90d79580d 100644 --- a/modules/exploits/router/linksys_wrt54g2_csrf/command.js +++ b/modules/exploits/router/linksys_wrt54g2_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/linksys_wrt54g2_csrf/config.yaml b/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml index 5f2ed2411..00cff7601 100644 --- a/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml +++ b/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_wrt54g2_csrf/module.rb b/modules/exploits/router/linksys_wrt54g2_csrf/module.rb index 266197cc7..215ced532 100644 --- a/modules/exploits/router/linksys_wrt54g2_csrf/module.rb +++ b/modules/exploits/router/linksys_wrt54g2_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_wrt54g_csrf/command.js b/modules/exploits/router/linksys_wrt54g_csrf/command.js index b79a877a9..c87f31908 100644 --- a/modules/exploits/router/linksys_wrt54g_csrf/command.js +++ b/modules/exploits/router/linksys_wrt54g_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/linksys_wrt54g_csrf/config.yaml b/modules/exploits/router/linksys_wrt54g_csrf/config.yaml index 5c334781a..0b3d97230 100644 --- a/modules/exploits/router/linksys_wrt54g_csrf/config.yaml +++ b/modules/exploits/router/linksys_wrt54g_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/linksys_wrt54g_csrf/module.rb b/modules/exploits/router/linksys_wrt54g_csrf/module.rb index 32b5d8f33..d6eff9de5 100644 --- a/modules/exploits/router/linksys_wrt54g_csrf/module.rb +++ b/modules/exploits/router/linksys_wrt54g_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/netgear_dgn2200_cmd_exec/command.js b/modules/exploits/router/netgear_dgn2200_cmd_exec/command.js index feb44585e..316ec4fff 100755 --- a/modules/exploits/router/netgear_dgn2200_cmd_exec/command.js +++ b/modules/exploits/router/netgear_dgn2200_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/netgear_dgn2200_cmd_exec/config.yaml b/modules/exploits/router/netgear_dgn2200_cmd_exec/config.yaml index 294ac1800..c4edb33b8 100755 --- a/modules/exploits/router/netgear_dgn2200_cmd_exec/config.yaml +++ b/modules/exploits/router/netgear_dgn2200_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/netgear_dgn2200_cmd_exec/module.rb b/modules/exploits/router/netgear_dgn2200_cmd_exec/module.rb index 4e0643131..7b7179d26 100755 --- a/modules/exploits/router/netgear_dgn2200_cmd_exec/module.rb +++ b/modules/exploits/router/netgear_dgn2200_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/phillips_dns_hijack/command.js b/modules/exploits/router/phillips_dns_hijack/command.js index e3461d4de..7895bbc37 100644 --- a/modules/exploits/router/phillips_dns_hijack/command.js +++ b/modules/exploits/router/phillips_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/phillips_dns_hijack/config.yaml b/modules/exploits/router/phillips_dns_hijack/config.yaml index 9f4d55328..bc32dfa0f 100644 --- a/modules/exploits/router/phillips_dns_hijack/config.yaml +++ b/modules/exploits/router/phillips_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/phillips_dns_hijack/module.rb b/modules/exploits/router/phillips_dns_hijack/module.rb index a142cea77..3ad9fd378 100644 --- a/modules/exploits/router/phillips_dns_hijack/module.rb +++ b/modules/exploits/router/phillips_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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 class Philips_dns_hijack < BeEF::Core::Command diff --git a/modules/exploits/router/pikatel_96338_dns_hijack/command.js b/modules/exploits/router/pikatel_96338_dns_hijack/command.js index 33248db24..b5f62f022 100644 --- a/modules/exploits/router/pikatel_96338_dns_hijack/command.js +++ b/modules/exploits/router/pikatel_96338_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/pikatel_96338_dns_hijack/config.yaml b/modules/exploits/router/pikatel_96338_dns_hijack/config.yaml index 836d37efa..c026e3ece 100644 --- a/modules/exploits/router/pikatel_96338_dns_hijack/config.yaml +++ b/modules/exploits/router/pikatel_96338_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/pikatel_96338_dns_hijack/module.rb b/modules/exploits/router/pikatel_96338_dns_hijack/module.rb index 23395d73a..b04e6eeb3 100644 --- a/modules/exploits/router/pikatel_96338_dns_hijack/module.rb +++ b/modules/exploits/router/pikatel_96338_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/planet_vdr300nu_adsl_dns_hijack/command.js b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/command.js index 9a6d281ee..c75e57432 100644 --- a/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/command.js +++ b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/planet_vdr300nu_adsl_dns_hijack/config.yaml b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/config.yaml index dfaf3b27f..26ffbe47a 100644 --- a/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/config.yaml +++ b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/planet_vdr300nu_adsl_dns_hijack/module.rb b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/module.rb index 04415541e..1a2b8fd10 100644 --- a/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/module.rb +++ b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/shuttle_tech_915wm_dns_hijack/command.js b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/command.js index 2545f99b0..e51010d9d 100644 --- a/modules/exploits/router/shuttle_tech_915wm_dns_hijack/command.js +++ b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/shuttle_tech_915wm_dns_hijack/config.yaml b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/config.yaml index c9af52543..edcebf4a7 100644 --- a/modules/exploits/router/shuttle_tech_915wm_dns_hijack/config.yaml +++ b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/shuttle_tech_915wm_dns_hijack/module.rb b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/module.rb index 8b3038fb5..577347bc4 100644 --- a/modules/exploits/router/shuttle_tech_915wm_dns_hijack/module.rb +++ b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/telstra_zte_mf91_change_pw/command.js b/modules/exploits/router/telstra_zte_mf91_change_pw/command.js index eab5e1f81..c5e17c387 100644 --- a/modules/exploits/router/telstra_zte_mf91_change_pw/command.js +++ b/modules/exploits/router/telstra_zte_mf91_change_pw/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/telstra_zte_mf91_change_pw/config.yaml b/modules/exploits/router/telstra_zte_mf91_change_pw/config.yaml index 790996e9f..6381eab13 100644 --- a/modules/exploits/router/telstra_zte_mf91_change_pw/config.yaml +++ b/modules/exploits/router/telstra_zte_mf91_change_pw/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/telstra_zte_mf91_change_pw/module.rb b/modules/exploits/router/telstra_zte_mf91_change_pw/module.rb index f3fc6c290..056bf6e6d 100644 --- a/modules/exploits/router/telstra_zte_mf91_change_pw/module.rb +++ b/modules/exploits/router/telstra_zte_mf91_change_pw/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/telstra_zte_mf91_change_ssid/command.js b/modules/exploits/router/telstra_zte_mf91_change_ssid/command.js index 7624abaed..2c6317eac 100644 --- a/modules/exploits/router/telstra_zte_mf91_change_ssid/command.js +++ b/modules/exploits/router/telstra_zte_mf91_change_ssid/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/telstra_zte_mf91_change_ssid/config.yaml b/modules/exploits/router/telstra_zte_mf91_change_ssid/config.yaml index 867558bb2..e7c681b39 100644 --- a/modules/exploits/router/telstra_zte_mf91_change_ssid/config.yaml +++ b/modules/exploits/router/telstra_zte_mf91_change_ssid/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/telstra_zte_mf91_change_ssid/module.rb b/modules/exploits/router/telstra_zte_mf91_change_ssid/module.rb index a5005d81d..18b62cab9 100644 --- a/modules/exploits/router/telstra_zte_mf91_change_ssid/module.rb +++ b/modules/exploits/router/telstra_zte_mf91_change_ssid/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/telstra_zte_mf91_disable_ap_isolation/command.js b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/command.js index 45f49f52c..88177bfdf 100644 --- a/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/command.js +++ b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/telstra_zte_mf91_disable_ap_isolation/config.yaml b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/config.yaml index a26f2426b..0817db354 100644 --- a/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/config.yaml +++ b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/telstra_zte_mf91_disable_ap_isolation/module.rb b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/module.rb index 7f2f4b536..dd48ba181 100644 --- a/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/module.rb +++ b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/tenda_adsl_963281tan_dns_hijack/command.js b/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/command.js index 232e7bd28..37c4286ad 100644 --- a/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/command.js +++ b/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/tenda_adsl_963281tan_dns_hijack/config.yaml b/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/config.yaml index 700b41883..03b3acd2a 100644 --- a/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/config.yaml +++ b/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/tenda_adsl_963281tan_dns_hijack/module.rb b/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/module.rb index 7cf63bf80..1c68c0a90 100644 --- a/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/module.rb +++ b/modules/exploits/router/tenda_adsl_963281tan_dns_hijack/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/tplink_dns_csrf/command.js b/modules/exploits/router/tplink_dns_csrf/command.js index fbe79b5ae..9304b4b1d 100644 --- a/modules/exploits/router/tplink_dns_csrf/command.js +++ b/modules/exploits/router/tplink_dns_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/tplink_dns_csrf/config.yaml b/modules/exploits/router/tplink_dns_csrf/config.yaml index b1e784a8f..b8ec95ee1 100644 --- a/modules/exploits/router/tplink_dns_csrf/config.yaml +++ b/modules/exploits/router/tplink_dns_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/tplink_dns_csrf/module.rb b/modules/exploits/router/tplink_dns_csrf/module.rb index 334a96e7a..55bcf2835 100644 --- a/modules/exploits/router/tplink_dns_csrf/module.rb +++ b/modules/exploits/router/tplink_dns_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/virgin_superhub_csrf/command.js b/modules/exploits/router/virgin_superhub_csrf/command.js index a3fc0b676..1643051c4 100644 --- a/modules/exploits/router/virgin_superhub_csrf/command.js +++ b/modules/exploits/router/virgin_superhub_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/router/virgin_superhub_csrf/config.yaml b/modules/exploits/router/virgin_superhub_csrf/config.yaml index 7a7a283f0..106f138e9 100644 --- a/modules/exploits/router/virgin_superhub_csrf/config.yaml +++ b/modules/exploits/router/virgin_superhub_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/router/virgin_superhub_csrf/module.rb b/modules/exploits/router/virgin_superhub_csrf/module.rb index 8ef16c7ba..dc3e45ab5 100644 --- a/modules/exploits/router/virgin_superhub_csrf/module.rb +++ b/modules/exploits/router/virgin_superhub_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ruby_nntpd_cmd_exec/command.js b/modules/exploits/ruby_nntpd_cmd_exec/command.js index 54142e986..770fc0c9c 100644 --- a/modules/exploits/ruby_nntpd_cmd_exec/command.js +++ b/modules/exploits/ruby_nntpd_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ruby_nntpd_cmd_exec/config.yaml b/modules/exploits/ruby_nntpd_cmd_exec/config.yaml index 03971ce15..e8d91e216 100644 --- a/modules/exploits/ruby_nntpd_cmd_exec/config.yaml +++ b/modules/exploits/ruby_nntpd_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ruby_nntpd_cmd_exec/module.rb b/modules/exploits/ruby_nntpd_cmd_exec/module.rb index 0a9108865..f0601a6aa 100644 --- a/modules/exploits/ruby_nntpd_cmd_exec/module.rb +++ b/modules/exploits/ruby_nntpd_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/shell_shock_scanner/command.js b/modules/exploits/shell_shock_scanner/command.js index 3c8834919..6c4178040 100644 --- a/modules/exploits/shell_shock_scanner/command.js +++ b/modules/exploits/shell_shock_scanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/shell_shock_scanner/config.yaml b/modules/exploits/shell_shock_scanner/config.yaml index b00118006..6a50f79a2 100644 --- a/modules/exploits/shell_shock_scanner/config.yaml +++ b/modules/exploits/shell_shock_scanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/shell_shock_scanner/module.rb b/modules/exploits/shell_shock_scanner/module.rb index 00fa0b990..16e658968 100644 --- a/modules/exploits/shell_shock_scanner/module.rb +++ b/modules/exploits/shell_shock_scanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/shell_shocked/command.js b/modules/exploits/shell_shocked/command.js index 581e80f86..b58316920 100644 --- a/modules/exploits/shell_shocked/command.js +++ b/modules/exploits/shell_shocked/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/shell_shocked/config.yaml b/modules/exploits/shell_shocked/config.yaml index 6098fea2f..b4bbe45de 100644 --- a/modules/exploits/shell_shocked/config.yaml +++ b/modules/exploits/shell_shocked/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/shell_shocked/module.rb b/modules/exploits/shell_shocked/module.rb index 0f4381339..a8306fbc3 100644 --- a/modules/exploits/shell_shocked/module.rb +++ b/modules/exploits/shell_shocked/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/spring_framework_malicious_jar/command.js b/modules/exploits/spring_framework_malicious_jar/command.js index 75e8d67e5..8e6c34daa 100644 --- a/modules/exploits/spring_framework_malicious_jar/command.js +++ b/modules/exploits/spring_framework_malicious_jar/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/spring_framework_malicious_jar/config.yaml b/modules/exploits/spring_framework_malicious_jar/config.yaml index eeaf63247..8c490b8ba 100644 --- a/modules/exploits/spring_framework_malicious_jar/config.yaml +++ b/modules/exploits/spring_framework_malicious_jar/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/spring_framework_malicious_jar/module.rb b/modules/exploits/spring_framework_malicious_jar/module.rb index 4373f6087..375b41535 100644 --- a/modules/exploits/spring_framework_malicious_jar/module.rb +++ b/modules/exploits/spring_framework_malicious_jar/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/switch/netgear_gs108t_csrf/command.js b/modules/exploits/switch/netgear_gs108t_csrf/command.js index f72f82aa8..ff4490821 100644 --- a/modules/exploits/switch/netgear_gs108t_csrf/command.js +++ b/modules/exploits/switch/netgear_gs108t_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/switch/netgear_gs108t_csrf/config.yaml b/modules/exploits/switch/netgear_gs108t_csrf/config.yaml index df2205b26..816a40371 100644 --- a/modules/exploits/switch/netgear_gs108t_csrf/config.yaml +++ b/modules/exploits/switch/netgear_gs108t_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/switch/netgear_gs108t_csrf/module.rb b/modules/exploits/switch/netgear_gs108t_csrf/module.rb index 40eaaf60e..483bcf02a 100644 --- a/modules/exploits/switch/netgear_gs108t_csrf/module.rb +++ b/modules/exploits/switch/netgear_gs108t_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/vtiger_crm_upload_exploit/command.js b/modules/exploits/vtiger_crm_upload_exploit/command.js index 0f7f2e6d6..2f9c3bab9 100644 --- a/modules/exploits/vtiger_crm_upload_exploit/command.js +++ b/modules/exploits/vtiger_crm_upload_exploit/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/vtiger_crm_upload_exploit/config.yaml b/modules/exploits/vtiger_crm_upload_exploit/config.yaml index 9c9fd0baa..be700ec4e 100644 --- a/modules/exploits/vtiger_crm_upload_exploit/config.yaml +++ b/modules/exploits/vtiger_crm_upload_exploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/vtiger_crm_upload_exploit/module.rb b/modules/exploits/vtiger_crm_upload_exploit/module.rb index 56748230b..1b700d8d2 100644 --- a/modules/exploits/vtiger_crm_upload_exploit/module.rb +++ b/modules/exploits/vtiger_crm_upload_exploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/wanem_command_execution/command.js b/modules/exploits/wanem_command_execution/command.js index cab4ea547..3d344cdd6 100644 --- a/modules/exploits/wanem_command_execution/command.js +++ b/modules/exploits/wanem_command_execution/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/wanem_command_execution/config.yaml b/modules/exploits/wanem_command_execution/config.yaml index 3d11dc59f..0a7402407 100644 --- a/modules/exploits/wanem_command_execution/config.yaml +++ b/modules/exploits/wanem_command_execution/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/wanem_command_execution/module.rb b/modules/exploits/wanem_command_execution/module.rb index 86b85b5e5..aadd0aaf7 100644 --- a/modules/exploits/wanem_command_execution/module.rb +++ b/modules/exploits/wanem_command_execution/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/wifi_pineapple_csrf/command.js b/modules/exploits/wifi_pineapple_csrf/command.js index 3ccbbf832..e973616ce 100644 --- a/modules/exploits/wifi_pineapple_csrf/command.js +++ b/modules/exploits/wifi_pineapple_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/wifi_pineapple_csrf/config.yaml b/modules/exploits/wifi_pineapple_csrf/config.yaml index ef22895c8..5600adac2 100644 --- a/modules/exploits/wifi_pineapple_csrf/config.yaml +++ b/modules/exploits/wifi_pineapple_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/wifi_pineapple_csrf/module.rb b/modules/exploits/wifi_pineapple_csrf/module.rb index 6e83ac47f..12bcff9bd 100644 --- a/modules/exploits/wifi_pineapple_csrf/module.rb +++ b/modules/exploits/wifi_pineapple_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/xss/alienvault_ossim_3.1_xss/command.js b/modules/exploits/xss/alienvault_ossim_3.1_xss/command.js index b9fa0b4d6..94bb2d746 100644 --- a/modules/exploits/xss/alienvault_ossim_3.1_xss/command.js +++ b/modules/exploits/xss/alienvault_ossim_3.1_xss/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/xss/alienvault_ossim_3.1_xss/config.yaml b/modules/exploits/xss/alienvault_ossim_3.1_xss/config.yaml index 2c1971e01..b6f924e82 100644 --- a/modules/exploits/xss/alienvault_ossim_3.1_xss/config.yaml +++ b/modules/exploits/xss/alienvault_ossim_3.1_xss/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/xss/alienvault_ossim_3.1_xss/module.rb b/modules/exploits/xss/alienvault_ossim_3.1_xss/module.rb index bec14ebe5..da6134445 100644 --- a/modules/exploits/xss/alienvault_ossim_3.1_xss/module.rb +++ b/modules/exploits/xss/alienvault_ossim_3.1_xss/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/xss/cisco_collaboration_server_5_xss/command.js b/modules/exploits/xss/cisco_collaboration_server_5_xss/command.js index a4ed14d68..9dc7cc5a2 100644 --- a/modules/exploits/xss/cisco_collaboration_server_5_xss/command.js +++ b/modules/exploits/xss/cisco_collaboration_server_5_xss/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/xss/cisco_collaboration_server_5_xss/config.yaml b/modules/exploits/xss/cisco_collaboration_server_5_xss/config.yaml index 19c5880d8..b69d173f4 100644 --- a/modules/exploits/xss/cisco_collaboration_server_5_xss/config.yaml +++ b/modules/exploits/xss/cisco_collaboration_server_5_xss/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/xss/cisco_collaboration_server_5_xss/module.rb b/modules/exploits/xss/cisco_collaboration_server_5_xss/module.rb index 701752336..5e9a4b00c 100644 --- a/modules/exploits/xss/cisco_collaboration_server_5_xss/module.rb +++ b/modules/exploits/xss/cisco_collaboration_server_5_xss/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/xss/serendipity_1.6_xss/command.js b/modules/exploits/xss/serendipity_1.6_xss/command.js index 4098720f5..7b9734c7d 100644 --- a/modules/exploits/xss/serendipity_1.6_xss/command.js +++ b/modules/exploits/xss/serendipity_1.6_xss/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/xss/serendipity_1.6_xss/config.yaml b/modules/exploits/xss/serendipity_1.6_xss/config.yaml index a20a53f84..7eaf9b7f8 100644 --- a/modules/exploits/xss/serendipity_1.6_xss/config.yaml +++ b/modules/exploits/xss/serendipity_1.6_xss/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/xss/serendipity_1.6_xss/module.rb b/modules/exploits/xss/serendipity_1.6_xss/module.rb index f95341072..9ec375fe6 100644 --- a/modules/exploits/xss/serendipity_1.6_xss/module.rb +++ b/modules/exploits/xss/serendipity_1.6_xss/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/xss/sqlitemanager_xss/command.js b/modules/exploits/xss/sqlitemanager_xss/command.js index 4098720f5..7b9734c7d 100644 --- a/modules/exploits/xss/sqlitemanager_xss/command.js +++ b/modules/exploits/xss/sqlitemanager_xss/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/xss/sqlitemanager_xss/config.yaml b/modules/exploits/xss/sqlitemanager_xss/config.yaml index 94b0e6fa0..20d37b78f 100644 --- a/modules/exploits/xss/sqlitemanager_xss/config.yaml +++ b/modules/exploits/xss/sqlitemanager_xss/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/xss/sqlitemanager_xss/module.rb b/modules/exploits/xss/sqlitemanager_xss/module.rb index 7397721aa..7f558a7f2 100644 --- a/modules/exploits/xss/sqlitemanager_xss/module.rb +++ b/modules/exploits/xss/sqlitemanager_xss/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zenoss_3x_command_execution/command.js b/modules/exploits/zenoss_3x_command_execution/command.js index 06a2333b2..ea8e38d18 100644 --- a/modules/exploits/zenoss_3x_command_execution/command.js +++ b/modules/exploits/zenoss_3x_command_execution/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zenoss_3x_command_execution/config.yaml b/modules/exploits/zenoss_3x_command_execution/config.yaml index 2d7b09f92..68416e9d7 100644 --- a/modules/exploits/zenoss_3x_command_execution/config.yaml +++ b/modules/exploits/zenoss_3x_command_execution/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zenoss_3x_command_execution/module.rb b/modules/exploits/zenoss_3x_command_execution/module.rb index f1ba1ab5a..8852faf06 100644 --- a/modules/exploits/zenoss_3x_command_execution/module.rb +++ b/modules/exploits/zenoss_3x_command_execution/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zenoss_add_user_csrf/command.js b/modules/exploits/zenoss_add_user_csrf/command.js index 22c6c58b4..a825f501a 100644 --- a/modules/exploits/zenoss_add_user_csrf/command.js +++ b/modules/exploits/zenoss_add_user_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zenoss_add_user_csrf/config.yaml b/modules/exploits/zenoss_add_user_csrf/config.yaml index 858b32db4..64e6319d8 100644 --- a/modules/exploits/zenoss_add_user_csrf/config.yaml +++ b/modules/exploits/zenoss_add_user_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zenoss_add_user_csrf/module.rb b/modules/exploits/zenoss_add_user_csrf/module.rb index 990b8f9ea..d384b00d9 100644 --- a/modules/exploits/zenoss_add_user_csrf/module.rb +++ b/modules/exploits/zenoss_add_user_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/command.js index d65a7eaee..a96870277 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/command.js +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/config.yaml index 70740a07f..9b283abf8 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/config.yaml +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/module.rb index 45c5903c6..f175c05fe 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/module.rb +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_password/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/command.js index 4e0bbcd5e..6ef3439d2 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/command.js +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_password/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/config.yaml index de83a91cb..8f7ca3f9a 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/config.yaml +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_password/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/module.rb index 202e9c58e..727830c41 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/module.rb +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_static_token/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/command.js index 32256abae..f9085e6e0 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/command.js +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_static_token/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/config.yaml index 3a7f83650..21de2119a 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/config.yaml +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb index be1146543..b19f4a0c9 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_file_disclosure/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/command.js index 6b5361465..6cbd15c65 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/command.js +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml index 1ce8275e4..d38589227 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb index dba657222..6dc680bb5 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_migrate_hook/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/command.js index a047f5153..cf77714c1 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/command.js +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml index 1107c7f5c..1f0136c38 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb index 7bc7ada20..a6995beab 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js index 677fffcf8..4e4363195 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml index dcfc6cdfe..79e989010 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb index 43e2703b4..629fb0817 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/command.js index 043b18fd9..df94a4d1d 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/command.js +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/config.yaml index 553e23523..d47ec4b38 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/config.yaml +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/module.rb index d2dd74177..4e969f3f3 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/module.rb +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_scanner/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/command.js index 0cad27b91..013c89b3a 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/command.js +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_scanner/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/config.yaml index abde7671c..b090138d9 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/config.yaml +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/zeroshell/zeroshell_2_0rc2_scanner/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/module.rb index a752dc1ce..cce34a54d 100644 --- a/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/module.rb +++ b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/clipboard_theft/command.js b/modules/host/clipboard_theft/command.js index 18b1fdb9c..ac71b7fef 100644 --- a/modules/host/clipboard_theft/command.js +++ b/modules/host/clipboard_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/clipboard_theft/config.yaml b/modules/host/clipboard_theft/config.yaml index a8faf7b2f..979e1202d 100644 --- a/modules/host/clipboard_theft/config.yaml +++ b/modules/host/clipboard_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/clipboard_theft/module.rb b/modules/host/clipboard_theft/module.rb index 5159e6642..eb57e29fe 100644 --- a/modules/host/clipboard_theft/module.rb +++ b/modules/host/clipboard_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_airdroid/command.js b/modules/host/detect_airdroid/command.js index ca5f0fe7f..27cad97f3 100644 --- a/modules/host/detect_airdroid/command.js +++ b/modules/host/detect_airdroid/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_airdroid/config.yaml b/modules/host/detect_airdroid/config.yaml index 13920aba3..a79235d9d 100644 --- a/modules/host/detect_airdroid/config.yaml +++ b/modules/host/detect_airdroid/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_airdroid/module.rb b/modules/host/detect_airdroid/module.rb index 6890d463d..a58254328 100644 --- a/modules/host/detect_airdroid/module.rb +++ b/modules/host/detect_airdroid/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_antivirus/command.js b/modules/host/detect_antivirus/command.js index 7fbda109f..5ae70f0bc 100644 --- a/modules/host/detect_antivirus/command.js +++ b/modules/host/detect_antivirus/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_antivirus/config.yaml b/modules/host/detect_antivirus/config.yaml index 1f71b0338..e7b816aa9 100644 --- a/modules/host/detect_antivirus/config.yaml +++ b/modules/host/detect_antivirus/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_antivirus/module.rb b/modules/host/detect_antivirus/module.rb index 10b72a6ff..3508aeac3 100644 --- a/modules/host/detect_antivirus/module.rb +++ b/modules/host/detect_antivirus/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_cups/command.js b/modules/host/detect_cups/command.js index c9a87d0e2..6c6546bdf 100644 --- a/modules/host/detect_cups/command.js +++ b/modules/host/detect_cups/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_cups/config.yaml b/modules/host/detect_cups/config.yaml index 6dc49db30..ee6b8a3f7 100644 --- a/modules/host/detect_cups/config.yaml +++ b/modules/host/detect_cups/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_cups/module.rb b/modules/host/detect_cups/module.rb index e2192de04..702e6febd 100644 --- a/modules/host/detect_cups/module.rb +++ b/modules/host/detect_cups/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_default_browser/command.js b/modules/host/detect_default_browser/command.js index fe4bc45f3..8d73274d4 100644 --- a/modules/host/detect_default_browser/command.js +++ b/modules/host/detect_default_browser/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_default_browser/config.yaml b/modules/host/detect_default_browser/config.yaml index ba5f86225..d9a7e7092 100644 --- a/modules/host/detect_default_browser/config.yaml +++ b/modules/host/detect_default_browser/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_default_browser/module.rb b/modules/host/detect_default_browser/module.rb index bb9b26d51..94ed7bc21 100644 --- a/modules/host/detect_default_browser/module.rb +++ b/modules/host/detect_default_browser/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_google_desktop/command.js b/modules/host/detect_google_desktop/command.js index 31b3f5a3a..ca5036bea 100644 --- a/modules/host/detect_google_desktop/command.js +++ b/modules/host/detect_google_desktop/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_google_desktop/config.yaml b/modules/host/detect_google_desktop/config.yaml index ba530a8e0..554f85743 100644 --- a/modules/host/detect_google_desktop/config.yaml +++ b/modules/host/detect_google_desktop/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_google_desktop/module.rb b/modules/host/detect_google_desktop/module.rb index 629e29a25..c9d00f020 100644 --- a/modules/host/detect_google_desktop/module.rb +++ b/modules/host/detect_google_desktop/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_hp/command.js b/modules/host/detect_hp/command.js index 09666aac0..687c8a093 100644 --- a/modules/host/detect_hp/command.js +++ b/modules/host/detect_hp/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_hp/config.yaml b/modules/host/detect_hp/config.yaml index 3f4807647..d8d7c4fb2 100644 --- a/modules/host/detect_hp/config.yaml +++ b/modules/host/detect_hp/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_hp/module.rb b/modules/host/detect_hp/module.rb index 55da0e350..2decb14c9 100644 --- a/modules/host/detect_hp/module.rb +++ b/modules/host/detect_hp/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_protocol_handlers/command.js b/modules/host/detect_protocol_handlers/command.js index 0c449f5b6..fc158ded5 100644 --- a/modules/host/detect_protocol_handlers/command.js +++ b/modules/host/detect_protocol_handlers/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_protocol_handlers/config.yaml b/modules/host/detect_protocol_handlers/config.yaml index fdf3e4560..bc707caeb 100644 --- a/modules/host/detect_protocol_handlers/config.yaml +++ b/modules/host/detect_protocol_handlers/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_protocol_handlers/module.rb b/modules/host/detect_protocol_handlers/module.rb index de819cbf0..fe51093ec 100644 --- a/modules/host/detect_protocol_handlers/module.rb +++ b/modules/host/detect_protocol_handlers/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_software/command.js b/modules/host/detect_software/command.js index cf7dd804e..f02352772 100644 --- a/modules/host/detect_software/command.js +++ b/modules/host/detect_software/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_software/config.yaml b/modules/host/detect_software/config.yaml index 8443de5a9..a6bfd4200 100644 --- a/modules/host/detect_software/config.yaml +++ b/modules/host/detect_software/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_software/module.rb b/modules/host/detect_software/module.rb index f933c1c16..08095c52e 100644 --- a/modules/host/detect_software/module.rb +++ b/modules/host/detect_software/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_vm/command.js b/modules/host/detect_vm/command.js index dc6fc3943..75a509a1d 100644 --- a/modules/host/detect_vm/command.js +++ b/modules/host/detect_vm/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/detect_vm/config.yaml b/modules/host/detect_vm/config.yaml index fb5ad1d58..6fb569ef1 100644 --- a/modules/host/detect_vm/config.yaml +++ b/modules/host/detect_vm/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/detect_vm/module.rb b/modules/host/detect_vm/module.rb index 440a105b2..a85942dd9 100644 --- a/modules/host/detect_vm/module.rb +++ b/modules/host/detect_vm/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/fingerprint_os/command.js b/modules/host/fingerprint_os/command.js index 8b9f31e6c..8bbea0e5d 100644 --- a/modules/host/fingerprint_os/command.js +++ b/modules/host/fingerprint_os/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/fingerprint_os/config.yaml b/modules/host/fingerprint_os/config.yaml index 9de2b91c7..ae422f9a8 100644 --- a/modules/host/fingerprint_os/config.yaml +++ b/modules/host/fingerprint_os/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/fingerprint_os/module.rb b/modules/host/fingerprint_os/module.rb index 3fbb1681f..e3ea8a16e 100644 --- a/modules/host/fingerprint_os/module.rb +++ b/modules/host/fingerprint_os/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_battery_status/command.js b/modules/host/get_battery_status/command.js index a5f4da40a..1bf067d4f 100644 --- a/modules/host/get_battery_status/command.js +++ b/modules/host/get_battery_status/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/get_battery_status/config.yaml b/modules/host/get_battery_status/config.yaml index a5914aab9..20bed088b 100644 --- a/modules/host/get_battery_status/config.yaml +++ b/modules/host/get_battery_status/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_battery_status/module.rb b/modules/host/get_battery_status/module.rb index 4938af4a0..a2a61d771 100644 --- a/modules/host/get_battery_status/module.rb +++ b/modules/host/get_battery_status/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_connection_type/command.js b/modules/host/get_connection_type/command.js index 418dab007..337e2158b 100755 --- a/modules/host/get_connection_type/command.js +++ b/modules/host/get_connection_type/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/get_connection_type/config.yaml b/modules/host/get_connection_type/config.yaml index 8c3c59e8a..d2bdde1de 100755 --- a/modules/host/get_connection_type/config.yaml +++ b/modules/host/get_connection_type/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_connection_type/module.rb b/modules/host/get_connection_type/module.rb index 5a63aba23..c8bfe3411 100755 --- a/modules/host/get_connection_type/module.rb +++ b/modules/host/get_connection_type/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_internal_ip/command.js b/modules/host/get_internal_ip/command.js index 8213525be..229fca189 100755 --- a/modules/host/get_internal_ip/command.js +++ b/modules/host/get_internal_ip/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/get_internal_ip/config.yaml b/modules/host/get_internal_ip/config.yaml index 00e036acf..962d4323e 100755 --- a/modules/host/get_internal_ip/config.yaml +++ b/modules/host/get_internal_ip/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_internal_ip/get_internal_ip.java b/modules/host/get_internal_ip/get_internal_ip.java index a5f6bc88b..b95e4808a 100755 --- a/modules/host/get_internal_ip/get_internal_ip.java +++ b/modules/host/get_internal_ip/get_internal_ip.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/host/get_internal_ip/module.rb b/modules/host/get_internal_ip/module.rb index d32a3c574..c836b19e5 100755 --- a/modules/host/get_internal_ip/module.rb +++ b/modules/host/get_internal_ip/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_internal_ip_webrtc/command.js b/modules/host/get_internal_ip_webrtc/command.js index c7fe90355..f7c7bb6f3 100755 --- a/modules/host/get_internal_ip_webrtc/command.js +++ b/modules/host/get_internal_ip_webrtc/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/get_internal_ip_webrtc/config.yaml b/modules/host/get_internal_ip_webrtc/config.yaml index fcae4eb6c..2ecf74a22 100755 --- a/modules/host/get_internal_ip_webrtc/config.yaml +++ b/modules/host/get_internal_ip_webrtc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_internal_ip_webrtc/module.rb b/modules/host/get_internal_ip_webrtc/module.rb index 12a4b8986..ff29c19fc 100755 --- a/modules/host/get_internal_ip_webrtc/module.rb +++ b/modules/host/get_internal_ip_webrtc/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_physical_location/command.js b/modules/host/get_physical_location/command.js index c36b9c4d3..0d768659b 100755 --- a/modules/host/get_physical_location/command.js +++ b/modules/host/get_physical_location/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/host/get_physical_location/config.yaml b/modules/host/get_physical_location/config.yaml index 2b88d4156..38db747a8 100755 --- a/modules/host/get_physical_location/config.yaml +++ b/modules/host/get_physical_location/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_physical_location/getGPSLocation.java b/modules/host/get_physical_location/getGPSLocation.java index f5206c8d0..fceef27e5 100755 --- a/modules/host/get_physical_location/getGPSLocation.java +++ b/modules/host/get_physical_location/getGPSLocation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/host/get_physical_location/module.rb b/modules/host/get_physical_location/module.rb index c6359e953..66bddd79e 100755 --- a/modules/host/get_physical_location/module.rb +++ b/modules/host/get_physical_location/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_registry_keys/command.js b/modules/host/get_registry_keys/command.js index f98e4e7c5..d087ce8ed 100644 --- a/modules/host/get_registry_keys/command.js +++ b/modules/host/get_registry_keys/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/get_registry_keys/config.yaml b/modules/host/get_registry_keys/config.yaml index fbcac11b9..60f9a72aa 100644 --- a/modules/host/get_registry_keys/config.yaml +++ b/modules/host/get_registry_keys/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_registry_keys/module.rb b/modules/host/get_registry_keys/module.rb index 600600467..3b4d2e150 100644 --- a/modules/host/get_registry_keys/module.rb +++ b/modules/host/get_registry_keys/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_system_info/command.js b/modules/host/get_system_info/command.js index 85d6659e5..b43e78b0c 100644 --- a/modules/host/get_system_info/command.js +++ b/modules/host/get_system_info/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/get_system_info/config.yaml b/modules/host/get_system_info/config.yaml index 29186d3bd..975c9d356 100644 --- a/modules/host/get_system_info/config.yaml +++ b/modules/host/get_system_info/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_system_info/getSystemInfo.java b/modules/host/get_system_info/getSystemInfo.java index ae704b6f9..820e87b74 100644 --- a/modules/host/get_system_info/getSystemInfo.java +++ b/modules/host/get_system_info/getSystemInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/host/get_system_info/module.rb b/modules/host/get_system_info/module.rb index f825a46ba..a2f537a9b 100644 --- a/modules/host/get_system_info/module.rb +++ b/modules/host/get_system_info/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_wireless_keys/command.js b/modules/host/get_wireless_keys/command.js index 003a26bc2..e071b6a43 100644 --- a/modules/host/get_wireless_keys/command.js +++ b/modules/host/get_wireless_keys/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/host/get_wireless_keys/config.yaml b/modules/host/get_wireless_keys/config.yaml index f17cc4234..4925674ca 100644 --- a/modules/host/get_wireless_keys/config.yaml +++ b/modules/host/get_wireless_keys/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_wireless_keys/module.rb b/modules/host/get_wireless_keys/module.rb index 1f18f4a04..8f72ac9b9 100644 --- a/modules/host/get_wireless_keys/module.rb +++ b/modules/host/get_wireless_keys/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/get_wireless_keys/wirelessZeroConfig.java b/modules/host/get_wireless_keys/wirelessZeroConfig.java index 72f2d3d5b..aa90d8936 100644 --- a/modules/host/get_wireless_keys/wirelessZeroConfig.java +++ b/modules/host/get_wireless_keys/wirelessZeroConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/host/hook_default_browser/command.js b/modules/host/hook_default_browser/command.js index 6edde90cc..5a3fbfc11 100644 --- a/modules/host/hook_default_browser/command.js +++ b/modules/host/hook_default_browser/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/hook_default_browser/config.yaml b/modules/host/hook_default_browser/config.yaml index 0c1ec862b..35c9527a2 100644 --- a/modules/host/hook_default_browser/config.yaml +++ b/modules/host/hook_default_browser/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/hook_default_browser/module.rb b/modules/host/hook_default_browser/module.rb index c94bf3ff8..9bcba6940 100644 --- a/modules/host/hook_default_browser/module.rb +++ b/modules/host/hook_default_browser/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/insecure_url_skype/command.js b/modules/host/insecure_url_skype/command.js index e2b666330..dbbd57a89 100644 --- a/modules/host/insecure_url_skype/command.js +++ b/modules/host/insecure_url_skype/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/insecure_url_skype/config.yaml b/modules/host/insecure_url_skype/config.yaml index 5d8553626..b2d0299ad 100644 --- a/modules/host/insecure_url_skype/config.yaml +++ b/modules/host/insecure_url_skype/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/insecure_url_skype/module.rb b/modules/host/insecure_url_skype/module.rb index 3f1633943..653a3e786 100644 --- a/modules/host/insecure_url_skype/module.rb +++ b/modules/host/insecure_url_skype/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/iphone_tel/command.js b/modules/host/iphone_tel/command.js index 7edac4bd2..baaa24d1d 100644 --- a/modules/host/iphone_tel/command.js +++ b/modules/host/iphone_tel/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/iphone_tel/config.yaml b/modules/host/iphone_tel/config.yaml index 627c084bf..65bab7f80 100644 --- a/modules/host/iphone_tel/config.yaml +++ b/modules/host/iphone_tel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/iphone_tel/module.rb b/modules/host/iphone_tel/module.rb index 81244767f..40ccb9031 100644 --- a/modules/host/iphone_tel/module.rb +++ b/modules/host/iphone_tel/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/physical_location/command.js b/modules/host/physical_location/command.js index f22c95092..498278ece 100644 --- a/modules/host/physical_location/command.js +++ b/modules/host/physical_location/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/host/physical_location/config.yaml b/modules/host/physical_location/config.yaml index 42dbc6fc5..4b77cf019 100644 --- a/modules/host/physical_location/config.yaml +++ b/modules/host/physical_location/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/host/physical_location/module.rb b/modules/host/physical_location/module.rb index 9d3402aef..993514779 100644 --- a/modules/host/physical_location/module.rb +++ b/modules/host/physical_location/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/cross_site_faxing/command.js b/modules/ipec/cross_site_faxing/command.js index 7e6780a91..e45b61414 100644 --- a/modules/ipec/cross_site_faxing/command.js +++ b/modules/ipec/cross_site_faxing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/cross_site_faxing/config.yaml b/modules/ipec/cross_site_faxing/config.yaml index 19612c12a..dff48c3cc 100644 --- a/modules/ipec/cross_site_faxing/config.yaml +++ b/modules/ipec/cross_site_faxing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/cross_site_faxing/module.rb b/modules/ipec/cross_site_faxing/module.rb index ad7f47131..a0a0f2c4e 100644 --- a/modules/ipec/cross_site_faxing/module.rb +++ b/modules/ipec/cross_site_faxing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/cross_site_printing/command.js b/modules/ipec/cross_site_printing/command.js index f01d6678b..ccd1c5a37 100644 --- a/modules/ipec/cross_site_printing/command.js +++ b/modules/ipec/cross_site_printing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/cross_site_printing/config.yaml b/modules/ipec/cross_site_printing/config.yaml index fdd31b83a..da249cae2 100644 --- a/modules/ipec/cross_site_printing/config.yaml +++ b/modules/ipec/cross_site_printing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/cross_site_printing/module.rb b/modules/ipec/cross_site_printing/module.rb index 698312b0e..c27287287 100644 --- a/modules/ipec/cross_site_printing/module.rb +++ b/modules/ipec/cross_site_printing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/dns_tunnel/command.js b/modules/ipec/dns_tunnel/command.js index 9d035782e..9a469bec3 100644 --- a/modules/ipec/dns_tunnel/command.js +++ b/modules/ipec/dns_tunnel/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/dns_tunnel/config.yaml b/modules/ipec/dns_tunnel/config.yaml index 6eee6449d..cd8360bf3 100644 --- a/modules/ipec/dns_tunnel/config.yaml +++ b/modules/ipec/dns_tunnel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/dns_tunnel/module.rb b/modules/ipec/dns_tunnel/module.rb index d74a45812..bff4e25ae 100644 --- a/modules/ipec/dns_tunnel/module.rb +++ b/modules/ipec/dns_tunnel/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/etag_client/command.js b/modules/ipec/etag_client/command.js index fa1659124..5ef4fba1f 100644 --- a/modules/ipec/etag_client/command.js +++ b/modules/ipec/etag_client/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/etag_client/config.yaml b/modules/ipec/etag_client/config.yaml index 603ace4d5..be7b9f471 100644 --- a/modules/ipec/etag_client/config.yaml +++ b/modules/ipec/etag_client/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/etag_client/module.rb b/modules/ipec/etag_client/module.rb index b8a840a1a..d33f16e1c 100644 --- a/modules/ipec/etag_client/module.rb +++ b/modules/ipec/etag_client/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_imap/command.js b/modules/ipec/inter_protocol_imap/command.js index 2a7e7d09d..ef5f95299 100644 --- a/modules/ipec/inter_protocol_imap/command.js +++ b/modules/ipec/inter_protocol_imap/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/inter_protocol_imap/config.yaml b/modules/ipec/inter_protocol_imap/config.yaml index 200256391..0f635aec1 100644 --- a/modules/ipec/inter_protocol_imap/config.yaml +++ b/modules/ipec/inter_protocol_imap/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_imap/module.rb b/modules/ipec/inter_protocol_imap/module.rb index ffba2d086..57f44c5c2 100644 --- a/modules/ipec/inter_protocol_imap/module.rb +++ b/modules/ipec/inter_protocol_imap/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_irc/command.js b/modules/ipec/inter_protocol_irc/command.js index ae8c48e0d..f2251608d 100644 --- a/modules/ipec/inter_protocol_irc/command.js +++ b/modules/ipec/inter_protocol_irc/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/inter_protocol_irc/config.yaml b/modules/ipec/inter_protocol_irc/config.yaml index 36cf28d1d..75e50322b 100644 --- a/modules/ipec/inter_protocol_irc/config.yaml +++ b/modules/ipec/inter_protocol_irc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_irc/module.rb b/modules/ipec/inter_protocol_irc/module.rb index 26b45127e..8e1f0459f 100644 --- a/modules/ipec/inter_protocol_irc/module.rb +++ b/modules/ipec/inter_protocol_irc/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_posix_bindshell/command.js b/modules/ipec/inter_protocol_posix_bindshell/command.js index 0b172893e..721624107 100644 --- a/modules/ipec/inter_protocol_posix_bindshell/command.js +++ b/modules/ipec/inter_protocol_posix_bindshell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/inter_protocol_posix_bindshell/config.yaml b/modules/ipec/inter_protocol_posix_bindshell/config.yaml index 2710bf852..6cc815d83 100644 --- a/modules/ipec/inter_protocol_posix_bindshell/config.yaml +++ b/modules/ipec/inter_protocol_posix_bindshell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_posix_bindshell/module.rb b/modules/ipec/inter_protocol_posix_bindshell/module.rb index fb5431a8c..75929e847 100644 --- a/modules/ipec/inter_protocol_posix_bindshell/module.rb +++ b/modules/ipec/inter_protocol_posix_bindshell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_redis/command.js b/modules/ipec/inter_protocol_redis/command.js index 91f415601..00bab0dfa 100644 --- a/modules/ipec/inter_protocol_redis/command.js +++ b/modules/ipec/inter_protocol_redis/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/inter_protocol_redis/config.yaml b/modules/ipec/inter_protocol_redis/config.yaml index 9b4109afe..97059ca83 100644 --- a/modules/ipec/inter_protocol_redis/config.yaml +++ b/modules/ipec/inter_protocol_redis/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_redis/module.rb b/modules/ipec/inter_protocol_redis/module.rb index cf8efd854..83dadfef3 100644 --- a/modules/ipec/inter_protocol_redis/module.rb +++ b/modules/ipec/inter_protocol_redis/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_win_bindshell/command.js b/modules/ipec/inter_protocol_win_bindshell/command.js index 8d90c251d..df02b4d27 100644 --- a/modules/ipec/inter_protocol_win_bindshell/command.js +++ b/modules/ipec/inter_protocol_win_bindshell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/inter_protocol_win_bindshell/command.old.js b/modules/ipec/inter_protocol_win_bindshell/command.old.js index 19b3fc4de..ef1381b0a 100644 --- a/modules/ipec/inter_protocol_win_bindshell/command.old.js +++ b/modules/ipec/inter_protocol_win_bindshell/command.old.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/inter_protocol_win_bindshell/config.yaml b/modules/ipec/inter_protocol_win_bindshell/config.yaml index 4fa6f5712..8b59015bb 100644 --- a/modules/ipec/inter_protocol_win_bindshell/config.yaml +++ b/modules/ipec/inter_protocol_win_bindshell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/inter_protocol_win_bindshell/module.rb b/modules/ipec/inter_protocol_win_bindshell/module.rb index b8f730dce..6905712a9 100644 --- a/modules/ipec/inter_protocol_win_bindshell/module.rb +++ b/modules/ipec/inter_protocol_win_bindshell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/s2c_dns_tunnel/command.js b/modules/ipec/s2c_dns_tunnel/command.js index af183eb87..fb980dfc4 100644 --- a/modules/ipec/s2c_dns_tunnel/command.js +++ b/modules/ipec/s2c_dns_tunnel/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ipec/s2c_dns_tunnel/config.yaml b/modules/ipec/s2c_dns_tunnel/config.yaml index 5c0828558..daaac6f52 100644 --- a/modules/ipec/s2c_dns_tunnel/config.yaml +++ b/modules/ipec/s2c_dns_tunnel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ipec/s2c_dns_tunnel/module.rb b/modules/ipec/s2c_dns_tunnel/module.rb index e6f9f9c6f..955b23d36 100644 --- a/modules/ipec/s2c_dns_tunnel/module.rb +++ b/modules/ipec/s2c_dns_tunnel/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/metasploit/browser_autopwn/command.js b/modules/metasploit/browser_autopwn/command.js index 7b5ef3ed5..abe1ec3a5 100644 --- a/modules/metasploit/browser_autopwn/command.js +++ b/modules/metasploit/browser_autopwn/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/metasploit/browser_autopwn/config.yaml b/modules/metasploit/browser_autopwn/config.yaml index 193abbb0f..fa3bc3e77 100644 --- a/modules/metasploit/browser_autopwn/config.yaml +++ b/modules/metasploit/browser_autopwn/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/metasploit/browser_autopwn/module.rb b/modules/metasploit/browser_autopwn/module.rb index d274bc03d..20dfca9b4 100644 --- a/modules/metasploit/browser_autopwn/module.rb +++ b/modules/metasploit/browser_autopwn/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/blockui/command.js b/modules/misc/blockui/command.js index 1f8d0b874..535cd9dbf 100644 --- a/modules/misc/blockui/command.js +++ b/modules/misc/blockui/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/blockui/config.yaml b/modules/misc/blockui/config.yaml index 56d7aea41..2980c0437 100644 --- a/modules/misc/blockui/config.yaml +++ b/modules/misc/blockui/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/blockui/module.rb b/modules/misc/blockui/module.rb index 3300e2a8e..20c9cdc1b 100644 --- a/modules/misc/blockui/module.rb +++ b/modules/misc/blockui/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/ibm_inotes/extract_inotes_list/command.js b/modules/misc/ibm_inotes/extract_inotes_list/command.js index d34c6eb9c..697631a43 100644 --- a/modules/misc/ibm_inotes/extract_inotes_list/command.js +++ b/modules/misc/ibm_inotes/extract_inotes_list/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/extract_inotes_list/config.yaml b/modules/misc/ibm_inotes/extract_inotes_list/config.yaml index 70ad01aed..8fd5fb61f 100644 --- a/modules/misc/ibm_inotes/extract_inotes_list/config.yaml +++ b/modules/misc/ibm_inotes/extract_inotes_list/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/extract_inotes_list/module.rb b/modules/misc/ibm_inotes/extract_inotes_list/module.rb index 52efaef70..6c99a0cc1 100644 --- a/modules/misc/ibm_inotes/extract_inotes_list/module.rb +++ b/modules/misc/ibm_inotes/extract_inotes_list/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/inotes_flooder/command.js b/modules/misc/ibm_inotes/inotes_flooder/command.js index 82b54e75d..bab58dcc9 100644 --- a/modules/misc/ibm_inotes/inotes_flooder/command.js +++ b/modules/misc/ibm_inotes/inotes_flooder/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/inotes_flooder/config.yaml b/modules/misc/ibm_inotes/inotes_flooder/config.yaml index 76e362b73..549f0b735 100644 --- a/modules/misc/ibm_inotes/inotes_flooder/config.yaml +++ b/modules/misc/ibm_inotes/inotes_flooder/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/inotes_flooder/module.rb b/modules/misc/ibm_inotes/inotes_flooder/module.rb index 7da387e61..e110652de 100644 --- a/modules/misc/ibm_inotes/inotes_flooder/module.rb +++ b/modules/misc/ibm_inotes/inotes_flooder/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/read_inotes/command.js b/modules/misc/ibm_inotes/read_inotes/command.js index 87cc38d7d..e2b5e6aff 100644 --- a/modules/misc/ibm_inotes/read_inotes/command.js +++ b/modules/misc/ibm_inotes/read_inotes/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/read_inotes/config.yaml b/modules/misc/ibm_inotes/read_inotes/config.yaml index 04129a892..68e90a1cf 100644 --- a/modules/misc/ibm_inotes/read_inotes/config.yaml +++ b/modules/misc/ibm_inotes/read_inotes/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/read_inotes/module.rb b/modules/misc/ibm_inotes/read_inotes/module.rb index b58dcfa07..23d8d3c3a 100644 --- a/modules/misc/ibm_inotes/read_inotes/module.rb +++ b/modules/misc/ibm_inotes/read_inotes/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes/command.js b/modules/misc/ibm_inotes/send_inotes/command.js index 03cdffc04..83434c31d 100644 --- a/modules/misc/ibm_inotes/send_inotes/command.js +++ b/modules/misc/ibm_inotes/send_inotes/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes/config.yaml b/modules/misc/ibm_inotes/send_inotes/config.yaml index b4e96b211..3435f3e6d 100644 --- a/modules/misc/ibm_inotes/send_inotes/config.yaml +++ b/modules/misc/ibm_inotes/send_inotes/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes/module.rb b/modules/misc/ibm_inotes/send_inotes/module.rb index b697f2709..830b0f0e2 100644 --- a/modules/misc/ibm_inotes/send_inotes/module.rb +++ b/modules/misc/ibm_inotes/send_inotes/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes_with_attachment/command.js b/modules/misc/ibm_inotes/send_inotes_with_attachment/command.js index a58b97300..05476a67a 100644 --- a/modules/misc/ibm_inotes/send_inotes_with_attachment/command.js +++ b/modules/misc/ibm_inotes/send_inotes_with_attachment/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes_with_attachment/config.yaml b/modules/misc/ibm_inotes/send_inotes_with_attachment/config.yaml index aba139ea6..9c6850938 100644 --- a/modules/misc/ibm_inotes/send_inotes_with_attachment/config.yaml +++ b/modules/misc/ibm_inotes/send_inotes_with_attachment/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes_with_attachment/module.rb b/modules/misc/ibm_inotes/send_inotes_with_attachment/module.rb index 08441b7e1..58e23b2b1 100644 --- a/modules/misc/ibm_inotes/send_inotes_with_attachment/module.rb +++ b/modules/misc/ibm_inotes/send_inotes_with_attachment/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/iframe_keylogger/command.js b/modules/misc/iframe_keylogger/command.js index 5ca463fbc..f45a62011 100644 --- a/modules/misc/iframe_keylogger/command.js +++ b/modules/misc/iframe_keylogger/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/iframe_keylogger/config.yaml b/modules/misc/iframe_keylogger/config.yaml index 13886cc8d..63b571219 100644 --- a/modules/misc/iframe_keylogger/config.yaml +++ b/modules/misc/iframe_keylogger/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/iframe_keylogger/module.rb b/modules/misc/iframe_keylogger/module.rb index f568f3029..6dca5f29e 100644 --- a/modules/misc/iframe_keylogger/module.rb +++ b/modules/misc/iframe_keylogger/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/iframe_sniffer/command.js b/modules/misc/iframe_sniffer/command.js index 151f560ec..e26b53c5c 100644 --- a/modules/misc/iframe_sniffer/command.js +++ b/modules/misc/iframe_sniffer/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/iframe_sniffer/config.yaml b/modules/misc/iframe_sniffer/config.yaml index 9a12dfdf4..ac8d4223e 100644 --- a/modules/misc/iframe_sniffer/config.yaml +++ b/modules/misc/iframe_sniffer/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/iframe_sniffer/module.rb b/modules/misc/iframe_sniffer/module.rb index 0bed8e45f..06895237a 100644 --- a/modules/misc/iframe_sniffer/module.rb +++ b/modules/misc/iframe_sniffer/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/invisible_iframe/command.js b/modules/misc/invisible_iframe/command.js index 65fe787ee..0df8ca94a 100644 --- a/modules/misc/invisible_iframe/command.js +++ b/modules/misc/invisible_iframe/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/invisible_iframe/config.yaml b/modules/misc/invisible_iframe/config.yaml index daa33d2e5..87d681aa4 100644 --- a/modules/misc/invisible_iframe/config.yaml +++ b/modules/misc/invisible_iframe/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/invisible_iframe/module.rb b/modules/misc/invisible_iframe/module.rb index 6db3aae28..ed3b0fc5f 100644 --- a/modules/misc/invisible_iframe/module.rb +++ b/modules/misc/invisible_iframe/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/local_file_theft/command.js b/modules/misc/local_file_theft/command.js index 9ab88557e..87cd4411c 100644 --- a/modules/misc/local_file_theft/command.js +++ b/modules/misc/local_file_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/local_file_theft/config.yaml b/modules/misc/local_file_theft/config.yaml index 7772b889a..1582e62ac 100644 --- a/modules/misc/local_file_theft/config.yaml +++ b/modules/misc/local_file_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/local_file_theft/module.rb b/modules/misc/local_file_theft/module.rb index a391659d4..9eb488ffa 100644 --- a/modules/misc/local_file_theft/module.rb +++ b/modules/misc/local_file_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/nosleep/command.js b/modules/misc/nosleep/command.js index d60227c6c..dd1eb08b2 100644 --- a/modules/misc/nosleep/command.js +++ b/modules/misc/nosleep/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/nosleep/config.yaml b/modules/misc/nosleep/config.yaml index bcc3edcc4..63af2eb8d 100644 --- a/modules/misc/nosleep/config.yaml +++ b/modules/misc/nosleep/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/nosleep/module.rb b/modules/misc/nosleep/module.rb index 6848b4eba..562f62ad1 100644 --- a/modules/misc/nosleep/module.rb +++ b/modules/misc/nosleep/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/raw_javascript/command.js b/modules/misc/raw_javascript/command.js index 5acbce265..17a5facc7 100644 --- a/modules/misc/raw_javascript/command.js +++ b/modules/misc/raw_javascript/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/raw_javascript/config.yaml b/modules/misc/raw_javascript/config.yaml index 6f39b2ec7..17d24f46a 100644 --- a/modules/misc/raw_javascript/config.yaml +++ b/modules/misc/raw_javascript/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/raw_javascript/module.rb b/modules/misc/raw_javascript/module.rb index a5482cf5e..089478f04 100644 --- a/modules/misc/raw_javascript/module.rb +++ b/modules/misc/raw_javascript/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/read_gmail/command.js b/modules/misc/read_gmail/command.js index 5d1e75a93..7d784d63e 100644 --- a/modules/misc/read_gmail/command.js +++ b/modules/misc/read_gmail/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/read_gmail/config.yaml b/modules/misc/read_gmail/config.yaml index f29e26e6c..536967c50 100644 --- a/modules/misc/read_gmail/config.yaml +++ b/modules/misc/read_gmail/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/read_gmail/module.rb b/modules/misc/read_gmail/module.rb index 7fd22d7ab..887b95750 100644 --- a/modules/misc/read_gmail/module.rb +++ b/modules/misc/read_gmail/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2017 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/unblockui/command.js b/modules/misc/unblockui/command.js index 9fe06b73d..04d39d3ef 100644 --- a/modules/misc/unblockui/command.js +++ b/modules/misc/unblockui/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/unblockui/config.yaml b/modules/misc/unblockui/config.yaml index 57ed0fc37..075840d39 100644 --- a/modules/misc/unblockui/config.yaml +++ b/modules/misc/unblockui/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/unblockui/module.rb b/modules/misc/unblockui/module.rb index a46c1e81c..6f494d462 100644 --- a/modules/misc/unblockui/module.rb +++ b/modules/misc/unblockui/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/wordpress_post_auth_rce/command.js b/modules/misc/wordpress_post_auth_rce/command.js index 88d58e069..973ea6c51 100644 --- a/modules/misc/wordpress_post_auth_rce/command.js +++ b/modules/misc/wordpress_post_auth_rce/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/misc/wordpress_post_auth_rce/config.yaml b/modules/misc/wordpress_post_auth_rce/config.yaml index dfa22c32f..fefd110cd 100644 --- a/modules/misc/wordpress_post_auth_rce/config.yaml +++ b/modules/misc/wordpress_post_auth_rce/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/misc/wordpress_post_auth_rce/module.rb b/modules/misc/wordpress_post_auth_rce/module.rb index 046ba0837..4a877090b 100644 --- a/modules/misc/wordpress_post_auth_rce/module.rb +++ b/modules/misc/wordpress_post_auth_rce/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/DOSer/command.js b/modules/network/DOSer/command.js index d1be7b889..6c5125c3e 100644 --- a/modules/network/DOSer/command.js +++ b/modules/network/DOSer/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/DOSer/config.yaml b/modules/network/DOSer/config.yaml index 445f0853b..5cde2da11 100644 --- a/modules/network/DOSer/config.yaml +++ b/modules/network/DOSer/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/DOSer/module.rb b/modules/network/DOSer/module.rb index ea63d7167..d3d59e4d2 100644 --- a/modules/network/DOSer/module.rb +++ b/modules/network/DOSer/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_cors/command.js b/modules/network/cross_origin_scanner_cors/command.js index 78649d16e..92980c322 100644 --- a/modules/network/cross_origin_scanner_cors/command.js +++ b/modules/network/cross_origin_scanner_cors/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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_cors/config.yaml b/modules/network/cross_origin_scanner_cors/config.yaml index 710422a2d..3f7c0ec31 100644 --- a/modules/network/cross_origin_scanner_cors/config.yaml +++ b/modules/network/cross_origin_scanner_cors/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_cors/module.rb b/modules/network/cross_origin_scanner_cors/module.rb index 00be84d9e..5e04e0ca6 100644 --- a/modules/network/cross_origin_scanner_cors/module.rb +++ b/modules/network/cross_origin_scanner_cors/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_burp/command.js b/modules/network/detect_burp/command.js index ebc304b59..9988f637b 100644 --- a/modules/network/detect_burp/command.js +++ b/modules/network/detect_burp/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_burp/config.yaml b/modules/network/detect_burp/config.yaml index 20c8c9254..8d5af0e4b 100644 --- a/modules/network/detect_burp/config.yaml +++ b/modules/network/detect_burp/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_burp/module.rb b/modules/network/detect_burp/module.rb index 5eb18a522..b28a444f9 100644 --- a/modules/network/detect_burp/module.rb +++ b/modules/network/detect_burp/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_soc_nets/command.js b/modules/network/detect_soc_nets/command.js index 6f998f358..1e5b17ed0 100644 --- a/modules/network/detect_soc_nets/command.js +++ b/modules/network/detect_soc_nets/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_soc_nets/config.yaml b/modules/network/detect_soc_nets/config.yaml index 4c1c103e9..2ef9634c8 100644 --- a/modules/network/detect_soc_nets/config.yaml +++ b/modules/network/detect_soc_nets/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_soc_nets/module.rb b/modules/network/detect_soc_nets/module.rb index 9d0200952..7a58b0dfa 100644 --- a/modules/network/detect_soc_nets/module.rb +++ b/modules/network/detect_soc_nets/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_tor/command.js b/modules/network/detect_tor/command.js index fcb7dc143..ad78465be 100644 --- a/modules/network/detect_tor/command.js +++ b/modules/network/detect_tor/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/detect_tor/config.yaml b/modules/network/detect_tor/config.yaml index 999290fb6..a305e4bb5 100644 --- a/modules/network/detect_tor/config.yaml +++ b/modules/network/detect_tor/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/detect_tor/module.rb b/modules/network/detect_tor/module.rb index f331ba783..6a4e194bc 100644 --- a/modules/network/detect_tor/module.rb +++ b/modules/network/detect_tor/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/dns_enumeration/command.js b/modules/network/dns_enumeration/command.js index 9085f947a..155bf25e5 100644 --- a/modules/network/dns_enumeration/command.js +++ b/modules/network/dns_enumeration/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/dns_enumeration/config.yaml b/modules/network/dns_enumeration/config.yaml index d88504435..40a3155ae 100644 --- a/modules/network/dns_enumeration/config.yaml +++ b/modules/network/dns_enumeration/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/dns_enumeration/module.rb b/modules/network/dns_enumeration/module.rb index a5c45726e..86191e75d 100644 --- a/modules/network/dns_enumeration/module.rb +++ b/modules/network/dns_enumeration/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_http_servers/command.js b/modules/network/get_http_servers/command.js index b4a26d5a0..88acb660d 100644 --- a/modules/network/get_http_servers/command.js +++ b/modules/network/get_http_servers/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/get_http_servers/config.yaml b/modules/network/get_http_servers/config.yaml index 1d1f4baa8..2ead8ba66 100644 --- a/modules/network/get_http_servers/config.yaml +++ b/modules/network/get_http_servers/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_http_servers/module.rb b/modules/network/get_http_servers/module.rb index 56db9ea87..cde9a6d7b 100644 --- a/modules/network/get_http_servers/module.rb +++ b/modules/network/get_http_servers/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_ntop_network_hosts/command.js b/modules/network/get_ntop_network_hosts/command.js index 71430e081..151d551d9 100644 --- a/modules/network/get_ntop_network_hosts/command.js +++ b/modules/network/get_ntop_network_hosts/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/get_ntop_network_hosts/config.yaml b/modules/network/get_ntop_network_hosts/config.yaml index a9a902ff0..35d248341 100644 --- a/modules/network/get_ntop_network_hosts/config.yaml +++ b/modules/network/get_ntop_network_hosts/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_ntop_network_hosts/module.rb b/modules/network/get_ntop_network_hosts/module.rb index 7866252d5..54caae7c3 100644 --- a/modules/network/get_ntop_network_hosts/module.rb +++ b/modules/network/get_ntop_network_hosts/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_proxy_servers_wpad/command.js b/modules/network/get_proxy_servers_wpad/command.js index b7358aebb..675b6f684 100644 --- a/modules/network/get_proxy_servers_wpad/command.js +++ b/modules/network/get_proxy_servers_wpad/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/get_proxy_servers_wpad/config.yaml b/modules/network/get_proxy_servers_wpad/config.yaml index 264c4f053..bb203b325 100644 --- a/modules/network/get_proxy_servers_wpad/config.yaml +++ b/modules/network/get_proxy_servers_wpad/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/get_proxy_servers_wpad/module.rb b/modules/network/get_proxy_servers_wpad/module.rb index 0d2584edc..d71833bdf 100644 --- a/modules/network/get_proxy_servers_wpad/module.rb +++ b/modules/network/get_proxy_servers_wpad/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/identify_lan_subnets/command.js b/modules/network/identify_lan_subnets/command.js index 5d389f171..a9de6dd77 100644 --- a/modules/network/identify_lan_subnets/command.js +++ b/modules/network/identify_lan_subnets/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/identify_lan_subnets/config.yaml b/modules/network/identify_lan_subnets/config.yaml index 4b0ca1c99..a0b5973e6 100644 --- a/modules/network/identify_lan_subnets/config.yaml +++ b/modules/network/identify_lan_subnets/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/identify_lan_subnets/module.rb b/modules/network/identify_lan_subnets/module.rb index ca452bfbb..a748b5961 100644 --- a/modules/network/identify_lan_subnets/module.rb +++ b/modules/network/identify_lan_subnets/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/internal_network_fingerprinting/command.js b/modules/network/internal_network_fingerprinting/command.js index c46758dce..267b97f7b 100644 --- a/modules/network/internal_network_fingerprinting/command.js +++ b/modules/network/internal_network_fingerprinting/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/internal_network_fingerprinting/config.yaml b/modules/network/internal_network_fingerprinting/config.yaml index aab487ae5..7a8ce01ae 100644 --- a/modules/network/internal_network_fingerprinting/config.yaml +++ b/modules/network/internal_network_fingerprinting/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/internal_network_fingerprinting/module.rb b/modules/network/internal_network_fingerprinting/module.rb index 762d91848..c2022ba1c 100644 --- a/modules/network/internal_network_fingerprinting/module.rb +++ b/modules/network/internal_network_fingerprinting/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/jslanscanner/command.js b/modules/network/jslanscanner/command.js index f3219520c..9e7458b26 100644 --- a/modules/network/jslanscanner/command.js +++ b/modules/network/jslanscanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/jslanscanner/config.yaml b/modules/network/jslanscanner/config.yaml index 159be72de..b23a9465f 100644 --- a/modules/network/jslanscanner/config.yaml +++ b/modules/network/jslanscanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/jslanscanner/module.rb b/modules/network/jslanscanner/module.rb index 6eb602937..29ae17b95 100644 --- a/modules/network/jslanscanner/module.rb +++ b/modules/network/jslanscanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/nat_pinning_irc/command.js b/modules/network/nat_pinning_irc/command.js index e8ec8c35d..289b67f37 100644 --- a/modules/network/nat_pinning_irc/command.js +++ b/modules/network/nat_pinning_irc/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/nat_pinning_irc/config.yaml b/modules/network/nat_pinning_irc/config.yaml index 6801b9cf8..845efcaed 100644 --- a/modules/network/nat_pinning_irc/config.yaml +++ b/modules/network/nat_pinning_irc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/nat_pinning_irc/module.rb b/modules/network/nat_pinning_irc/module.rb index 5f43b0a58..6b4eb12aa 100644 --- a/modules/network/nat_pinning_irc/module.rb +++ b/modules/network/nat_pinning_irc/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ping_sweep/command.js b/modules/network/ping_sweep/command.js index 78cea7726..64522e4f0 100644 --- a/modules/network/ping_sweep/command.js +++ b/modules/network/ping_sweep/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ping_sweep/config.yaml b/modules/network/ping_sweep/config.yaml index e3613f8fb..b293dd8cf 100644 --- a/modules/network/ping_sweep/config.yaml +++ b/modules/network/ping_sweep/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ping_sweep/module.rb b/modules/network/ping_sweep/module.rb index d2a26ed1d..e27ad89ad 100644 --- a/modules/network/ping_sweep/module.rb +++ b/modules/network/ping_sweep/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ping_sweep_ff/command.js b/modules/network/ping_sweep_ff/command.js index a4a45fbb3..c219af3a5 100644 --- a/modules/network/ping_sweep_ff/command.js +++ b/modules/network/ping_sweep_ff/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ping_sweep_ff/config.yaml b/modules/network/ping_sweep_ff/config.yaml index e0efec646..e15393cf2 100644 --- a/modules/network/ping_sweep_ff/config.yaml +++ b/modules/network/ping_sweep_ff/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ping_sweep_ff/module.rb b/modules/network/ping_sweep_ff/module.rb index fd38e9edb..3520fd98c 100644 --- a/modules/network/ping_sweep_ff/module.rb +++ b/modules/network/ping_sweep_ff/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ping_sweep_java/command.js b/modules/network/ping_sweep_java/command.js index 8dff56590..3ab2545c2 100644 --- a/modules/network/ping_sweep_java/command.js +++ b/modules/network/ping_sweep_java/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/ping_sweep_java/config.yaml b/modules/network/ping_sweep_java/config.yaml index 7c99f3cca..733153f54 100644 --- a/modules/network/ping_sweep_java/config.yaml +++ b/modules/network/ping_sweep_java/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ping_sweep_java/module.rb b/modules/network/ping_sweep_java/module.rb index 4706bfa30..cf331b3c7 100644 --- a/modules/network/ping_sweep_java/module.rb +++ b/modules/network/ping_sweep_java/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ping_sweep_java/pingSweep.java b/modules/network/ping_sweep_java/pingSweep.java index f4c7d2cd8..fffcb3fc6 100644 --- a/modules/network/ping_sweep_java/pingSweep.java +++ b/modules/network/ping_sweep_java/pingSweep.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/port_scanner/command.js b/modules/network/port_scanner/command.js index d195d8022..4d161db27 100644 --- a/modules/network/port_scanner/command.js +++ b/modules/network/port_scanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/port_scanner/config.yaml b/modules/network/port_scanner/config.yaml index 2bc971d69..178131b4c 100644 --- a/modules/network/port_scanner/config.yaml +++ b/modules/network/port_scanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/port_scanner/module.rb b/modules/network/port_scanner/module.rb index b35124b78..028547fae 100644 --- a/modules/network/port_scanner/module.rb +++ b/modules/network/port_scanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/confirm_close_tab/command.js b/modules/persistence/confirm_close_tab/command.js index bc726831d..c60ebf83e 100644 --- a/modules/persistence/confirm_close_tab/command.js +++ b/modules/persistence/confirm_close_tab/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/persistence/confirm_close_tab/config.yaml b/modules/persistence/confirm_close_tab/config.yaml index 05d5c9d6c..02961a308 100644 --- a/modules/persistence/confirm_close_tab/config.yaml +++ b/modules/persistence/confirm_close_tab/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/confirm_close_tab/module.rb b/modules/persistence/confirm_close_tab/module.rb index b15b3380e..b04abfe5b 100644 --- a/modules/persistence/confirm_close_tab/module.rb +++ b/modules/persistence/confirm_close_tab/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/hijack_opener/command.js b/modules/persistence/hijack_opener/command.js index 0b6c4c692..9960ea728 100644 --- a/modules/persistence/hijack_opener/command.js +++ b/modules/persistence/hijack_opener/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/persistence/hijack_opener/config.yaml b/modules/persistence/hijack_opener/config.yaml index 3c456aa67..c897f646c 100644 --- a/modules/persistence/hijack_opener/config.yaml +++ b/modules/persistence/hijack_opener/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/hijack_opener/module.rb b/modules/persistence/hijack_opener/module.rb index 0b00d4c38..dd98bfdbf 100644 --- a/modules/persistence/hijack_opener/module.rb +++ b/modules/persistence/hijack_opener/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/iframe_above/command.js b/modules/persistence/iframe_above/command.js index 58e88fd3b..aabdf2eef 100644 --- a/modules/persistence/iframe_above/command.js +++ b/modules/persistence/iframe_above/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/persistence/iframe_above/config.yaml b/modules/persistence/iframe_above/config.yaml index 5e62ede47..c01cbaccb 100644 --- a/modules/persistence/iframe_above/config.yaml +++ b/modules/persistence/iframe_above/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/iframe_above/module.rb b/modules/persistence/iframe_above/module.rb index 565f3c2c3..9635c12de 100644 --- a/modules/persistence/iframe_above/module.rb +++ b/modules/persistence/iframe_above/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/man_in_the_browser/command.js b/modules/persistence/man_in_the_browser/command.js index 3b4074ea5..00e4494db 100644 --- a/modules/persistence/man_in_the_browser/command.js +++ b/modules/persistence/man_in_the_browser/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/persistence/man_in_the_browser/config.yaml b/modules/persistence/man_in_the_browser/config.yaml index 17ae4e05e..8ae884535 100644 --- a/modules/persistence/man_in_the_browser/config.yaml +++ b/modules/persistence/man_in_the_browser/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/man_in_the_browser/module.rb b/modules/persistence/man_in_the_browser/module.rb index b2fab9a9e..fafab8134 100644 --- a/modules/persistence/man_in_the_browser/module.rb +++ b/modules/persistence/man_in_the_browser/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/popunder_window/command.js b/modules/persistence/popunder_window/command.js index 35324341e..9031a1ffd 100644 --- a/modules/persistence/popunder_window/command.js +++ b/modules/persistence/popunder_window/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/persistence/popunder_window/config.yaml b/modules/persistence/popunder_window/config.yaml index a7957cfdf..ac39b1e9d 100644 --- a/modules/persistence/popunder_window/config.yaml +++ b/modules/persistence/popunder_window/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/persistence/popunder_window/module.rb b/modules/persistence/popunder_window/module.rb index eebde97d9..4bbb7abfa 100644 --- a/modules/persistence/popunder_window/module.rb +++ b/modules/persistence/popunder_window/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_alert_user/command.js b/modules/phonegap/phonegap_alert_user/command.js index 102a96c49..1e50e8df6 100644 --- a/modules/phonegap/phonegap_alert_user/command.js +++ b/modules/phonegap/phonegap_alert_user/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_alert_user/config.yaml b/modules/phonegap/phonegap_alert_user/config.yaml index cf90e5a97..cbfbc4abb 100644 --- a/modules/phonegap/phonegap_alert_user/config.yaml +++ b/modules/phonegap/phonegap_alert_user/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_alert_user/module.rb b/modules/phonegap/phonegap_alert_user/module.rb index cffe19ea8..769cfd61a 100644 --- a/modules/phonegap/phonegap_alert_user/module.rb +++ b/modules/phonegap/phonegap_alert_user/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_beep/command.js b/modules/phonegap/phonegap_beep/command.js index 5d19ab06b..d265276a5 100644 --- a/modules/phonegap/phonegap_beep/command.js +++ b/modules/phonegap/phonegap_beep/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_beep/config.yaml b/modules/phonegap/phonegap_beep/config.yaml index a2b1798d2..7914a6c57 100644 --- a/modules/phonegap/phonegap_beep/config.yaml +++ b/modules/phonegap/phonegap_beep/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_beep/module.rb b/modules/phonegap/phonegap_beep/module.rb index c41727bc1..e1830ca7b 100644 --- a/modules/phonegap/phonegap_beep/module.rb +++ b/modules/phonegap/phonegap_beep/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_check_connection/command.js b/modules/phonegap/phonegap_check_connection/command.js index 0e77011ea..3ef297f15 100644 --- a/modules/phonegap/phonegap_check_connection/command.js +++ b/modules/phonegap/phonegap_check_connection/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/phonegap/phonegap_check_connection/config.yaml b/modules/phonegap/phonegap_check_connection/config.yaml index d2e2728e1..848791e72 100644 --- a/modules/phonegap/phonegap_check_connection/config.yaml +++ b/modules/phonegap/phonegap_check_connection/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_check_connection/module.rb b/modules/phonegap/phonegap_check_connection/module.rb index 36afbba75..baea82a97 100644 --- a/modules/phonegap/phonegap_check_connection/module.rb +++ b/modules/phonegap/phonegap_check_connection/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_detect/command.js b/modules/phonegap/phonegap_detect/command.js index d3af397e6..497ce4053 100644 --- a/modules/phonegap/phonegap_detect/command.js +++ b/modules/phonegap/phonegap_detect/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_detect/config.yaml b/modules/phonegap/phonegap_detect/config.yaml index c6250bebf..0845e540a 100644 --- a/modules/phonegap/phonegap_detect/config.yaml +++ b/modules/phonegap/phonegap_detect/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_detect/module.rb b/modules/phonegap/phonegap_detect/module.rb index 392b5fa73..f4e7a0eea 100644 --- a/modules/phonegap/phonegap_detect/module.rb +++ b/modules/phonegap/phonegap_detect/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_file_upload/command.js b/modules/phonegap/phonegap_file_upload/command.js index 9f4cc8412..c6117d691 100644 --- a/modules/phonegap/phonegap_file_upload/command.js +++ b/modules/phonegap/phonegap_file_upload/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_file_upload/config.yaml b/modules/phonegap/phonegap_file_upload/config.yaml index 5de5363b1..d0a41417c 100644 --- a/modules/phonegap/phonegap_file_upload/config.yaml +++ b/modules/phonegap/phonegap_file_upload/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_file_upload/module.rb b/modules/phonegap/phonegap_file_upload/module.rb index bec99ba4f..caa937a89 100644 --- a/modules/phonegap/phonegap_file_upload/module.rb +++ b/modules/phonegap/phonegap_file_upload/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_geo_locate/command.js b/modules/phonegap/phonegap_geo_locate/command.js index 6d57fba66..282d4a162 100644 --- a/modules/phonegap/phonegap_geo_locate/command.js +++ b/modules/phonegap/phonegap_geo_locate/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_geo_locate/config.yaml b/modules/phonegap/phonegap_geo_locate/config.yaml index 2f8cc6563..7d3f1acec 100644 --- a/modules/phonegap/phonegap_geo_locate/config.yaml +++ b/modules/phonegap/phonegap_geo_locate/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_geo_locate/module.rb b/modules/phonegap/phonegap_geo_locate/module.rb index 164158948..2e19aa548 100644 --- a/modules/phonegap/phonegap_geo_locate/module.rb +++ b/modules/phonegap/phonegap_geo_locate/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_globalization_status/command.js b/modules/phonegap/phonegap_globalization_status/command.js index 49208ae7c..df7fc8f84 100644 --- a/modules/phonegap/phonegap_globalization_status/command.js +++ b/modules/phonegap/phonegap_globalization_status/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_globalization_status/config.yaml b/modules/phonegap/phonegap_globalization_status/config.yaml index 3ea743ad2..fba6d8a69 100644 --- a/modules/phonegap/phonegap_globalization_status/config.yaml +++ b/modules/phonegap/phonegap_globalization_status/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_globalization_status/module.rb b/modules/phonegap/phonegap_globalization_status/module.rb index 82f91003e..39109baa5 100644 --- a/modules/phonegap/phonegap_globalization_status/module.rb +++ b/modules/phonegap/phonegap_globalization_status/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_keychain/command.js b/modules/phonegap/phonegap_keychain/command.js index fd4aa52ee..1400c1025 100644 --- a/modules/phonegap/phonegap_keychain/command.js +++ b/modules/phonegap/phonegap_keychain/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_keychain/config.yaml b/modules/phonegap/phonegap_keychain/config.yaml index 3d9d43b3e..6612e3029 100644 --- a/modules/phonegap/phonegap_keychain/config.yaml +++ b/modules/phonegap/phonegap_keychain/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_keychain/module.rb b/modules/phonegap/phonegap_keychain/module.rb index cce6f9601..15c4fb26b 100644 --- a/modules/phonegap/phonegap_keychain/module.rb +++ b/modules/phonegap/phonegap_keychain/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_list_contacts/command.js b/modules/phonegap/phonegap_list_contacts/command.js index 83973d37a..17da61213 100644 --- a/modules/phonegap/phonegap_list_contacts/command.js +++ b/modules/phonegap/phonegap_list_contacts/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_list_contacts/config.yaml b/modules/phonegap/phonegap_list_contacts/config.yaml index cbc358c86..0cac43550 100644 --- a/modules/phonegap/phonegap_list_contacts/config.yaml +++ b/modules/phonegap/phonegap_list_contacts/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_list_contacts/module.rb b/modules/phonegap/phonegap_list_contacts/module.rb index 85b52d317..9a1538ab4 100644 --- a/modules/phonegap/phonegap_list_contacts/module.rb +++ b/modules/phonegap/phonegap_list_contacts/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_list_files/command.js b/modules/phonegap/phonegap_list_files/command.js index b74af6eb2..be57b668c 100644 --- a/modules/phonegap/phonegap_list_files/command.js +++ b/modules/phonegap/phonegap_list_files/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_list_files/config.yaml b/modules/phonegap/phonegap_list_files/config.yaml index 7d52d44a1..f29539c74 100644 --- a/modules/phonegap/phonegap_list_files/config.yaml +++ b/modules/phonegap/phonegap_list_files/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_list_files/module.rb b/modules/phonegap/phonegap_list_files/module.rb index e12b6c465..1109e5dc1 100644 --- a/modules/phonegap/phonegap_list_files/module.rb +++ b/modules/phonegap/phonegap_list_files/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_persist_resume/command.js b/modules/phonegap/phonegap_persist_resume/command.js index 5070e9429..b46fcd8a6 100644 --- a/modules/phonegap/phonegap_persist_resume/command.js +++ b/modules/phonegap/phonegap_persist_resume/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/phonegap/phonegap_persist_resume/config.yaml b/modules/phonegap/phonegap_persist_resume/config.yaml index 89a2aafda..1fff0bde6 100644 --- a/modules/phonegap/phonegap_persist_resume/config.yaml +++ b/modules/phonegap/phonegap_persist_resume/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_persist_resume/module.rb b/modules/phonegap/phonegap_persist_resume/module.rb index ed3b44ca7..9eec5acd7 100644 --- a/modules/phonegap/phonegap_persist_resume/module.rb +++ b/modules/phonegap/phonegap_persist_resume/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_persistence/command.js b/modules/phonegap/phonegap_persistence/command.js index 91c79b7d5..dbce3c8d7 100644 --- a/modules/phonegap/phonegap_persistence/command.js +++ b/modules/phonegap/phonegap_persistence/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_persistence/config.yaml b/modules/phonegap/phonegap_persistence/config.yaml index 2d76708df..4e71b8d43 100644 --- a/modules/phonegap/phonegap_persistence/config.yaml +++ b/modules/phonegap/phonegap_persistence/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_persistence/module.rb b/modules/phonegap/phonegap_persistence/module.rb index 2677cb7f5..e3d051350 100644 --- a/modules/phonegap/phonegap_persistence/module.rb +++ b/modules/phonegap/phonegap_persistence/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_plugin_detection/command.js b/modules/phonegap/phonegap_plugin_detection/command.js index 09d53e0a9..e6948e11d 100644 --- a/modules/phonegap/phonegap_plugin_detection/command.js +++ b/modules/phonegap/phonegap_plugin_detection/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_plugin_detection/config.yaml b/modules/phonegap/phonegap_plugin_detection/config.yaml index 28063c65f..efd6a0ba2 100644 --- a/modules/phonegap/phonegap_plugin_detection/config.yaml +++ b/modules/phonegap/phonegap_plugin_detection/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_plugin_detection/module.rb b/modules/phonegap/phonegap_plugin_detection/module.rb index 56cca85f7..8d4114d2b 100644 --- a/modules/phonegap/phonegap_plugin_detection/module.rb +++ b/modules/phonegap/phonegap_plugin_detection/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_prompt_user/command.js b/modules/phonegap/phonegap_prompt_user/command.js index 430a2e239..d33ee715c 100644 --- a/modules/phonegap/phonegap_prompt_user/command.js +++ b/modules/phonegap/phonegap_prompt_user/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_prompt_user/config.yaml b/modules/phonegap/phonegap_prompt_user/config.yaml index a3a8e109d..5408878cb 100644 --- a/modules/phonegap/phonegap_prompt_user/config.yaml +++ b/modules/phonegap/phonegap_prompt_user/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_prompt_user/module.rb b/modules/phonegap/phonegap_prompt_user/module.rb index 0d4d014fc..98a7ead2a 100644 --- a/modules/phonegap/phonegap_prompt_user/module.rb +++ b/modules/phonegap/phonegap_prompt_user/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_start_record_audio/command.js b/modules/phonegap/phonegap_start_record_audio/command.js index caa98bbd9..f6fd0a061 100644 --- a/modules/phonegap/phonegap_start_record_audio/command.js +++ b/modules/phonegap/phonegap_start_record_audio/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_start_record_audio/config.yaml b/modules/phonegap/phonegap_start_record_audio/config.yaml index d39b8862c..c20c17bec 100644 --- a/modules/phonegap/phonegap_start_record_audio/config.yaml +++ b/modules/phonegap/phonegap_start_record_audio/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_start_record_audio/module.rb b/modules/phonegap/phonegap_start_record_audio/module.rb index dfa1b37e3..a968f4894 100644 --- a/modules/phonegap/phonegap_start_record_audio/module.rb +++ b/modules/phonegap/phonegap_start_record_audio/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_stop_record_audio/command.js b/modules/phonegap/phonegap_stop_record_audio/command.js index 4f69ce289..ad87cb2b3 100644 --- a/modules/phonegap/phonegap_stop_record_audio/command.js +++ b/modules/phonegap/phonegap_stop_record_audio/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/phonegap/phonegap_stop_record_audio/config.yaml b/modules/phonegap/phonegap_stop_record_audio/config.yaml index 5327acfc0..135307e29 100644 --- a/modules/phonegap/phonegap_stop_record_audio/config.yaml +++ b/modules/phonegap/phonegap_stop_record_audio/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/phonegap/phonegap_stop_record_audio/module.rb b/modules/phonegap/phonegap_stop_record_audio/module.rb index 75e04568b..b63ecfeda 100644 --- a/modules/phonegap/phonegap_stop_record_audio/module.rb +++ b/modules/phonegap/phonegap_stop_record_audio/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/autocomplete_theft/command.js b/modules/social_engineering/autocomplete_theft/command.js index 2f18615ab..05c797edc 100644 --- a/modules/social_engineering/autocomplete_theft/command.js +++ b/modules/social_engineering/autocomplete_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/autocomplete_theft/config.yaml b/modules/social_engineering/autocomplete_theft/config.yaml index 44c95845f..20b03fed0 100644 --- a/modules/social_engineering/autocomplete_theft/config.yaml +++ b/modules/social_engineering/autocomplete_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/autocomplete_theft/module.rb b/modules/social_engineering/autocomplete_theft/module.rb index d68dfc156..8567c76ee 100644 --- a/modules/social_engineering/autocomplete_theft/module.rb +++ b/modules/social_engineering/autocomplete_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/clickjacking/command.js b/modules/social_engineering/clickjacking/command.js index 8807d5c0c..b2faa6ffe 100644 --- a/modules/social_engineering/clickjacking/command.js +++ b/modules/social_engineering/clickjacking/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/social_engineering/clickjacking/config.yaml b/modules/social_engineering/clickjacking/config.yaml index e15fa9fd0..c721a099f 100644 --- a/modules/social_engineering/clickjacking/config.yaml +++ b/modules/social_engineering/clickjacking/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/clickjacking/module.rb b/modules/social_engineering/clickjacking/module.rb index 2b09ae54c..ec316f682 100644 --- a/modules/social_engineering/clickjacking/module.rb +++ b/modules/social_engineering/clickjacking/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/clippy/command.js b/modules/social_engineering/clippy/command.js index f17e16bba..9d463e88a 100755 --- a/modules/social_engineering/clippy/command.js +++ b/modules/social_engineering/clippy/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/clippy/config.yaml b/modules/social_engineering/clippy/config.yaml index 0d0887798..f3567d621 100755 --- a/modules/social_engineering/clippy/config.yaml +++ b/modules/social_engineering/clippy/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/clippy/module.rb b/modules/social_engineering/clippy/module.rb index 6f6b38eee..af38fb6df 100755 --- a/modules/social_engineering/clippy/module.rb +++ b/modules/social_engineering/clippy/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_evernote_clipper/command.js b/modules/social_engineering/fake_evernote_clipper/command.js index a5110b843..5160a80b5 100755 --- a/modules/social_engineering/fake_evernote_clipper/command.js +++ b/modules/social_engineering/fake_evernote_clipper/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/fake_evernote_clipper/config.yaml b/modules/social_engineering/fake_evernote_clipper/config.yaml index ffb2e3593..64defdada 100755 --- a/modules/social_engineering/fake_evernote_clipper/config.yaml +++ b/modules/social_engineering/fake_evernote_clipper/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_evernote_clipper/module.rb b/modules/social_engineering/fake_evernote_clipper/module.rb index fbfd4abb2..093d3146f 100755 --- a/modules/social_engineering/fake_evernote_clipper/module.rb +++ b/modules/social_engineering/fake_evernote_clipper/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_flash_update/command.js b/modules/social_engineering/fake_flash_update/command.js index f84a0f41b..82e022838 100755 --- a/modules/social_engineering/fake_flash_update/command.js +++ b/modules/social_engineering/fake_flash_update/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/fake_flash_update/config.yaml b/modules/social_engineering/fake_flash_update/config.yaml index 37db3c1a9..da7b1c086 100755 --- a/modules/social_engineering/fake_flash_update/config.yaml +++ b/modules/social_engineering/fake_flash_update/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_flash_update/module.rb b/modules/social_engineering/fake_flash_update/module.rb index 4011256d8..e192997c1 100755 --- a/modules/social_engineering/fake_flash_update/module.rb +++ b/modules/social_engineering/fake_flash_update/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_lastpass/command.js b/modules/social_engineering/fake_lastpass/command.js index f028d76ee..edcd7dd86 100755 --- a/modules/social_engineering/fake_lastpass/command.js +++ b/modules/social_engineering/fake_lastpass/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/fake_lastpass/config.yaml b/modules/social_engineering/fake_lastpass/config.yaml index 0333f4fd2..697f74597 100755 --- a/modules/social_engineering/fake_lastpass/config.yaml +++ b/modules/social_engineering/fake_lastpass/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_lastpass/module.rb b/modules/social_engineering/fake_lastpass/module.rb index e2878b92c..b37239254 100755 --- a/modules/social_engineering/fake_lastpass/module.rb +++ b/modules/social_engineering/fake_lastpass/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_notification/command.js b/modules/social_engineering/fake_notification/command.js index c8b528ffa..48019c90a 100644 --- a/modules/social_engineering/fake_notification/command.js +++ b/modules/social_engineering/fake_notification/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/fake_notification/config.yaml b/modules/social_engineering/fake_notification/config.yaml index be0c3dd46..01eb9ec03 100644 --- a/modules/social_engineering/fake_notification/config.yaml +++ b/modules/social_engineering/fake_notification/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_notification/module.rb b/modules/social_engineering/fake_notification/module.rb index 874cbe557..4b885bbba 100644 --- a/modules/social_engineering/fake_notification/module.rb +++ b/modules/social_engineering/fake_notification/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_notification_c/command.js b/modules/social_engineering/fake_notification_c/command.js index fba43933b..6cb2010cb 100644 --- a/modules/social_engineering/fake_notification_c/command.js +++ b/modules/social_engineering/fake_notification_c/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/fake_notification_c/config.yaml b/modules/social_engineering/fake_notification_c/config.yaml index b5e72dd4d..d39d89893 100644 --- a/modules/social_engineering/fake_notification_c/config.yaml +++ b/modules/social_engineering/fake_notification_c/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_notification_c/module.rb b/modules/social_engineering/fake_notification_c/module.rb index a6ba42077..b5efaaab1 100644 --- a/modules/social_engineering/fake_notification_c/module.rb +++ b/modules/social_engineering/fake_notification_c/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_notification_ff/command.js b/modules/social_engineering/fake_notification_ff/command.js index 160b8ffca..24d2ccb47 100644 --- a/modules/social_engineering/fake_notification_ff/command.js +++ b/modules/social_engineering/fake_notification_ff/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/fake_notification_ff/config.yaml b/modules/social_engineering/fake_notification_ff/config.yaml index bdf33b7f7..80c9cd871 100644 --- a/modules/social_engineering/fake_notification_ff/config.yaml +++ b/modules/social_engineering/fake_notification_ff/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_notification_ff/module.rb b/modules/social_engineering/fake_notification_ff/module.rb index db5baa269..7885f5f4b 100644 --- a/modules/social_engineering/fake_notification_ff/module.rb +++ b/modules/social_engineering/fake_notification_ff/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_notification_ie/command.js b/modules/social_engineering/fake_notification_ie/command.js index 2ebf14cd7..1d7e143f2 100644 --- a/modules/social_engineering/fake_notification_ie/command.js +++ b/modules/social_engineering/fake_notification_ie/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/fake_notification_ie/config.yaml b/modules/social_engineering/fake_notification_ie/config.yaml index 1947f7a52..326c98fde 100644 --- a/modules/social_engineering/fake_notification_ie/config.yaml +++ b/modules/social_engineering/fake_notification_ie/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/fake_notification_ie/module.rb b/modules/social_engineering/fake_notification_ie/module.rb index 7b1598b7e..a9ab3e0f1 100644 --- a/modules/social_engineering/fake_notification_ie/module.rb +++ b/modules/social_engineering/fake_notification_ie/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/firefox_extension_bindshell/command.js b/modules/social_engineering/firefox_extension_bindshell/command.js index c72e9f12e..780d34ba1 100644 --- a/modules/social_engineering/firefox_extension_bindshell/command.js +++ b/modules/social_engineering/firefox_extension_bindshell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/firefox_extension_bindshell/config.yaml b/modules/social_engineering/firefox_extension_bindshell/config.yaml index 60fa65f58..a9e7cf592 100644 --- a/modules/social_engineering/firefox_extension_bindshell/config.yaml +++ b/modules/social_engineering/firefox_extension_bindshell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/firefox_extension_bindshell/module.rb b/modules/social_engineering/firefox_extension_bindshell/module.rb index e50e2ba4b..c6344fd53 100644 --- a/modules/social_engineering/firefox_extension_bindshell/module.rb +++ b/modules/social_engineering/firefox_extension_bindshell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/firefox_extension_dropper/command.js b/modules/social_engineering/firefox_extension_dropper/command.js index 7e5ee4976..7563a52c9 100644 --- a/modules/social_engineering/firefox_extension_dropper/command.js +++ b/modules/social_engineering/firefox_extension_dropper/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/firefox_extension_dropper/config.yaml b/modules/social_engineering/firefox_extension_dropper/config.yaml index eb2ff3718..0c8002a5b 100644 --- a/modules/social_engineering/firefox_extension_dropper/config.yaml +++ b/modules/social_engineering/firefox_extension_dropper/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/firefox_extension_dropper/module.rb b/modules/social_engineering/firefox_extension_dropper/module.rb index e155733f9..5f5bf66e8 100644 --- a/modules/social_engineering/firefox_extension_dropper/module.rb +++ b/modules/social_engineering/firefox_extension_dropper/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/firefox_extension_reverse_shell/command.js b/modules/social_engineering/firefox_extension_reverse_shell/command.js index c72e9f12e..780d34ba1 100644 --- a/modules/social_engineering/firefox_extension_reverse_shell/command.js +++ b/modules/social_engineering/firefox_extension_reverse_shell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/firefox_extension_reverse_shell/config.yaml b/modules/social_engineering/firefox_extension_reverse_shell/config.yaml index 675e294ee..ff96eddc0 100644 --- a/modules/social_engineering/firefox_extension_reverse_shell/config.yaml +++ b/modules/social_engineering/firefox_extension_reverse_shell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/firefox_extension_reverse_shell/module.rb b/modules/social_engineering/firefox_extension_reverse_shell/module.rb index 88fed4e01..ac7f70a18 100644 --- a/modules/social_engineering/firefox_extension_reverse_shell/module.rb +++ b/modules/social_engineering/firefox_extension_reverse_shell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/gmail_phishing/command.js b/modules/social_engineering/gmail_phishing/command.js index 84a438bb6..98cf6f8ce 100644 --- a/modules/social_engineering/gmail_phishing/command.js +++ b/modules/social_engineering/gmail_phishing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/gmail_phishing/config.yaml b/modules/social_engineering/gmail_phishing/config.yaml index 9a4399a19..66aaa0d54 100644 --- a/modules/social_engineering/gmail_phishing/config.yaml +++ b/modules/social_engineering/gmail_phishing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/gmail_phishing/module.rb b/modules/social_engineering/gmail_phishing/module.rb index d659fa7c6..2e8330f9e 100644 --- a/modules/social_engineering/gmail_phishing/module.rb +++ b/modules/social_engineering/gmail_phishing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/hta_powershell/command.js b/modules/social_engineering/hta_powershell/command.js index 8b4a72215..0be22d1f0 100755 --- a/modules/social_engineering/hta_powershell/command.js +++ b/modules/social_engineering/hta_powershell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/hta_powershell/config.yaml b/modules/social_engineering/hta_powershell/config.yaml index 8739acd5e..eedbcf702 100755 --- a/modules/social_engineering/hta_powershell/config.yaml +++ b/modules/social_engineering/hta_powershell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/hta_powershell/module.rb b/modules/social_engineering/hta_powershell/module.rb index 1679afa35..7ae3a2925 100755 --- a/modules/social_engineering/hta_powershell/module.rb +++ b/modules/social_engineering/hta_powershell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/lcamtuf_download/command.js b/modules/social_engineering/lcamtuf_download/command.js index ba8e39335..96c7ca8a7 100644 --- a/modules/social_engineering/lcamtuf_download/command.js +++ b/modules/social_engineering/lcamtuf_download/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/lcamtuf_download/config.yaml b/modules/social_engineering/lcamtuf_download/config.yaml index 302650cb5..f1dfc05c1 100644 --- a/modules/social_engineering/lcamtuf_download/config.yaml +++ b/modules/social_engineering/lcamtuf_download/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/lcamtuf_download/module.rb b/modules/social_engineering/lcamtuf_download/module.rb index f8bda96cd..4c98c8ce6 100755 --- a/modules/social_engineering/lcamtuf_download/module.rb +++ b/modules/social_engineering/lcamtuf_download/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/pretty_theft/command.js b/modules/social_engineering/pretty_theft/command.js index 0f2e33aef..bbfc91ccb 100644 --- a/modules/social_engineering/pretty_theft/command.js +++ b/modules/social_engineering/pretty_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/pretty_theft/config.yaml b/modules/social_engineering/pretty_theft/config.yaml index e337fc3b4..40e114e10 100644 --- a/modules/social_engineering/pretty_theft/config.yaml +++ b/modules/social_engineering/pretty_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/pretty_theft/module.rb b/modules/social_engineering/pretty_theft/module.rb index 87f2dc355..0b64ab611 100644 --- a/modules/social_engineering/pretty_theft/module.rb +++ b/modules/social_engineering/pretty_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/replace_video_fake_plugin/command.js b/modules/social_engineering/replace_video_fake_plugin/command.js index 686880380..09ad53214 100644 --- a/modules/social_engineering/replace_video_fake_plugin/command.js +++ b/modules/social_engineering/replace_video_fake_plugin/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/replace_video_fake_plugin/config.yaml b/modules/social_engineering/replace_video_fake_plugin/config.yaml index 4677b85e2..753614187 100644 --- a/modules/social_engineering/replace_video_fake_plugin/config.yaml +++ b/modules/social_engineering/replace_video_fake_plugin/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/replace_video_fake_plugin/module.rb b/modules/social_engineering/replace_video_fake_plugin/module.rb index 549dedb3c..7d0652072 100644 --- a/modules/social_engineering/replace_video_fake_plugin/module.rb +++ b/modules/social_engineering/replace_video_fake_plugin/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/simple_hijacker/command.js b/modules/social_engineering/simple_hijacker/command.js index 4739d49cd..8b6b7fac6 100644 --- a/modules/social_engineering/simple_hijacker/command.js +++ b/modules/social_engineering/simple_hijacker/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/simple_hijacker/config.yaml b/modules/social_engineering/simple_hijacker/config.yaml index f528b91ab..6ca1e1ccf 100644 --- a/modules/social_engineering/simple_hijacker/config.yaml +++ b/modules/social_engineering/simple_hijacker/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/simple_hijacker/module.rb b/modules/social_engineering/simple_hijacker/module.rb index 3f0b7a55f..6586a64bb 100644 --- a/modules/social_engineering/simple_hijacker/module.rb +++ b/modules/social_engineering/simple_hijacker/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/simple_hijacker/templates/amazon.js b/modules/social_engineering/simple_hijacker/templates/amazon.js index f34d006f0..1d19bc96d 100644 --- a/modules/social_engineering/simple_hijacker/templates/amazon.js +++ b/modules/social_engineering/simple_hijacker/templates/amazon.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/social_engineering/simple_hijacker/templates/chromecertbeggar.js b/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js index f8124fff9..1639ead21 100644 --- a/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js +++ b/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/social_engineering/simple_hijacker/templates/chromecertbeggar2.js b/modules/social_engineering/simple_hijacker/templates/chromecertbeggar2.js index 58575034d..f48ddf1ad 100644 --- a/modules/social_engineering/simple_hijacker/templates/chromecertbeggar2.js +++ b/modules/social_engineering/simple_hijacker/templates/chromecertbeggar2.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/social_engineering/simple_hijacker/templates/confirmbox.js b/modules/social_engineering/simple_hijacker/templates/confirmbox.js index d0c27c159..b486ec901 100644 --- a/modules/social_engineering/simple_hijacker/templates/confirmbox.js +++ b/modules/social_engineering/simple_hijacker/templates/confirmbox.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/social_engineering/simple_hijacker/templates/credential.js b/modules/social_engineering/simple_hijacker/templates/credential.js index 967df5ac3..1a45707b7 100644 --- a/modules/social_engineering/simple_hijacker/templates/credential.js +++ b/modules/social_engineering/simple_hijacker/templates/credential.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2016 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/social_engineering/sitekiosk_breakout/command.js b/modules/social_engineering/sitekiosk_breakout/command.js index 0808f147a..313d2c74e 100644 --- a/modules/social_engineering/sitekiosk_breakout/command.js +++ b/modules/social_engineering/sitekiosk_breakout/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/sitekiosk_breakout/config.yaml b/modules/social_engineering/sitekiosk_breakout/config.yaml index 359c45c34..6bffd180f 100644 --- a/modules/social_engineering/sitekiosk_breakout/config.yaml +++ b/modules/social_engineering/sitekiosk_breakout/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/sitekiosk_breakout/module.rb b/modules/social_engineering/sitekiosk_breakout/module.rb index 2966bb3ac..f22a3e9dc 100644 --- a/modules/social_engineering/sitekiosk_breakout/module.rb +++ b/modules/social_engineering/sitekiosk_breakout/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/tabnabbing/command.js b/modules/social_engineering/tabnabbing/command.js index 52711dd57..8376c1851 100644 --- a/modules/social_engineering/tabnabbing/command.js +++ b/modules/social_engineering/tabnabbing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/tabnabbing/config.yaml b/modules/social_engineering/tabnabbing/config.yaml index 716906f98..3bacd0cc7 100644 --- a/modules/social_engineering/tabnabbing/config.yaml +++ b/modules/social_engineering/tabnabbing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/tabnabbing/module.rb b/modules/social_engineering/tabnabbing/module.rb index fe22728ac..153dfa687 100644 --- a/modules/social_engineering/tabnabbing/module.rb +++ b/modules/social_engineering/tabnabbing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/text_to_voice/command.js b/modules/social_engineering/text_to_voice/command.js index e628c0774..9f7becc4b 100644 --- a/modules/social_engineering/text_to_voice/command.js +++ b/modules/social_engineering/text_to_voice/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/text_to_voice/config.yaml b/modules/social_engineering/text_to_voice/config.yaml index df136a5b4..915e4b794 100644 --- a/modules/social_engineering/text_to_voice/config.yaml +++ b/modules/social_engineering/text_to_voice/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/text_to_voice/module.rb b/modules/social_engineering/text_to_voice/module.rb index a8e3ad2c5..3952204fe 100644 --- a/modules/social_engineering/text_to_voice/module.rb +++ b/modules/social_engineering/text_to_voice/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/ui_abuse_ie/command.js b/modules/social_engineering/ui_abuse_ie/command.js index 36059051e..e804c6fb6 100644 --- a/modules/social_engineering/ui_abuse_ie/command.js +++ b/modules/social_engineering/ui_abuse_ie/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2016 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/social_engineering/ui_abuse_ie/config.yaml b/modules/social_engineering/ui_abuse_ie/config.yaml index b9acce5fc..0de09b1fc 100644 --- a/modules/social_engineering/ui_abuse_ie/config.yaml +++ b/modules/social_engineering/ui_abuse_ie/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/social_engineering/ui_abuse_ie/module.rb b/modules/social_engineering/ui_abuse_ie/module.rb index c794cc501..74f9e0d0d 100644 --- a/modules/social_engineering/ui_abuse_ie/module.rb +++ b/modules/social_engineering/ui_abuse_ie/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/common/beef_test.rb b/test/common/beef_test.rb index 48042c337..1db3f8878 100644 --- a/test/common/beef_test.rb +++ b/test/common/beef_test.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/common/test_constants.rb b/test/common/test_constants.rb index ed5c29ed2..7b5c591e6 100644 --- a/test/common/test_constants.rb +++ b/test/common/test_constants.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/common/ts_common.rb b/test/common/ts_common.rb index 018bbbc5f..13d337308 100644 --- a/test/common/ts_common.rb +++ b/test/common/ts_common.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/check_environment.rb b/test/integration/check_environment.rb index dd01e1cf7..074ab69da 100644 --- a/test/integration/check_environment.rb +++ b/test/integration/check_environment.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_debug_modules.rb b/test/integration/tc_debug_modules.rb index 99e65a6ab..05cc515bb 100644 --- a/test/integration/tc_debug_modules.rb +++ b/test/integration/tc_debug_modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_jools.rb b/test/integration/tc_jools.rb index c90b0928b..583718839 100644 --- a/test/integration/tc_jools.rb +++ b/test/integration/tc_jools.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_login.rb b/test/integration/tc_login.rb index 214cb303b..4880a7043 100644 --- a/test/integration/tc_login.rb +++ b/test/integration/tc_login.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_network_rest.rb b/test/integration/tc_network_rest.rb index c6b2760cb..8eafa8de1 100644 --- a/test/integration/tc_network_rest.rb +++ b/test/integration/tc_network_rest.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_proxy.rb b/test/integration/tc_proxy.rb index 1df2d7bac..bb27c3d0e 100644 --- a/test/integration/tc_proxy.rb +++ b/test/integration/tc_proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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_webrtc_rest.rb b/test/integration/tc_webrtc_rest.rb index 134c3b3fe..cac8661ef 100644 --- a/test/integration/tc_webrtc_rest.rb +++ b/test/integration/tc_webrtc_rest.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/ts_integration.rb b/test/integration/ts_integration.rb index c2883590d..f7ebfb740 100644 --- a/test/integration/ts_integration.rb +++ b/test/integration/ts_integration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/thirdparty/msf/unit/check_environment.rb b/test/thirdparty/msf/unit/check_environment.rb index dd01e1cf7..074ab69da 100644 --- a/test/thirdparty/msf/unit/check_environment.rb +++ b/test/thirdparty/msf/unit/check_environment.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/thirdparty/msf/unit/tc_metasploit.rb b/test/thirdparty/msf/unit/tc_metasploit.rb index 7ab2820aa..916fae087 100644 --- a/test/thirdparty/msf/unit/tc_metasploit.rb +++ b/test/thirdparty/msf/unit/tc_metasploit.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/thirdparty/msf/unit/ts_metasploit.rb b/test/thirdparty/msf/unit/ts_metasploit.rb index f08cede87..1b3b3daae 100644 --- a/test/thirdparty/msf/unit/ts_metasploit.rb +++ b/test/thirdparty/msf/unit/ts_metasploit.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/filter/tc_base.rb b/test/unit/core/filter/tc_base.rb index 32920e42b..24859642f 100644 --- a/test/unit/core/filter/tc_base.rb +++ b/test/unit/core/filter/tc_base.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/filter/tc_command.rb b/test/unit/core/filter/tc_command.rb index a321a7b18..88e92b88e 100644 --- a/test/unit/core/filter/tc_command.rb +++ b/test/unit/core/filter/tc_command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/main/network_stack/handlers/dynamicreconstruction.rb b/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb index 9a8da11e5..c6da3baba 100644 --- a/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb +++ b/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/main/network_stack/handlers/redirector.rb b/test/unit/core/main/network_stack/handlers/redirector.rb index f17ca29a3..4a8e41534 100644 --- a/test/unit/core/main/network_stack/handlers/redirector.rb +++ b/test/unit/core/main/network_stack/handlers/redirector.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_api.rb b/test/unit/core/tc_api.rb index 42f235341..8f57ce79b 100644 --- a/test/unit/core/tc_api.rb +++ b/test/unit/core/tc_api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_autorun.rb b/test/unit/core/tc_autorun.rb index 75ab5d938..e052cb447 100644 --- a/test/unit/core/tc_autorun.rb +++ b/test/unit/core/tc_autorun.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_bootstrap.rb b/test/unit/core/tc_bootstrap.rb index 24fb2202b..2a7507916 100644 --- a/test/unit/core/tc_bootstrap.rb +++ b/test/unit/core/tc_bootstrap.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_core.rb b/test/unit/core/tc_core.rb index 91f99f928..8b7b46c75 100644 --- a/test/unit/core/tc_core.rb +++ b/test/unit/core/tc_core.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_extensions.rb b/test/unit/core/tc_extensions.rb index 20be85498..ac8cd0495 100644 --- a/test/unit/core/tc_extensions.rb +++ b/test/unit/core/tc_extensions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_loader.rb b/test/unit/core/tc_loader.rb index cadfd891f..c65102c0b 100644 --- a/test/unit/core/tc_loader.rb +++ b/test/unit/core/tc_loader.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_logger.rb b/test/unit/core/tc_logger.rb index d13f50602..7eb112206 100644 --- a/test/unit/core/tc_logger.rb +++ b/test/unit/core/tc_logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_modules.rb b/test/unit/core/tc_modules.rb index 54f816e3a..b0feb1648 100644 --- a/test/unit/core/tc_modules.rb +++ b/test/unit/core/tc_modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_obfuscation.rb b/test/unit/core/tc_obfuscation.rb index b6a34c982..ee91e308f 100644 --- a/test/unit/core/tc_obfuscation.rb +++ b/test/unit/core/tc_obfuscation.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/core/tc_social_engineering.rb b/test/unit/core/tc_social_engineering.rb index dac9c200c..28369668a 100644 --- a/test/unit/core/tc_social_engineering.rb +++ b/test/unit/core/tc_social_engineering.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_console.rb b/test/unit/extensions/tc_console.rb index 493430390..b6b183c0e 100644 --- a/test/unit/extensions/tc_console.rb +++ b/test/unit/extensions/tc_console.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_dns.rb b/test/unit/extensions/tc_dns.rb index 4cd4354ed..b91953e21 100644 --- a/test/unit/extensions/tc_dns.rb +++ b/test/unit/extensions/tc_dns.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_event_logger.rb b/test/unit/extensions/tc_event_logger.rb index 4a001ff6c..032b4e0a0 100644 --- a/test/unit/extensions/tc_event_logger.rb +++ b/test/unit/extensions/tc_event_logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_hooks.rb b/test/unit/extensions/tc_hooks.rb index bdc2f91e9..ba1ced1cf 100644 --- a/test/unit/extensions/tc_hooks.rb +++ b/test/unit/extensions/tc_hooks.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_ipec_tunnel.rb b/test/unit/extensions/tc_ipec_tunnel.rb index 303c44846..0ab6c5b20 100644 --- a/test/unit/extensions/tc_ipec_tunnel.rb +++ b/test/unit/extensions/tc_ipec_tunnel.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_network.rb b/test/unit/extensions/tc_network.rb index 52e3ef392..e40f2d409 100644 --- a/test/unit/extensions/tc_network.rb +++ b/test/unit/extensions/tc_network.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_proxy.rb b/test/unit/extensions/tc_proxy.rb index 0b3da6751..3d86b2918 100644 --- a/test/unit/extensions/tc_proxy.rb +++ b/test/unit/extensions/tc_proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_qrcode.rb b/test/unit/extensions/tc_qrcode.rb index 83d6de1db..c42fb20d8 100644 --- a/test/unit/extensions/tc_qrcode.rb +++ b/test/unit/extensions/tc_qrcode.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_requester.rb b/test/unit/extensions/tc_requester.rb index 03d4c88cb..4817c2ead 100644 --- a/test/unit/extensions/tc_requester.rb +++ b/test/unit/extensions/tc_requester.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_webrtc.rb b/test/unit/extensions/tc_webrtc.rb index 8249e543c..4f5f93a3f 100644 --- a/test/unit/extensions/tc_webrtc.rb +++ b/test/unit/extensions/tc_webrtc.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/extensions/tc_xssrays.rb b/test/unit/extensions/tc_xssrays.rb index 4dd89b76e..462d0b4df 100644 --- a/test/unit/extensions/tc_xssrays.rb +++ b/test/unit/extensions/tc_xssrays.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/tc_filesystem.rb b/test/unit/tc_filesystem.rb index 01c124189..57e862f49 100644 --- a/test/unit/tc_filesystem.rb +++ b/test/unit/tc_filesystem.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/tc_grep.rb b/test/unit/tc_grep.rb index 8d8c5fb2d..5b85aa155 100644 --- a/test/unit/tc_grep.rb +++ b/test/unit/tc_grep.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/unit/ts_unit.rb b/test/unit/ts_unit.rb index 832d5b4c7..12daa0be9 100644 --- a/test/unit/ts_unit.rb +++ b/test/unit/ts_unit.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2016 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/tools/csrf_to_beef/lib/module.rb b/tools/csrf_to_beef/lib/module.rb index 3b16eae85..1359bc608 100644 --- a/tools/csrf_to_beef/lib/module.rb +++ b/tools/csrf_to_beef/lib/module.rb @@ -5,7 +5,7 @@ class ConfigFile def generate(class_name) return <<-EOF # -# Copyright (c) 2006-2016 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 # @@ -34,7 +34,7 @@ class ModuleFile end return <<-EOF # -# Copyright (c) 2006-2016 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 # @@ -67,7 +67,7 @@ class CommandFile end return <<-EOF // -// Copyright (c) 2006-2016 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/update-beef b/update-beef index 44611a8f1..65e09ab0b 100755 --- a/update-beef +++ b/update-beef @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2006-2016 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 #