From 95793433fa71e6201116bfbcb49c0adde9efa758 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Fri, 26 Dec 2025 19:18:05 +1000 Subject: [PATCH] Update copyright year to 2026 --- Dockerfile | 2 +- Gemfile | 2 +- INSTALL.txt | 2 +- README.md | 2 +- Rakefile | 2 +- VERSION | 2 +- beef | 2 +- config.yaml | 4 +- core/api.rb | 2 +- core/api/extension.rb | 2 +- core/api/extensions.rb | 2 +- core/api/main/configuration.rb | 2 +- core/api/main/migration.rb | 2 +- core/api/main/network_stack/assethandler.rb | 2 +- core/api/main/server.rb | 2 +- core/api/main/server/hook.rb | 2 +- core/api/module.rb | 2 +- core/api/modules.rb | 2 +- core/bootstrap.rb | 2 +- core/core.rb | 2 +- core/extension.rb | 2 +- core/extensions.rb | 2 +- core/filters.rb | 2 +- core/filters/base.rb | 2 +- core/filters/browser.rb | 2 +- core/filters/command.rb | 2 +- core/filters/http.rb | 2 +- core/filters/page.rb | 2 +- core/hbmanager.rb | 2 +- core/loader.rb | 2 +- core/logger.rb | 2 +- core/main/autorun_engine/engine.rb | 2 +- core/main/autorun_engine/parser.rb | 2 +- core/main/autorun_engine/rule_loader.rb | 2 +- core/main/client/are.js | 2 +- core/main/client/beef.js | 2 +- core/main/client/browser.js | 2 +- core/main/client/browser/cookie.js | 2 +- core/main/client/browser/popup.js | 2 +- core/main/client/dom.js | 2 +- core/main/client/encode/base64.js | 2 +- core/main/client/encode/json.js | 2 +- core/main/client/geolocation.js | 2 +- core/main/client/hardware.js | 2 +- core/main/client/init.js | 2 +- core/main/client/lib/evercookie.js | 2 +- core/main/client/logger.js | 2 +- core/main/client/mitb.js | 2 +- core/main/client/net.js | 2 +- core/main/client/net/connection.js | 2 +- core/main/client/net/dns.js | 2 +- core/main/client/net/local.js | 2 +- core/main/client/net/portscanner.js | 2 +- core/main/client/net/requester.js | 2 +- core/main/client/os.js | 2 +- core/main/client/session.js | 2 +- core/main/client/timeout.js | 2 +- core/main/client/updater.js | 2 +- core/main/client/webrtc.js | 2 +- core/main/client/websocket.js | 2 +- core/main/command.rb | 2 +- core/main/configuration.rb | 2 +- core/main/console/banners.rb | 2 +- core/main/console/commandline.rb | 2 +- core/main/constants/browsers.rb | 2 +- core/main/constants/commandmodule.rb | 2 +- core/main/constants/hardware.rb | 2 +- core/main/constants/os.rb | 2 +- core/main/crypto.rb | 2 +- core/main/geoip.rb | 2 +- core/main/handlers/browserdetails.rb | 2 +- core/main/handlers/commands.rb | 2 +- core/main/handlers/hookedbrowsers.rb | 2 +- core/main/handlers/modules/beefjs.rb | 2 +- core/main/handlers/modules/command.rb | 4 +- core/main/handlers/modules/legacybeefjs.rb | 2 +- .../main/handlers/modules/multistagebeefjs.rb | 2 +- core/main/logger.rb | 2 +- core/main/migration.rb | 2 +- core/main/model.rb | 2 +- core/main/models/browserdetails.rb | 2 +- core/main/models/command.rb | 2 +- core/main/models/commandmodule.rb | 2 +- core/main/models/execution.rb | 2 +- core/main/models/hookedbrowser.rb | 2 +- core/main/models/legacybrowseruseragents.rb | 2 +- core/main/models/log.rb | 2 +- core/main/models/optioncache.rb | 2 +- core/main/models/result.rb | 2 +- core/main/models/rule.rb | 2 +- core/main/network_stack/api.rb | 2 +- core/main/network_stack/assethandler.rb | 2 +- .../handlers/dynamicreconstruction.rb | 2 +- core/main/network_stack/handlers/raw.rb | 2 +- .../main/network_stack/handlers/redirector.rb | 2 +- .../main/network_stack/websocket/websocket.rb | 2 +- core/main/rest/api.rb | 2 +- core/main/rest/handlers/admin.rb | 2 +- core/main/rest/handlers/autorun_engine.rb | 2 +- core/main/rest/handlers/browserdetails.rb | 2 +- core/main/rest/handlers/categories.rb | 2 +- core/main/rest/handlers/hookedbrowsers.rb | 2 +- core/main/rest/handlers/logs.rb | 2 +- core/main/rest/handlers/modules.rb | 2 +- core/main/rest/handlers/server.rb | 2 +- core/main/router/api.rb | 2 +- core/main/router/router.rb | 2 +- core/main/server.rb | 2 +- core/module.rb | 2 +- core/modules.rb | 2 +- core/ruby.rb | 2 +- core/ruby/hash.rb | 2 +- core/ruby/module.rb | 2 +- core/ruby/print.rb | 2 +- core/ruby/security.rb | 2 +- core/ruby/string.rb | 2 +- core/settings.rb | 2 +- doc/COPYING | 2 +- doc/boilerplate | 2 +- docs/are.js.html | 2 +- docs/beef.js.html | 2 +- docs/browser.js.html | 2 +- docs/browser_cookie.js.html | 2 +- docs/browser_popup.js.html | 2 +- docs/dom.js.html | 2 +- docs/encode_base64.js.html | 2 +- docs/encode_json.js.html | 2 +- docs/geolocation.js.html | 2 +- docs/hardware.js.html | 2 +- docs/index.html | 2 +- docs/init.js.html | 2 +- docs/logger.js.html | 2 +- docs/mitb.js.html | 2 +- docs/net.js.html | 2 +- docs/net_connection.js.html | 2 +- docs/net_dns.js.html | 2 +- docs/net_local.js.html | 2 +- docs/net_portscanner.js.html | 2 +- docs/net_requester.js.html | 2 +- docs/os.js.html | 2 +- docs/session.js.html | 2 +- docs/timeout.js.html | 2 +- docs/updater.js.html | 2 +- docs/webrtc.js.html | 2 +- docs/websocket.js.html | 2 +- extensions/admin_ui/api/handler.rb | 2 +- extensions/admin_ui/classes/httpcontroller.rb | 2 +- extensions/admin_ui/classes/session.rb | 2 +- extensions/admin_ui/config.yaml | 2 +- extensions/admin_ui/constants/icons.rb | 2 +- .../authentication/authentication.rb | 2 +- .../controllers/authentication/index.html | 2 +- .../admin_ui/controllers/modules/modules.rb | 2 +- .../admin_ui/controllers/panel/index.html | 2 +- .../admin_ui/controllers/panel/panel.rb | 2 +- extensions/admin_ui/extension.rb | 2 +- extensions/admin_ui/handlers/ui.rb | 2 +- extensions/admin_ui/media/css/base.css | 2 +- extensions/admin_ui/media/css/ext-all.css | 2 +- .../media/javascript/esapi/Class.create.js | 2 +- .../media/javascript/ui/authentication.js | 2 +- .../media/javascript/ui/common/beef_common.js | 2 +- .../ui/panel/BrowserDetailsDataGrid.js | 2 +- .../media/javascript/ui/panel/HooksTab.js | 2 +- .../media/javascript/ui/panel/Logout.js | 2 +- .../media/javascript/ui/panel/LogsDataGrid.js | 2 +- .../media/javascript/ui/panel/MainPanel.js | 2 +- .../javascript/ui/panel/PanelStatusBar.js | 2 +- .../media/javascript/ui/panel/PanelViewer.js | 2 +- .../media/javascript/ui/panel/WelcomeTab.js | 2 +- .../javascript/ui/panel/ZombieDataGrid.js | 2 +- .../media/javascript/ui/panel/ZombieTab.js | 2 +- .../media/javascript/ui/panel/ZombieTabs.js | 2 +- .../media/javascript/ui/panel/ZombiesMgr.js | 2 +- .../media/javascript/ui/panel/common.js | 2 +- .../ui/panel/tabs/ZombieTabCommands.js | 2 +- .../ui/panel/tabs/ZombieTabDetails.js | 2 +- .../javascript/ui/panel/tabs/ZombieTabLogs.js | 2 +- .../ui/panel/tabs/ZombieTabNetwork.js | 2 +- .../javascript/ui/panel/tabs/ZombieTabRTC.js | 2 +- .../ui/panel/tabs/ZombieTabRider.js | 2 +- .../ui/panel/tabs/ZombieTabXssRays.js | 2 +- .../javascript/ui/panel/zombiesTreeList.js | 2 +- .../media/javascript/ux/PagingStore.js | 2 +- .../admin_ui/media/javascript/ux/StatusBar.js | 2 +- .../media/javascript/ux/TabCloseMenu.js | 2 +- extensions/autoloader/config.yaml | 2 +- extensions/autoloader/extension.rb | 2 +- extensions/autoloader/model.rb | 2 +- extensions/customhook/api.rb | 2 +- extensions/customhook/config.yaml | 2 +- extensions/customhook/extension.rb | 2 +- extensions/customhook/handler.rb | 2 +- extensions/customhook/html/index.html | 2 +- extensions/demos/api.rb | 2 +- extensions/demos/config.yaml | 2 +- extensions/demos/extension.rb | 2 +- extensions/demos/handler.rb | 2 +- extensions/demos/html/basic.html | 2 +- extensions/demos/html/butcher/butch.css | 2 +- extensions/demos/html/butcher/index.html | 2 +- .../html/clickjacking/clickjack_attack.html | 2 +- .../html/clickjacking/clickjack_victim.html | 2 +- extensions/demos/html/plain.html | 2 +- extensions/demos/html/report.html | 2 +- extensions/demos/html/secret_page.html | 2 +- extensions/dns/api.rb | 2 +- extensions/dns/config.yaml | 2 +- extensions/dns/dns.rb | 2 +- extensions/dns/extension.rb | 2 +- extensions/dns/logger.rb | 2 +- extensions/dns/model.rb | 2 +- extensions/dns/rest/dns.rb | 2 +- extensions/dns_rebinding/api.rb | 2 +- extensions/dns_rebinding/config.yaml | 2 +- extensions/dns_rebinding/extension.rb | 2 +- extensions/etag/api.rb | 2 +- extensions/etag/config.yaml | 2 +- extensions/etag/etag.rb | 2 +- extensions/etag/extension.rb | 2 +- extensions/evasion/config.yaml | 2 +- extensions/evasion/evasion.rb | 2 +- extensions/evasion/extension.rb | 2 +- extensions/evasion/obfuscation/base_64.rb | 2 +- extensions/evasion/obfuscation/minify.rb | 2 +- extensions/evasion/obfuscation/scramble.rb | 2 +- extensions/evasion/obfuscation/whitespace.rb | 2 +- extensions/events/api.rb | 2 +- extensions/events/config.yaml | 2 +- extensions/events/extension.rb | 2 +- extensions/events/handler.rb | 2 +- extensions/metasploit/api.rb | 2 +- extensions/metasploit/config.yaml | 2 +- extensions/metasploit/extension.rb | 2 +- extensions/metasploit/module.rb | 2 +- extensions/metasploit/rest/msf.rb | 2 +- extensions/metasploit/rpcclient.rb | 2 +- extensions/network/api.rb | 2 +- extensions/network/config.yaml | 2 +- extensions/network/extension.rb | 2 +- extensions/network/models/network_host.rb | 2 +- extensions/network/models/network_service.rb | 2 +- extensions/network/rest/network.rb | 2 +- extensions/notifications/channels/email.rb | 2 +- .../notifications/channels/slack_workspace.rb | 2 +- extensions/notifications/config.yaml | 2 +- extensions/notifications/extension.rb | 2 +- extensions/notifications/notifications.rb | 2 +- extensions/proxy/api.rb | 2 +- extensions/proxy/config.yaml | 2 +- extensions/proxy/extension.rb | 2 +- extensions/proxy/proxy.rb | 2 +- extensions/proxy/rest/proxy.rb | 2 +- extensions/qrcode/config.yaml | 2 +- extensions/qrcode/extension.rb | 2 +- extensions/qrcode/qrcode.rb | 2 +- extensions/requester/api.rb | 2 +- extensions/requester/api/hook.rb | 4 +- extensions/requester/config.yaml | 2 +- extensions/requester/extension.rb | 2 +- extensions/requester/handler.rb | 2 +- extensions/requester/models/http.rb | 2 +- extensions/requester/rest/requester.rb | 2 +- extensions/s2c_dns_tunnel/api.rb | 2 +- extensions/s2c_dns_tunnel/config.yaml | 2 +- extensions/s2c_dns_tunnel/dnsd.rb | 2 +- extensions/s2c_dns_tunnel/extension.rb | 2 +- extensions/social_engineering/config.yaml | 2 +- extensions/social_engineering/extension.rb | 2 +- .../social_engineering/models/interceptor.rb | 2 +- .../social_engineering/models/web_cloner.rb | 2 +- .../powershell/bind_powershell.rb | 2 +- .../rest/socialengineering.rb | 2 +- .../web_cloner/interceptor.rb | 2 +- .../web_cloner/web_cloner.rb | 2 +- extensions/webrtc/api.rb | 2 +- extensions/webrtc/api/hook.rb | 2 +- extensions/webrtc/config.yaml | 2 +- extensions/webrtc/extension.rb | 2 +- extensions/webrtc/handlers.rb | 2 +- extensions/webrtc/models/rtcmanage.rb | 2 +- extensions/webrtc/models/rtcmodulestatus.rb | 2 +- extensions/webrtc/models/rtcsignal.rb | 2 +- extensions/webrtc/models/rtcstatus.rb | 2 +- extensions/webrtc/rest/webrtc.rb | 2 +- extensions/xssrays/api.rb | 2 +- extensions/xssrays/api/scan.rb | 4 +- extensions/xssrays/config.yaml | 2 +- extensions/xssrays/extension.rb | 2 +- extensions/xssrays/handler.rb | 2 +- extensions/xssrays/models/xssraysdetail.rb | 2 +- extensions/xssrays/models/xssraysscan.rb | 2 +- extensions/xssrays/rest/xssrays.rb | 2 +- install | 2 +- .../browser/avant_steal_history/command.js | 2 +- .../browser/avant_steal_history/config.yaml | 2 +- modules/browser/avant_steal_history/module.rb | 2 +- .../browser/browser_fingerprinting/command.js | 2 +- .../browser_fingerprinting/config.yaml | 2 +- .../browser/browser_fingerprinting/module.rb | 2 +- modules/browser/detect_activex/command.js | 2 +- modules/browser/detect_activex/config.yaml | 2 +- modules/browser/detect_activex/module.rb | 2 +- .../detect_evernote_clipper/command.js | 2 +- .../detect_evernote_clipper/config.yaml | 2 +- .../browser/detect_evernote_clipper/module.rb | 2 +- modules/browser/detect_extensions/command.js | 2 +- modules/browser/detect_extensions/config.yaml | 2 +- modules/browser/detect_extensions/module.rb | 2 +- modules/browser/detect_firebug/command.js | 2 +- modules/browser/detect_firebug/config.yaml | 2 +- modules/browser/detect_firebug/module.rb | 2 +- modules/browser/detect_foxit/command.js | 2 +- modules/browser/detect_foxit/config.yaml | 2 +- modules/browser/detect_foxit/module.rb | 2 +- modules/browser/detect_lastpass/command.js | 2 +- modules/browser/detect_lastpass/config.yaml | 2 +- modules/browser/detect_lastpass/module.rb | 2 +- modules/browser/detect_mime_types/command.js | 2 +- modules/browser/detect_mime_types/config.yaml | 2 +- modules/browser/detect_mime_types/module.rb | 2 +- modules/browser/detect_office/command.js | 2 +- modules/browser/detect_office/config.yaml | 2 +- modules/browser/detect_office/module.rb | 2 +- .../browser/detect_popup_blocker/command.js | 2 +- .../browser/detect_popup_blocker/config.yaml | 2 +- .../browser/detect_popup_blocker/module.rb | 2 +- modules/browser/detect_quicktime/command.js | 2 +- modules/browser/detect_quicktime/config.yaml | 2 +- modules/browser/detect_quicktime/module.rb | 2 +- modules/browser/detect_realplayer/command.js | 2 +- modules/browser/detect_realplayer/config.yaml | 2 +- modules/browser/detect_realplayer/module.rb | 2 +- modules/browser/detect_silverlight/command.js | 2 +- .../browser/detect_silverlight/config.yaml | 2 +- modules/browser/detect_silverlight/module.rb | 2 +- .../browser/detect_simple_adblock/command.js | 2 +- .../browser/detect_simple_adblock/config.yaml | 2 +- .../browser/detect_simple_adblock/module.rb | 2 +- modules/browser/detect_toolbars/command.js | 2 +- modules/browser/detect_toolbars/config.yaml | 2 +- modules/browser/detect_toolbars/module.rb | 2 +- modules/browser/detect_unity/command.js | 2 +- modules/browser/detect_unity/config.yaml | 2 +- modules/browser/detect_unity/module.rb | 2 +- .../browser/detect_unsafe_activex/command.js | 2 +- .../browser/detect_unsafe_activex/config.yaml | 2 +- .../browser/detect_unsafe_activex/module.rb | 2 +- modules/browser/detect_vlc/command.js | 2 +- modules/browser/detect_vlc/config.yaml | 2 +- modules/browser/detect_vlc/module.rb | 2 +- modules/browser/detect_wmp/command.js | 2 +- modules/browser/detect_wmp/config.yaml | 2 +- modules/browser/detect_wmp/module.rb | 2 +- .../browser/fingerprint_browser/command.js | 2 +- .../browser/fingerprint_browser/config.yaml | 2 +- modules/browser/fingerprint_browser/module.rb | 2 +- .../browser/get_visited_domains/command.js | 2 +- .../browser/get_visited_domains/config.yaml | 2 +- modules/browser/get_visited_domains/module.rb | 2 +- modules/browser/get_visited_urls/command.js | 2 +- modules/browser/get_visited_urls/config.yaml | 2 +- modules/browser/get_visited_urls/module.rb | 2 +- .../hooked_origin/ajax_fingerprint/command.js | 2 +- .../ajax_fingerprint/config.yaml | 2 +- .../hooked_origin/ajax_fingerprint/module.rb | 2 +- .../hooked_origin/alert_dialog/command.js | 2 +- .../hooked_origin/alert_dialog/config.yaml | 2 +- .../hooked_origin/alert_dialog/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../cisco_asa_password_disclosure/command.js | 2 +- .../cisco_asa_password_disclosure/config.yaml | 2 +- .../cisco_asa_password_disclosure/module.rb | 2 +- .../hooked_origin/clear_console/command.js | 2 +- .../hooked_origin/clear_console/config.yaml | 2 +- .../hooked_origin/clear_console/module.rb | 2 +- .../hooked_origin/deface_web_page/command.js | 2 +- .../hooked_origin/deface_web_page/config.yaml | 2 +- .../hooked_origin/deface_web_page/module.rb | 2 +- .../deface_web_page_component/command.js | 2 +- .../deface_web_page_component/config.yaml | 2 +- .../deface_web_page_component/module.rb | 2 +- .../disable_developer_tools/command.js | 2 +- .../disable_developer_tools/config.yaml | 2 +- .../disable_developer_tools/module.rb | 2 +- .../get_autocomplete_creds/command.js | 2 +- .../get_autocomplete_creds/config.yaml | 2 +- .../get_autocomplete_creds/module.rb | 2 +- .../hooked_origin/get_cookie/command.js | 2 +- .../hooked_origin/get_cookie/config.yaml | 2 +- .../hooked_origin/get_cookie/module.rb | 2 +- .../hooked_origin/get_form_values/command.js | 2 +- .../hooked_origin/get_form_values/config.yaml | 2 +- .../hooked_origin/get_form_values/module.rb | 2 +- .../get_local_storage/command.js | 2 +- .../get_local_storage/config.yaml | 2 +- .../hooked_origin/get_local_storage/module.rb | 2 +- .../hooked_origin/get_page_html/command.js | 2 +- .../hooked_origin/get_page_html/config.yaml | 2 +- .../hooked_origin/get_page_html/module.rb | 2 +- .../get_page_html_iframe/command.js | 2 +- .../get_page_html_iframe/config.yaml | 2 +- .../get_page_html_iframe/module.rb | 2 +- .../hooked_origin/get_page_links/command.js | 2 +- .../hooked_origin/get_page_links/config.yaml | 2 +- .../hooked_origin/get_page_links/module.rb | 2 +- .../get_session_storage/command.js | 2 +- .../get_session_storage/config.yaml | 2 +- .../get_session_storage/module.rb | 2 +- .../get_stored_credentials/command.js | 2 +- .../get_stored_credentials/config.yaml | 2 +- .../get_stored_credentials/module.rb | 2 +- .../hooked_origin/link_rewrite/command.js | 2 +- .../hooked_origin/link_rewrite/config.yaml | 2 +- .../hooked_origin/link_rewrite/module.rb | 2 +- .../link_rewrite_click_events/command.js | 2 +- .../link_rewrite_click_events/config.yaml | 2 +- .../link_rewrite_click_events/module.rb | 2 +- .../link_rewrite_sslstrip/command.js | 2 +- .../link_rewrite_sslstrip/config.yaml | 2 +- .../link_rewrite_sslstrip/module.rb | 2 +- .../hooked_origin/link_rewrite_tel/command.js | 2 +- .../link_rewrite_tel/config.yaml | 2 +- .../hooked_origin/link_rewrite_tel/module.rb | 2 +- .../mobilesafari_address_spoofing/command.js | 2 +- .../mobilesafari_address_spoofing/config.yaml | 2 +- .../mobilesafari_address_spoofing/module.rb | 2 +- .../overflow_cookiejar/command.js | 2 +- .../overflow_cookiejar/config.yaml | 2 +- .../overflow_cookiejar/module.rb | 2 +- .../hooked_origin/prompt_dialog/command.js | 2 +- .../hooked_origin/prompt_dialog/config.yaml | 2 +- .../hooked_origin/prompt_dialog/module.rb | 2 +- .../remove_stuck_iframes/command.js | 2 +- .../remove_stuck_iframes/config.yaml | 2 +- .../remove_stuck_iframes/module.rb | 2 +- .../hooked_origin/replace_video/command.js | 2 +- .../hooked_origin/replace_video/config.yaml | 2 +- .../hooked_origin/replace_video/module.rb | 2 +- .../browser/hooked_origin/rickroll/command.js | 2 +- .../hooked_origin/rickroll/config.yaml | 2 +- .../browser/hooked_origin/rickroll/module.rb | 2 +- .../hooked_origin/site_redirect/command.js | 2 +- .../hooked_origin/site_redirect/config.yaml | 2 +- .../hooked_origin/site_redirect/module.rb | 2 +- .../site_redirect_iframe/command.js | 2 +- .../site_redirect_iframe/config.yaml | 2 +- .../site_redirect_iframe/module.rb | 2 +- modules/browser/play_sound/command.js | 2 +- modules/browser/play_sound/config.yaml | 2 +- modules/browser/play_sound/module.rb | 2 +- .../browser/remove_hook_element/command.js | 2 +- .../browser/remove_hook_element/config.yaml | 2 +- modules/browser/remove_hook_element/module.rb | 2 +- modules/browser/spyder_eye/command.js | 2 +- modules/browser/spyder_eye/config.yaml | 2 +- modules/browser/spyder_eye/module.rb | 2 +- modules/browser/unhook/command.js | 2 +- modules/browser/unhook/config.yaml | 2 +- modules/browser/unhook/module.rb | 2 +- modules/browser/webcam_flash/command.js | 2 +- modules/browser/webcam_flash/config.yaml | 2 +- modules/browser/webcam_flash/module.rb | 2 +- modules/browser/webcam_html5/command.js | 2 +- modules/browser/webcam_html5/config.yaml | 2 +- modules/browser/webcam_html5/module.rb | 2 +- .../webcam_permission_check/cameraCheck.as | 2 +- .../webcam_permission_check/command.js | 2 +- .../webcam_permission_check/config.yaml | 2 +- .../browser/webcam_permission_check/module.rb | 2 +- .../chrome_extensions/execute_tabs/command.js | 2 +- .../execute_tabs/config.yaml | 2 +- .../chrome_extensions/execute_tabs/module.rb | 2 +- .../get_all_cookies/command.js | 2 +- .../get_all_cookies/config.yaml | 2 +- .../get_all_cookies/module.rb | 2 +- .../grab_google_contacts/command.js | 2 +- .../grab_google_contacts/config.yaml | 2 +- .../grab_google_contacts/module.rb | 2 +- .../chrome_extensions/inject_beef/command.js | 2 +- .../chrome_extensions/inject_beef/config.yaml | 2 +- .../chrome_extensions/inject_beef/module.rb | 2 +- .../chrome_extensions/screenshot/command.js | 2 +- .../chrome_extensions/screenshot/config.yaml | 2 +- .../chrome_extensions/screenshot/module.rb | 2 +- .../send_gvoice_sms/command.js | 2 +- .../send_gvoice_sms/config.yaml | 2 +- .../send_gvoice_sms/module.rb | 2 +- modules/debug/test_beef_debug/command.js | 2 +- modules/debug/test_beef_debug/config.yaml | 2 +- modules/debug/test_beef_debug/module.rb | 2 +- modules/debug/test_cors_request/command.js | 2 +- modules/debug/test_cors_request/config.yaml | 2 +- modules/debug/test_cors_request/module.rb | 2 +- .../debug/test_dns_tunnel_client/command.js | 2 +- .../debug/test_dns_tunnel_client/config.yaml | 2 +- .../debug/test_dns_tunnel_client/module.rb | 2 +- modules/debug/test_get_variable/command.js | 2 +- modules/debug/test_get_variable/config.yaml | 2 +- modules/debug/test_get_variable/module.rb | 2 +- modules/debug/test_http_redirect/command.js | 2 +- modules/debug/test_http_redirect/config.yaml | 2 +- modules/debug/test_http_redirect/module.rb | 2 +- modules/debug/test_network_request/command.js | 2 +- .../debug/test_network_request/config.yaml | 2 +- modules/debug/test_network_request/module.rb | 2 +- .../debug/test_return_ascii_chars/command.js | 2 +- .../debug/test_return_ascii_chars/config.yaml | 2 +- .../debug/test_return_ascii_chars/module.rb | 2 +- modules/debug/test_return_image/command.js | 2 +- modules/debug/test_return_image/config.yaml | 2 +- modules/debug/test_return_image/module.rb | 2 +- .../debug/test_return_long_string/command.js | 2 +- .../debug/test_return_long_string/config.yaml | 2 +- .../debug/test_return_long_string/module.rb | 2 +- .../apache_cookie_disclosure/command.js | 2 +- .../apache_cookie_disclosure/config.yaml | 2 +- .../apache_cookie_disclosure/module.rb | 2 +- .../apache_felix_remote_shell/command.js | 2 +- .../apache_felix_remote_shell/config.yaml | 2 +- .../apache_felix_remote_shell/module.rb | 2 +- .../beefbind/beef_bind_shell/command.js | 2 +- .../beefbind/beef_bind_shell/config.yaml | 2 +- .../beefbind/beef_bind_shell/module.rb | 2 +- .../shellcode_sources/linux/x64/socket64.c | 2 +- .../shellcode_sources/linux/x86/socket.c | 2 +- .../shellcode_sources/linux/x86/stage.nasm | 2 +- .../shellcode_sources/linux/x86/stager.nasm | 2 +- .../shellcode_sources/windows/socket.c | 2 +- .../boastmachine_3_1_add_user_csrf/command.js | 2 +- .../config.yaml | 2 +- .../boastmachine_3_1_add_user_csrf/module.rb | 2 +- .../camera/airlive_ip_camera_csrf/command.js | 2 +- .../camera/airlive_ip_camera_csrf/config.yaml | 2 +- .../camera/airlive_ip_camera_csrf/module.rb | 2 +- .../camera/dlink_dcs_series_csrf/command.js | 2 +- .../camera/dlink_dcs_series_csrf/config.yaml | 2 +- .../camera/dlink_dcs_series_csrf/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- modules/exploits/extract_cmd_exec/command.js | 2 +- modules/exploits/extract_cmd_exec/config.yaml | 2 +- modules/exploits/extract_cmd_exec/module.rb | 2 +- modules/exploits/firephp/command.js | 2 +- modules/exploits/firephp/config.yaml | 2 +- modules/exploits/firephp/module.rb | 2 +- .../glassfish_war_upload_xsrf/command.js | 2 +- .../glassfish_war_upload_xsrf/config.yaml | 2 +- .../glassfish_war_upload_xsrf/module.rb | 2 +- .../groovyshell_server_cmd_exec/command.js | 2 +- .../groovyshell_server_cmd_exec/config.yaml | 2 +- .../groovyshell_server_cmd_exec/module.rb | 2 +- .../hp_ucmdb_add_user_csrf/command.js | 2 +- .../hp_ucmdb_add_user_csrf/config.yaml | 2 +- .../exploits/hp_ucmdb_add_user_csrf/module.rb | 2 +- .../jboss_jmx_upload_exploit/command.js | 2 +- .../jboss_jmx_upload_exploit/config.yaml | 2 +- .../jboss_jmx_upload_exploit/module.rb | 2 +- .../jenkins_groovy_code_exec/command.js | 2 +- .../jenkins_groovy_code_exec/config.yaml | 2 +- .../jenkins_groovy_code_exec/module.rb | 2 +- .../kemp_command_execution/command.js | 2 +- .../kemp_command_execution/config.yaml | 2 +- .../exploits/kemp_command_execution/module.rb | 2 +- .../activex_command_execution/command.js | 2 +- .../activex_command_execution/config.yaml | 2 +- .../activex_command_execution/module.rb | 2 +- .../local_host/java_payload/command.js | 2 +- .../local_host/java_payload/config.yaml | 2 +- .../local_host/java_payload/module.rb | 2 +- .../mozilla_nsiprocess_interface/command.js | 2 +- .../mozilla_nsiprocess_interface/config.yaml | 2 +- .../mozilla_nsiprocess_interface/module.rb | 2 +- .../local_host/safari_launch_app/command.js | 2 +- .../local_host/safari_launch_app/config.yaml | 2 +- .../local_host/safari_launch_app/module.rb | 2 +- .../signed_applet_dropper/applet/SM.java | 2 +- .../applet/SignedApplet.java | 2 +- .../signed_applet_dropper/command.js | 2 +- .../signed_applet_dropper/config.yaml | 2 +- .../signed_applet_dropper/module.rb | 2 +- .../window_mail_client_dos/command.js | 2 +- .../window_mail_client_dos/config.yaml | 2 +- .../window_mail_client_dos/module.rb | 2 +- .../nas/dlink_sharecenter_cmd_exec/command.js | 2 +- .../dlink_sharecenter_cmd_exec/config.yaml | 2 +- .../nas/dlink_sharecenter_cmd_exec/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../freenas_reverse_root_shell_csrf/module.rb | 2 +- .../exploits/ntfscommoncreate_dos/command.js | 2 +- .../exploits/ntfscommoncreate_dos/config.yaml | 2 +- .../exploits/ntfscommoncreate_dos/module.rb | 2 +- .../opencart_reset_password/command.js | 2 +- .../opencart_reset_password/config.yaml | 2 +- .../opencart_reset_password/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../pfsense_reverse_root_shell_csrf/module.rb | 2 +- modules/exploits/php-5.3.9-dos/command.js | 2 +- modules/exploits/php-5.3.9-dos/config.yaml | 2 +- modules/exploits/php-5.3.9-dos/module.rb | 2 +- .../qemu_monitor_migrate_cmd_exec/command.js | 2 +- .../qemu_monitor_migrate_cmd_exec/config.yaml | 2 +- .../qemu_monitor_migrate_cmd_exec/module.rb | 2 +- .../qnx_qconn_command_execution/command.js | 2 +- .../qnx_qconn_command_execution/config.yaml | 2 +- .../qnx_qconn_command_execution/module.rb | 2 +- .../resource_exhaustion_dos/command.js | 2 +- .../resource_exhaustion_dos/config.yaml | 2 +- .../resource_exhaustion_dos/module.rb | 2 +- modules/exploits/rfi_scanner/command.js | 2 +- modules/exploits/rfi_scanner/config.yaml | 2 +- modules/exploits/rfi_scanner/module.rb | 2 +- .../3com_officeconnect_cmd_exec/command.js | 2 +- .../3com_officeconnect_cmd_exec/config.yaml | 2 +- .../3com_officeconnect_cmd_exec/module.rb | 2 +- .../router/actiontec_q1000_csrf/command.js | 2 +- .../router/actiontec_q1000_csrf/config.yaml | 2 +- .../router/actiontec_q1000_csrf/module.rb | 2 +- .../router/argw4_adsl_dns_hijack/command.js | 2 +- .../router/argw4_adsl_dns_hijack/config.yaml | 2 +- .../router/argw4_adsl_dns_hijack/module.rb | 2 +- .../router/asmax_ar804gu_cmd_exec/command.js | 2 +- .../router/asmax_ar804gu_cmd_exec/config.yaml | 2 +- .../router/asmax_ar804gu_cmd_exec/module.rb | 2 +- .../router/asus_dslx11_dns_hijack/command.js | 2 +- .../router/asus_dslx11_dns_hijack/config.yaml | 2 +- .../router/asus_dslx11_dns_hijack/module.rb | 2 +- .../router/asus_rt_n12e_get_info/command.js | 2 +- .../router/asus_rt_n12e_get_info/config.yaml | 2 +- .../router/asus_rt_n12e_get_info/module.rb | 2 +- .../router/asus_rt_n66u_cmd_exec/command.js | 2 +- .../router/asus_rt_n66u_cmd_exec/config.yaml | 2 +- .../router/asus_rt_n66u_cmd_exec/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../router/belkin_dns_csrf/command.js | 2 +- .../router/belkin_dns_csrf/config.yaml | 2 +- .../exploits/router/belkin_dns_csrf/module.rb | 2 +- .../router/bt_home_hub_csrf/command.js | 2 +- .../router/bt_home_hub_csrf/config.yaml | 2 +- .../router/bt_home_hub_csrf/module.rb | 2 +- .../router/cisco_e2400_csrf/command.js | 2 +- .../router/cisco_e2400_csrf/config.yaml | 2 +- .../router/cisco_e2400_csrf/module.rb | 2 +- .../router/comtrend_ct5367_csrf/command.js | 2 +- .../router/comtrend_ct5367_csrf/config.yaml | 2 +- .../router/comtrend_ct5367_csrf/module.rb | 2 +- .../router/comtrend_ct5624_csrf/command.js | 2 +- .../router/comtrend_ct5624_csrf/config.yaml | 2 +- .../router/comtrend_ct5624_csrf/module.rb | 2 +- .../comtrend_ct_series_dns_hijack/command.js | 2 +- .../comtrend_ct_series_dns_hijack/config.yaml | 2 +- .../comtrend_ct_series_dns_hijack/module.rb | 2 +- .../router/ddwrt_v24_sp1_cmd_exec/command.js | 2 +- .../router/ddwrt_v24_sp1_cmd_exec/config.yaml | 2 +- .../router/ddwrt_v24_sp1_cmd_exec/module.rb | 2 +- .../router/ddwrt_v24_sp1_csrf/command.js | 2 +- .../router/ddwrt_v24_sp1_csrf/config.yaml | 2 +- .../router/ddwrt_v24_sp1_csrf/module.rb | 2 +- .../router/dlink_dir_615_csrf/command.js | 2 +- .../router/dlink_dir_615_csrf/config.yaml | 2 +- .../router/dlink_dir_615_csrf/module.rb | 2 +- .../dlink_dsl2640b_dns_hijack/command.js | 2 +- .../dlink_dsl2640b_dns_hijack/config.yaml | 2 +- .../dlink_dsl2640b_dns_hijack/module.rb | 2 +- .../dlink_dsl2640u_dns_hijack/command.js | 2 +- .../dlink_dsl2640u_dns_hijack/config.yaml | 2 +- .../dlink_dsl2640u_dns_hijack/module.rb | 2 +- .../dlink_dsl2740r_dns_hijack/command.js | 2 +- .../dlink_dsl2740r_dns_hijack/config.yaml | 2 +- .../dlink_dsl2740r_dns_hijack/module.rb | 2 +- .../dlink_dsl2780b_dns_hijack/command.js | 2 +- .../dlink_dsl2780b_dns_hijack/config.yaml | 2 +- .../dlink_dsl2780b_dns_hijack/module.rb | 2 +- .../router/dlink_dsl500t_csrf/command.js | 2 +- .../router/dlink_dsl500t_csrf/config.yaml | 2 +- .../router/dlink_dsl500t_csrf/module.rb | 2 +- .../dlink_dsl526b_dns_hijack/command.js | 2 +- .../dlink_dsl526b_dns_hijack/config.yaml | 2 +- .../router/dlink_dsl526b_dns_hijack/module.rb | 2 +- .../exper_ewm01_adsl_dns_hijack/command.js | 2 +- .../exper_ewm01_adsl_dns_hijack/config.yaml | 2 +- .../exper_ewm01_adsl_dns_hijack/module.rb | 2 +- .../router/huawei_smartax_mt880/command.js | 2 +- .../router/huawei_smartax_mt880/config.yaml | 2 +- .../router/huawei_smartax_mt880/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../inteno_eg101r1_voip_dns_hijack/command.js | 2 +- .../config.yaml | 2 +- .../inteno_eg101r1_voip_dns_hijack/module.rb | 2 +- .../router/linksys_befsr41_csrf/command.js | 2 +- .../router/linksys_befsr41_csrf/config.yaml | 2 +- .../router/linksys_befsr41_csrf/module.rb | 2 +- .../router/linksys_e2500_csrf/command.js | 2 +- .../router/linksys_e2500_csrf/config.yaml | 2 +- .../router/linksys_e2500_csrf/module.rb | 2 +- .../linksys_e2500_dns_hijack/command.js | 2 +- .../linksys_e2500_dns_hijack/config.yaml | 2 +- .../router/linksys_e2500_dns_hijack/module.rb | 2 +- .../router/linksys_e2500_shell/command.js | 2 +- .../router/linksys_e2500_shell/config.yaml | 2 +- .../router/linksys_e2500_shell/module.rb | 2 +- .../router/linksys_wrt54g2_csrf/command.js | 2 +- .../router/linksys_wrt54g2_csrf/config.yaml | 2 +- .../router/linksys_wrt54g2_csrf/module.rb | 2 +- .../router/linksys_wrt54g_csrf/command.js | 2 +- .../router/linksys_wrt54g_csrf/config.yaml | 2 +- .../router/linksys_wrt54g_csrf/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../netgear_dgn2000_wan_remote_mgmt/module.rb | 2 +- .../netgear_dgn2200_cmd_exec/command.js | 2 +- .../netgear_dgn2200_cmd_exec/config.yaml | 2 +- .../router/netgear_dgn2200_cmd_exec/module.rb | 2 +- .../router/phillips_dns_hijack/command.js | 2 +- .../router/phillips_dns_hijack/config.yaml | 2 +- .../router/phillips_dns_hijack/module.rb | 2 +- .../pikatel_96338_dns_hijack/command.js | 2 +- .../pikatel_96338_dns_hijack/config.yaml | 2 +- .../router/pikatel_96338_dns_hijack/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../planet_vdr300nu_adsl_dns_hijack/module.rb | 2 +- .../shuttle_tech_915wm_dns_hijack/command.js | 2 +- .../shuttle_tech_915wm_dns_hijack/config.yaml | 2 +- .../shuttle_tech_915wm_dns_hijack/module.rb | 2 +- .../telstra_zte_mf91_change_pw/command.js | 2 +- .../telstra_zte_mf91_change_pw/config.yaml | 2 +- .../telstra_zte_mf91_change_pw/module.rb | 2 +- .../telstra_zte_mf91_change_ssid/command.js | 2 +- .../telstra_zte_mf91_change_ssid/config.yaml | 2 +- .../telstra_zte_mf91_change_ssid/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../router/tenda_adsl_dns_hijack/command.js | 2 +- .../router/tenda_adsl_dns_hijack/config.yaml | 2 +- .../router/tenda_adsl_dns_hijack/module.rb | 2 +- .../router/tplink_dns_csrf/command.js | 2 +- .../router/tplink_dns_csrf/config.yaml | 2 +- .../exploits/router/tplink_dns_csrf/module.rb | 2 +- .../utstarcom_wa3002g4_dns_hijack/command.js | 2 +- .../utstarcom_wa3002g4_dns_hijack/config.yaml | 2 +- .../utstarcom_wa3002g4_dns_hijack/module.rb | 2 +- .../router/virgin_superhub_csrf/command.js | 2 +- .../router/virgin_superhub_csrf/config.yaml | 2 +- .../router/virgin_superhub_csrf/module.rb | 2 +- .../router/wipg1000_cmd_injection/command.js | 2 +- .../router/wipg1000_cmd_injection/config.yaml | 2 +- .../router/wipg1000_cmd_injection/module.rb | 2 +- .../exploits/ruby_nntpd_cmd_exec/command.js | 2 +- .../exploits/ruby_nntpd_cmd_exec/config.yaml | 2 +- .../exploits/ruby_nntpd_cmd_exec/module.rb | 2 +- .../exploits/shell_shock_scanner/command.js | 2 +- .../exploits/shell_shock_scanner/config.yaml | 2 +- .../exploits/shell_shock_scanner/module.rb | 2 +- modules/exploits/shell_shocked/command.js | 2 +- modules/exploits/shell_shocked/config.yaml | 2 +- modules/exploits/shell_shocked/module.rb | 2 +- modules/exploits/skype_xss/command.js | 2 +- modules/exploits/skype_xss/config.yaml | 2 +- modules/exploits/skype_xss/module.rb | 2 +- .../spring_framework_malicious_jar/command.js | 2 +- .../config.yaml | 2 +- .../spring_framework_malicious_jar/module.rb | 2 +- .../dlink_dgs_1100_device_reset/command.js | 2 +- .../dlink_dgs_1100_device_reset/config.yaml | 2 +- .../dlink_dgs_1100_device_reset/module.rb | 2 +- .../dlink_dgs_1100_fdb_whitelist/command.js | 2 +- .../dlink_dgs_1100_fdb_whitelist/config.yaml | 2 +- .../dlink_dgs_1100_fdb_whitelist/module.rb | 2 +- .../dlink_dgs_1100_port_mirroring/command.js | 2 +- .../dlink_dgs_1100_port_mirroring/config.yaml | 2 +- .../dlink_dgs_1100_port_mirroring/module.rb | 2 +- .../switch/netgear_gs108t_csrf/command.js | 2 +- .../switch/netgear_gs108t_csrf/config.yaml | 2 +- .../switch/netgear_gs108t_csrf/module.rb | 2 +- .../vtiger_crm_upload_exploit/command.js | 2 +- .../vtiger_crm_upload_exploit/config.yaml | 2 +- .../vtiger_crm_upload_exploit/module.rb | 2 +- .../wanem_command_execution/command.js | 2 +- .../wanem_command_execution/config.yaml | 2 +- .../wanem_command_execution/module.rb | 2 +- .../exploits/wifi_pineapple_csrf/command.js | 2 +- .../exploits/wifi_pineapple_csrf/config.yaml | 2 +- .../exploits/wifi_pineapple_csrf/module.rb | 2 +- .../xss/alienvault_ossim_3.1_xss/command.js | 2 +- .../xss/alienvault_ossim_3.1_xss/config.yaml | 2 +- .../xss/alienvault_ossim_3.1_xss/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../xss/serendipity_1.6_xss/command.js | 2 +- .../xss/serendipity_1.6_xss/config.yaml | 2 +- .../xss/serendipity_1.6_xss/module.rb | 2 +- .../exploits/xss/sqlitemanager_xss/command.js | 2 +- .../xss/sqlitemanager_xss/config.yaml | 2 +- .../exploits/xss/sqlitemanager_xss/module.rb | 2 +- .../zenoss_3x_command_execution/command.js | 2 +- .../zenoss_3x_command_execution/config.yaml | 2 +- .../zenoss_3x_command_execution/module.rb | 2 +- .../exploits/zenoss_add_user_csrf/command.js | 2 +- .../exploits/zenoss_add_user_csrf/config.yaml | 2 +- .../exploits/zenoss_add_user_csrf/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../zeroshell_2_0rc2_admin_password/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../zeroshell_2_0rc2_migrate_hook/command.js | 2 +- .../zeroshell_2_0rc2_migrate_hook/config.yaml | 2 +- .../zeroshell_2_0rc2_migrate_hook/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../zeroshell_2_0rc2_scanner/command.js | 2 +- .../zeroshell_2_0rc2_scanner/config.yaml | 2 +- .../zeroshell_2_0rc2_scanner/module.rb | 2 +- modules/host/clipboard_theft/command.js | 2 +- modules/host/clipboard_theft/config.yaml | 2 +- modules/host/clipboard_theft/module.rb | 2 +- modules/host/detect_airdroid/command.js | 2 +- modules/host/detect_airdroid/config.yaml | 2 +- modules/host/detect_airdroid/module.rb | 2 +- modules/host/detect_antivirus/command.js | 2 +- modules/host/detect_antivirus/config.yaml | 2 +- modules/host/detect_antivirus/module.rb | 2 +- modules/host/detect_coupon_printer/command.js | 2 +- .../host/detect_coupon_printer/config.yaml | 2 +- modules/host/detect_coupon_printer/module.rb | 2 +- modules/host/detect_cups/command.js | 2 +- modules/host/detect_cups/config.yaml | 2 +- modules/host/detect_cups/module.rb | 2 +- .../host/detect_default_browser/command.js | 2 +- .../host/detect_default_browser/config.yaml | 2 +- modules/host/detect_default_browser/module.rb | 2 +- modules/host/detect_google_desktop/command.js | 2 +- .../host/detect_google_desktop/config.yaml | 2 +- modules/host/detect_google_desktop/module.rb | 2 +- modules/host/detect_hp/command.js | 2 +- modules/host/detect_hp/config.yaml | 2 +- modules/host/detect_hp/module.rb | 2 +- modules/host/detect_local_drives/command.js | 2 +- modules/host/detect_local_drives/config.yaml | 2 +- modules/host/detect_local_drives/module.rb | 2 +- .../host/detect_protocol_handlers/command.js | 2 +- .../host/detect_protocol_handlers/config.yaml | 2 +- .../host/detect_protocol_handlers/module.rb | 2 +- modules/host/detect_software/command.js | 2 +- modules/host/detect_software/config.yaml | 2 +- modules/host/detect_software/module.rb | 2 +- modules/host/detect_users/command.js | 2 +- modules/host/detect_users/config.yaml | 2 +- modules/host/detect_users/module.rb | 2 +- modules/host/get_battery_status/command.js | 2 +- modules/host/get_battery_status/config.yaml | 2 +- modules/host/get_battery_status/module.rb | 2 +- modules/host/get_connection_type/command.js | 2 +- modules/host/get_connection_type/config.yaml | 2 +- modules/host/get_connection_type/module.rb | 2 +- modules/host/get_internal_ip_java/command.js | 2 +- modules/host/get_internal_ip_java/config.yaml | 2 +- .../get_internal_ip_java/get_internal_ip.java | 2 +- modules/host/get_internal_ip_java/module.rb | 2 +- .../host/get_internal_ip_webrtc/command.js | 2 +- .../host/get_internal_ip_webrtc/config.yaml | 2 +- modules/host/get_internal_ip_webrtc/module.rb | 2 +- modules/host/get_registry_keys/command.js | 2 +- modules/host/get_registry_keys/config.yaml | 2 +- modules/host/get_registry_keys/module.rb | 2 +- modules/host/get_system_info_java/command.js | 2 +- modules/host/get_system_info_java/config.yaml | 2 +- .../get_system_info_java/getSystemInfo.java | 2 +- modules/host/get_system_info_java/module.rb | 2 +- modules/host/get_wireless_keys/command.js | 2 +- modules/host/get_wireless_keys/config.yaml | 2 +- modules/host/get_wireless_keys/module.rb | 2 +- .../get_wireless_keys/wirelessZeroConfig.java | 2 +- modules/host/hook_default_browser/command.js | 2 +- modules/host/hook_default_browser/config.yaml | 2 +- modules/host/hook_default_browser/module.rb | 2 +- modules/host/hook_microsoft_edge/command.js | 2 +- modules/host/hook_microsoft_edge/config.yaml | 2 +- modules/host/hook_microsoft_edge/module.rb | 2 +- modules/host/insecure_url_skype/command.js | 2 +- modules/host/insecure_url_skype/config.yaml | 2 +- modules/host/insecure_url_skype/module.rb | 2 +- modules/host/iphone_tel/command.js | 2 +- modules/host/iphone_tel/config.yaml | 2 +- modules/host/iphone_tel/module.rb | 2 +- modules/host/physical_location/command.js | 2 +- modules/host/physical_location/config.yaml | 2 +- modules/host/physical_location/module.rb | 2 +- .../physical_location_thirdparty/command.js | 2 +- .../physical_location_thirdparty/config.yaml | 2 +- .../physical_location_thirdparty/module.rb | 2 +- modules/ipec/cross_site_faxing/command.js | 2 +- modules/ipec/cross_site_faxing/config.yaml | 2 +- modules/ipec/cross_site_faxing/module.rb | 2 +- modules/ipec/cross_site_printing/command.js | 2 +- modules/ipec/cross_site_printing/config.yaml | 2 +- modules/ipec/cross_site_printing/module.rb | 2 +- modules/ipec/dns_tunnel/command.js | 2 +- modules/ipec/dns_tunnel/config.yaml | 2 +- modules/ipec/dns_tunnel/module.rb | 2 +- modules/ipec/etag_client/command.js | 2 +- modules/ipec/etag_client/config.yaml | 2 +- modules/ipec/etag_client/module.rb | 2 +- modules/ipec/inter_protocol_imap/command.js | 2 +- modules/ipec/inter_protocol_imap/config.yaml | 2 +- modules/ipec/inter_protocol_imap/module.rb | 2 +- modules/ipec/inter_protocol_irc/command.js | 2 +- modules/ipec/inter_protocol_irc/config.yaml | 2 +- modules/ipec/inter_protocol_irc/module.rb | 2 +- .../inter_protocol_posix_bindshell/command.js | 2 +- .../config.yaml | 2 +- .../inter_protocol_posix_bindshell/module.rb | 2 +- modules/ipec/inter_protocol_redis/command.js | 2 +- modules/ipec/inter_protocol_redis/config.yaml | 2 +- modules/ipec/inter_protocol_redis/module.rb | 2 +- .../inter_protocol_win_bindshell/command.js | 2 +- .../command.old.js | 2 +- .../inter_protocol_win_bindshell/config.yaml | 2 +- .../inter_protocol_win_bindshell/module.rb | 2 +- modules/ipec/s2c_dns_tunnel/command.js | 2 +- modules/ipec/s2c_dns_tunnel/config.yaml | 2 +- modules/ipec/s2c_dns_tunnel/module.rb | 2 +- modules/metasploit/browser_autopwn/command.js | 2 +- .../metasploit/browser_autopwn/config.yaml | 2 +- modules/metasploit/browser_autopwn/module.rb | 2 +- modules/misc/blockui/command.js | 2 +- modules/misc/blockui/config.yaml | 2 +- modules/misc/blockui/module.rb | 2 +- .../ibm_inotes/extract_inotes_list/command.js | 2 +- .../extract_inotes_list/config.yaml | 2 +- .../ibm_inotes/extract_inotes_list/module.rb | 2 +- .../misc/ibm_inotes/inotes_flooder/command.js | 2 +- .../ibm_inotes/inotes_flooder/config.yaml | 2 +- .../misc/ibm_inotes/inotes_flooder/module.rb | 2 +- .../misc/ibm_inotes/read_inotes/command.js | 2 +- .../misc/ibm_inotes/read_inotes/config.yaml | 2 +- modules/misc/ibm_inotes/read_inotes/module.rb | 2 +- .../misc/ibm_inotes/send_inotes/command.js | 2 +- .../misc/ibm_inotes/send_inotes/config.yaml | 2 +- modules/misc/ibm_inotes/send_inotes/module.rb | 2 +- .../send_inotes_with_attachment/command.js | 2 +- .../send_inotes_with_attachment/config.yaml | 2 +- .../send_inotes_with_attachment/module.rb | 2 +- modules/misc/iframe_keylogger/command.js | 2 +- modules/misc/iframe_keylogger/config.yaml | 2 +- modules/misc/iframe_keylogger/module.rb | 2 +- modules/misc/iframe_sniffer/command.js | 2 +- modules/misc/iframe_sniffer/config.yaml | 2 +- modules/misc/iframe_sniffer/module.rb | 2 +- modules/misc/invisible_iframe/command.js | 2 +- modules/misc/invisible_iframe/config.yaml | 2 +- modules/misc/invisible_iframe/module.rb | 2 +- modules/misc/local_file_theft/command.js | 2 +- modules/misc/local_file_theft/config.yaml | 2 +- modules/misc/local_file_theft/module.rb | 2 +- modules/misc/nosleep/command.js | 2 +- modules/misc/nosleep/config.yaml | 2 +- modules/misc/nosleep/module.rb | 2 +- modules/misc/raw_javascript/command.js | 2 +- modules/misc/raw_javascript/config.yaml | 2 +- modules/misc/raw_javascript/module.rb | 2 +- modules/misc/read_gmail/command.js | 2 +- modules/misc/read_gmail/config.yaml | 2 +- modules/misc/read_gmail/module.rb | 2 +- .../misc/track_physical_movement/command.js | 2 +- .../misc/track_physical_movement/config.yaml | 2 +- .../misc/track_physical_movement/module.rb | 2 +- modules/misc/unblockui/command.js | 2 +- modules/misc/unblockui/config.yaml | 2 +- modules/misc/unblockui/module.rb | 2 +- .../wordpress/upload_rce_plugin/beefbind.php | 2 +- .../wordpress/upload_rce_plugin/config.yaml | 2 +- .../misc/wordpress_post_auth_rce/command.js | 2 +- .../misc/wordpress_post_auth_rce/config.yaml | 2 +- .../misc/wordpress_post_auth_rce/module.rb | 2 +- .../ADC/f5_bigip_cookie_disclosure/command.js | 2 +- .../f5_bigip_cookie_disclosure/config.yaml | 2 +- .../ADC/f5_bigip_cookie_disclosure/module.rb | 2 +- .../ADC/f5_bigip_cookie_stealing/command.js | 2 +- .../ADC/f5_bigip_cookie_stealing/config.yaml | 2 +- .../ADC/f5_bigip_cookie_stealing/module.rb | 2 +- modules/network/DOSer/command.js | 2 +- modules/network/DOSer/config.yaml | 2 +- modules/network/DOSer/module.rb | 2 +- .../cross_origin_scanner_cors/command.js | 2 +- .../cross_origin_scanner_cors/config.yaml | 2 +- .../cross_origin_scanner_cors/module.rb | 2 +- .../cross_origin_scanner_flash/command.js | 2 +- .../cross_origin_scanner_flash/config.yaml | 2 +- .../cross_origin_scanner_flash/module.rb | 2 +- modules/network/detect_burp/command.js | 2 +- modules/network/detect_burp/config.yaml | 2 +- modules/network/detect_burp/module.rb | 2 +- .../network/detect_ethereum_ens/command.js | 2 +- .../network/detect_ethereum_ens/config.yaml | 2 +- modules/network/detect_ethereum_ens/module.rb | 2 +- modules/network/detect_opennic/command.js | 2 +- modules/network/detect_opennic/config.yaml | 2 +- modules/network/detect_opennic/module.rb | 2 +- modules/network/detect_soc_nets/command.js | 2 +- modules/network/detect_soc_nets/config.yaml | 2 +- modules/network/detect_soc_nets/module.rb | 2 +- modules/network/detect_tor/command.js | 2 +- modules/network/detect_tor/config.yaml | 2 +- modules/network/detect_tor/module.rb | 2 +- modules/network/dns_enumeration/command.js | 2 +- modules/network/dns_enumeration/config.yaml | 2 +- modules/network/dns_enumeration/module.rb | 2 +- modules/network/dns_rebinding/command.js | 2 +- modules/network/dns_rebinding/config.yaml | 2 +- modules/network/dns_rebinding/module.rb | 2 +- modules/network/fetch_port_scanner/command.js | 2 +- .../network/fetch_port_scanner/config.yaml | 2 +- modules/network/fetch_port_scanner/module.rb | 2 +- modules/network/get_http_servers/command.js | 2 +- modules/network/get_http_servers/config.yaml | 2 +- modules/network/get_http_servers/module.rb | 2 +- .../network/get_ntop_network_hosts/command.js | 2 +- .../get_ntop_network_hosts/config.yaml | 2 +- .../network/get_ntop_network_hosts/module.rb | 2 +- .../network/get_proxy_servers_wpad/command.js | 2 +- .../get_proxy_servers_wpad/config.yaml | 2 +- .../network/get_proxy_servers_wpad/module.rb | 2 +- .../network/identify_lan_subnets/command.js | 2 +- .../network/identify_lan_subnets/config.yaml | 2 +- .../network/identify_lan_subnets/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../internal_network_fingerprinting/module.rb | 2 +- modules/network/jslanscanner/command.js | 2 +- modules/network/jslanscanner/config.yaml | 2 +- modules/network/jslanscanner/module.rb | 2 +- modules/network/nat_pinning_irc/command.js | 2 +- modules/network/nat_pinning_irc/config.yaml | 2 +- modules/network/nat_pinning_irc/module.rb | 2 +- modules/network/ping_sweep/command.js | 2 +- modules/network/ping_sweep/config.yaml | 2 +- modules/network/ping_sweep/module.rb | 2 +- modules/network/ping_sweep_ff/command.js | 2 +- modules/network/ping_sweep_ff/config.yaml | 2 +- modules/network/ping_sweep_ff/module.rb | 2 +- modules/network/ping_sweep_java/command.js | 2 +- modules/network/ping_sweep_java/config.yaml | 2 +- modules/network/ping_sweep_java/module.rb | 2 +- .../network/ping_sweep_java/pingSweep.java | 2 +- modules/network/port_scanner/command.js | 2 +- modules/network/port_scanner/config.yaml | 2 +- modules/network/port_scanner/module.rb | 2 +- .../persistence/confirm_close_tab/command.js | 2 +- .../persistence/confirm_close_tab/config.yaml | 2 +- .../persistence/confirm_close_tab/module.rb | 2 +- modules/persistence/hijack_opener/command.js | 2 +- modules/persistence/hijack_opener/config.yaml | 2 +- modules/persistence/hijack_opener/module.rb | 2 +- modules/persistence/iframe_above/command.js | 2 +- modules/persistence/iframe_above/config.yaml | 2 +- modules/persistence/iframe_above/module.rb | 2 +- .../invisible_htmlfile_activex/command.js | 2 +- .../invisible_htmlfile_activex/config.yaml | 2 +- .../invisible_htmlfile_activex/module.rb | 2 +- .../jsonp_service_worker/command.js | 2 +- .../jsonp_service_worker/config.yaml | 2 +- .../persistence/man_in_the_browser/command.js | 2 +- .../man_in_the_browser/config.yaml | 2 +- .../persistence/man_in_the_browser/module.rb | 2 +- .../persistence/popunder_window/command.js | 2 +- .../persistence/popunder_window/config.yaml | 2 +- modules/persistence/popunder_window/module.rb | 2 +- .../persistence/popunder_window_ie/command.js | 2 +- .../popunder_window_ie/config.yaml | 2 +- .../persistence/popunder_window_ie/module.rb | 2 +- .../phonegap/phonegap_alert_user/command.js | 2 +- .../phonegap/phonegap_alert_user/config.yaml | 2 +- .../phonegap/phonegap_alert_user/module.rb | 2 +- modules/phonegap/phonegap_beep/command.js | 2 +- modules/phonegap/phonegap_beep/config.yaml | 2 +- modules/phonegap/phonegap_beep/module.rb | 2 +- .../phonegap_check_connection/command.js | 2 +- .../phonegap_check_connection/config.yaml | 2 +- .../phonegap_check_connection/module.rb | 2 +- modules/phonegap/phonegap_detect/command.js | 2 +- modules/phonegap/phonegap_detect/config.yaml | 2 +- modules/phonegap/phonegap_detect/module.rb | 2 +- .../phonegap/phonegap_file_upload/command.js | 2 +- .../phonegap/phonegap_file_upload/config.yaml | 2 +- .../phonegap/phonegap_file_upload/module.rb | 2 +- .../phonegap/phonegap_geo_locate/command.js | 2 +- .../phonegap/phonegap_geo_locate/config.yaml | 2 +- .../phonegap/phonegap_geo_locate/module.rb | 2 +- .../phonegap_globalization_status/command.js | 2 +- .../phonegap_globalization_status/config.yaml | 2 +- .../phonegap_globalization_status/module.rb | 2 +- modules/phonegap/phonegap_keychain/command.js | 2 +- .../phonegap/phonegap_keychain/config.yaml | 2 +- modules/phonegap/phonegap_keychain/module.rb | 2 +- .../phonegap_list_contacts/command.js | 2 +- .../phonegap_list_contacts/config.yaml | 2 +- .../phonegap/phonegap_list_contacts/module.rb | 2 +- .../phonegap/phonegap_list_files/command.js | 2 +- .../phonegap/phonegap_list_files/config.yaml | 2 +- .../phonegap/phonegap_list_files/module.rb | 2 +- .../phonegap_persist_resume/command.js | 2 +- .../phonegap_persist_resume/config.yaml | 2 +- .../phonegap_persist_resume/module.rb | 2 +- .../phonegap/phonegap_persistence/command.js | 2 +- .../phonegap/phonegap_persistence/config.yaml | 2 +- .../phonegap/phonegap_persistence/module.rb | 2 +- .../phonegap_plugin_detection/command.js | 2 +- .../phonegap_plugin_detection/config.yaml | 2 +- .../phonegap_plugin_detection/module.rb | 2 +- .../phonegap/phonegap_prompt_user/command.js | 2 +- .../phonegap/phonegap_prompt_user/config.yaml | 2 +- .../phonegap/phonegap_prompt_user/module.rb | 2 +- .../phonegap_start_record_audio/command.js | 2 +- .../phonegap_start_record_audio/config.yaml | 2 +- .../phonegap_start_record_audio/module.rb | 2 +- .../phonegap_stop_record_audio/command.js | 2 +- .../phonegap_stop_record_audio/config.yaml | 2 +- .../phonegap_stop_record_audio/module.rb | 2 +- .../clickjacking/command.js | 2 +- .../clickjacking/config.yaml | 2 +- .../social_engineering/clickjacking/module.rb | 2 +- modules/social_engineering/clippy/command.js | 2 +- modules/social_engineering/clippy/config.yaml | 2 +- modules/social_engineering/clippy/module.rb | 2 +- .../edge_wscript_wsh_injection/command.js | 2 +- .../edge_wscript_wsh_injection/config.yaml | 2 +- .../edge_wscript_wsh_injection/module.rb | 2 +- .../fake_evernote_clipper/command.js | 2 +- .../fake_evernote_clipper/config.yaml | 2 +- .../fake_evernote_clipper/module.rb | 2 +- .../fake_flash_update/command.js | 2 +- .../fake_flash_update/config.yaml | 2 +- .../fake_flash_update/module.rb | 2 +- .../fake_lastpass/command.js | 2 +- .../fake_lastpass/config.yaml | 2 +- .../fake_lastpass/module.rb | 2 +- .../fake_notification/command.js | 2 +- .../fake_notification/config.yaml | 2 +- .../fake_notification/module.rb | 2 +- .../fake_notification_c/command.js | 2 +- .../fake_notification_c/config.yaml | 2 +- .../fake_notification_c/module.rb | 2 +- .../fake_notification_ff/command.js | 2 +- .../fake_notification_ff/config.yaml | 2 +- .../fake_notification_ff/module.rb | 2 +- .../fake_notification_ie/command.js | 2 +- .../fake_notification_ie/config.yaml | 2 +- .../fake_notification_ie/module.rb | 2 +- .../firefox_extension_bindshell/command.js | 2 +- .../firefox_extension_bindshell/config.yaml | 2 +- .../firefox_extension_bindshell/module.rb | 2 +- .../firefox_extension_dropper/command.js | 2 +- .../firefox_extension_dropper/config.yaml | 2 +- .../firefox_extension_dropper/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../firefox_extension_reverse_shell/module.rb | 2 +- .../gmail_phishing/command.js | 2 +- .../gmail_phishing/config.yaml | 2 +- .../gmail_phishing/module.rb | 2 +- .../hta_powershell/command.js | 2 +- .../hta_powershell/config.yaml | 2 +- .../hta_powershell/module.rb | 2 +- .../lcamtuf_download/command.js | 2 +- .../lcamtuf_download/config.yaml | 2 +- .../lcamtuf_download/module.rb | 2 +- .../pretty_theft/command.js | 2 +- .../pretty_theft/config.yaml | 2 +- .../social_engineering/pretty_theft/module.rb | 2 +- .../replace_video_fake_plugin/command.js | 2 +- .../replace_video_fake_plugin/config.yaml | 2 +- .../replace_video_fake_plugin/module.rb | 2 +- .../simple_hijacker/command.js | 2 +- .../simple_hijacker/config.yaml | 2 +- .../simple_hijacker/module.rb | 2 +- .../simple_hijacker/templates/amazon.js | 2 +- .../templates/chromecertbeggar.js | 2 +- .../templates/chromecertbeggar2.js | 2 +- .../simple_hijacker/templates/confirmbox.js | 2 +- .../simple_hijacker/templates/credential.js | 2 +- .../sitekiosk_breakout/command.js | 2 +- .../sitekiosk_breakout/config.yaml | 2 +- .../sitekiosk_breakout/module.rb | 2 +- .../spoof_addressbar_data/command.js | 2 +- .../spoof_addressbar_data/config.yaml | 2 +- .../spoof_addressbar_data/module.rb | 2 +- .../social_engineering/tabnabbing/command.js | 2 +- .../social_engineering/tabnabbing/config.yaml | 2 +- .../social_engineering/tabnabbing/module.rb | 2 +- .../text_to_voice/command.js | 2 +- .../text_to_voice/config.yaml | 2 +- .../text_to_voice/module.rb | 2 +- .../social_engineering/ui_abuse_ie/command.js | 2 +- .../ui_abuse_ie/config.yaml | 2 +- .../social_engineering/ui_abuse_ie/module.rb | 2 +- package-lock.json | 4 +- package.json | 4 +- spec/beef/api/auth_rate_spec.rb | 2 +- .../autorun_engine/autorun_engine_spec.rb | 2 +- .../handlers/browser_details_handler_spec.rb | 2 +- spec/beef/extensions/adminui_spec.rb | 2 +- spec/beef/extensions/dns_spec.rb | 2 +- spec/beef/extensions/network_spec.rb | 2 +- spec/beef/extensions/proxy_spec.rb | 2 +- spec/beef/extensions/qrcode_spec.rb | 2 +- spec/beef/extensions/requester_spec.rb | 2 +- .../extensions/social_engineering_spec.rb | 2 +- spec/beef/extensions/webrtc_spec.rb | 2 +- .../websocket_hooked_browser_spec.rb | 2 +- spec/beef/extensions/websocket_spec.rb | 2 +- spec/beef/extensions/xssrays_spec.rb | 2 +- .../modules/debug/test_beef_debugs_spec.rb | 2 +- spec/features/all_modules_spec.rb | 2 +- spec/features/debug_modules_spec.rb | 2 +- spec/requests/beef_test_spec.rb | 2 +- spec/requests/login_spec.rb | 2 +- spec/spec_helper.rb | 2 +- spec/support/assets/config_new.yaml | 2 +- spec/support/assets/config_old.yaml | 2 +- spec/support/beef_test.rb | 2 +- spec/support/constants.rb | 2 +- spec/support/simple_rest_client.rb | 2 +- spec/support/ui_support.rb | 2 +- test/integration/tc_debug_modules.rb | 2 +- test/integration/tc_dns_rest.rb | 2 +- test/integration/tc_network_rest.rb | 2 +- test/integration/tc_proxy.rb | 2 +- .../integration/tc_social_engineering_rest.rb | 2 +- test/integration/tc_webrtc_rest.rb | 2 +- test/integration/ts_integration.rb | 2 +- test/thirdparty/msf/unit/tc_metasploit.rb | 2 +- test/thirdparty/msf/unit/ts_metasploit.rb | 2 +- tools/csrf_to_beef/lib/module.rb | 6 +- tools/maintenance/copyright_update.log | 2917 +++++++++++++++++ tools/maintenance/copyright_update.rb | 28 +- update-beef | 2 +- 1266 files changed, 4204 insertions(+), 1285 deletions(-) create mode 100644 tools/maintenance/copyright_update.log diff --git a/Dockerfile b/Dockerfile index 98da1dd31..1207287a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/Gemfile b/Gemfile index ab69413e6..22ebd1d6b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/INSTALL.txt b/INSTALL.txt index 163e6bf11..af644e799 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,6 +1,6 @@ =============================================================================== - Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net + Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - https://beefproject.com See the file 'doc/COPYING' for copying permission diff --git a/README.md b/README.md index 09a660590..c1701a7d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ =============================================================================== - Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net + Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - https://beefproject.com See the file 'doc/COPYING' for copying permission diff --git a/Rakefile b/Rakefile index 258b392ba..6a80c1b39 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/VERSION b/VERSION index 92c49aba6..5c1e5b14d 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/beef b/beef index e0d9375a6..4667227e2 100755 --- a/beef +++ b/beef @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/config.yaml b/config.yaml index 8ad8a65c3..d054bd66f 100644 --- a/config.yaml +++ b/config.yaml @@ -1,12 +1,12 @@ # -# Copyright (c) 2006-2024 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # # BeEF Configuration file beef: - version: '0.5.4.0' + version: '0.6.0.0' # More verbose messages (server-side) debug: false # More verbose messages (client-side) diff --git a/core/api.rb b/core/api.rb index 0e4531aac..8d044b33c 100644 --- a/core/api.rb +++ b/core/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/extension.rb b/core/api/extension.rb index 4b91f82c5..d657dc322 100644 --- a/core/api/extension.rb +++ b/core/api/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/extensions.rb b/core/api/extensions.rb index 400fbe717..f900917a6 100644 --- a/core/api/extensions.rb +++ b/core/api/extensions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 86c89e1cb..6d07a2939 100644 --- a/core/api/main/configuration.rb +++ b/core/api/main/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 741a7ab7b..7ed887390 100644 --- a/core/api/main/migration.rb +++ b/core/api/main/migration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 14238bd60..a1d681b38 100644 --- a/core/api/main/network_stack/assethandler.rb +++ b/core/api/main/network_stack/assethandler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 14356356b..9d749ea47 100644 --- a/core/api/main/server.rb +++ b/core/api/main/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 582dfc9ee..cbc3796e0 100644 --- a/core/api/main/server/hook.rb +++ b/core/api/main/server/hook.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/module.rb b/core/api/module.rb index ab4e35d8f..820c2c0f8 100644 --- a/core/api/module.rb +++ b/core/api/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/modules.rb b/core/api/modules.rb index d860cc4ad..18b5097bd 100644 --- a/core/api/modules.rb +++ b/core/api/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/bootstrap.rb b/core/bootstrap.rb index c191fedb9..4f69dbf37 100644 --- a/core/bootstrap.rb +++ b/core/bootstrap.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/core.rb b/core/core.rb index ccc21ccaf..53ad3c72f 100644 --- a/core/core.rb +++ b/core/core.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/extension.rb b/core/extension.rb index 3a02c6fda..6b3fca5e9 100644 --- a/core/extension.rb +++ b/core/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/extensions.rb b/core/extensions.rb index 4b978155a..f2621aacb 100644 --- a/core/extensions.rb +++ b/core/extensions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters.rb b/core/filters.rb index 0c85e4348..dae5e766f 100644 --- a/core/filters.rb +++ b/core/filters.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/base.rb b/core/filters/base.rb index 5bf170f0d..c8da8ff9a 100644 --- a/core/filters/base.rb +++ b/core/filters/base.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/browser.rb b/core/filters/browser.rb index a6d43fbef..2d7d1e305 100644 --- a/core/filters/browser.rb +++ b/core/filters/browser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/command.rb b/core/filters/command.rb index c6bab44c1..586adbc45 100644 --- a/core/filters/command.rb +++ b/core/filters/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/http.rb b/core/filters/http.rb index f1bf9dc3e..5cae790af 100644 --- a/core/filters/http.rb +++ b/core/filters/http.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/page.rb b/core/filters/page.rb index 21fcc8fd5..1a55ac14a 100644 --- a/core/filters/page.rb +++ b/core/filters/page.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/hbmanager.rb b/core/hbmanager.rb index 0350e3dde..f18579cad 100644 --- a/core/hbmanager.rb +++ b/core/hbmanager.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/loader.rb b/core/loader.rb index 8a8d70e8d..45f03962c 100644 --- a/core/loader.rb +++ b/core/loader.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/logger.rb b/core/logger.rb index dd248cecc..92f712cb0 100644 --- a/core/logger.rb +++ b/core/logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 6bd17625b..d5621dba5 100644 --- a/core/main/autorun_engine/engine.rb +++ b/core/main/autorun_engine/engine.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 93a4c34b9..0b02fa9ae 100644 --- a/core/main/autorun_engine/parser.rb +++ b/core/main/autorun_engine/parser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 889dcbfe3..3a78f9cb0 100644 --- a/core/main/autorun_engine/rule_loader.rb +++ b/core/main/autorun_engine/rule_loader.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 517151ca6..126482a4f 100644 --- a/core/main/client/are.js +++ b/core/main/client/are.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 2b17ac57d..61dc15d0a 100644 --- a/core/main/client/beef.js +++ b/core/main/client/beef.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 9cc3014db..30c6889ef 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 12aef4193..29a7d637b 100644 --- a/core/main/client/browser/cookie.js +++ b/core/main/client/browser/cookie.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 46ff33852..4e5e48bbb 100644 --- a/core/main/client/browser/popup.js +++ b/core/main/client/browser/popup.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 79b5644fd..6dcf8b7b2 100644 --- a/core/main/client/dom.js +++ b/core/main/client/dom.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 a6da88419..beaf16ebf 100644 --- a/core/main/client/encode/base64.js +++ b/core/main/client/encode/base64.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 e80e33aef..956f02831 100644 --- a/core/main/client/encode/json.js +++ b/core/main/client/encode/json.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 4ae6d0ffc..17ce01965 100644 --- a/core/main/client/geolocation.js +++ b/core/main/client/geolocation.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 5e3d5a5d6..8487c268f 100644 --- a/core/main/client/hardware.js +++ b/core/main/client/hardware.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 b47c7ea37..2756c00ab 100644 --- a/core/main/client/init.js +++ b/core/main/client/init.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 5b88fce57..03b1984a9 100644 --- a/core/main/client/lib/evercookie.js +++ b/core/main/client/lib/evercookie.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 f90f16282..849d96c17 100644 --- a/core/main/client/logger.js +++ b/core/main/client/logger.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 3fff376fc..f68fd379f 100644 --- a/core/main/client/mitb.js +++ b/core/main/client/mitb.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 c03e49596..fc9bb8450 100644 --- a/core/main/client/net.js +++ b/core/main/client/net.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 623f5b4ff..a771fd61b 100644 --- a/core/main/client/net/connection.js +++ b/core/main/client/net/connection.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 74086ccea..b9d6fa256 100644 --- a/core/main/client/net/dns.js +++ b/core/main/client/net/dns.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 58ce2037b..aec18c020 100644 --- a/core/main/client/net/local.js +++ b/core/main/client/net/local.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 f477bce99..bba1fca5f 100644 --- a/core/main/client/net/portscanner.js +++ b/core/main/client/net/portscanner.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 aec9f2ff1..8bcf8829c 100644 --- a/core/main/client/net/requester.js +++ b/core/main/client/net/requester.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 d3aac1698..64c95ac54 100644 --- a/core/main/client/os.js +++ b/core/main/client/os.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 0a2579ddf..33b466746 100644 --- a/core/main/client/session.js +++ b/core/main/client/session.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 02d6059c4..660af20ee 100644 --- a/core/main/client/timeout.js +++ b/core/main/client/timeout.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 3e2583447..3680d03fa 100644 --- a/core/main/client/updater.js +++ b/core/main/client/updater.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 dc61ea598..c336dd14c 100644 --- a/core/main/client/webrtc.js +++ b/core/main/client/webrtc.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://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 a615d0046..89f659186 100644 --- a/core/main/client/websocket.js +++ b/core/main/client/websocket.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - https://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/command.rb b/core/main/command.rb index 2a68763a3..65580a380 100644 --- a/core/main/command.rb +++ b/core/main/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/configuration.rb b/core/main/configuration.rb index e3a37144c..ba53b69be 100644 --- a/core/main/configuration.rb +++ b/core/main/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 d26233813..167e8b4ac 100644 --- a/core/main/console/banners.rb +++ b/core/main/console/banners.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 3e4fa0499..f4f31ecb2 100644 --- a/core/main/console/commandline.rb +++ b/core/main/console/commandline.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 a95796b88..afc381bb9 100644 --- a/core/main/constants/browsers.rb +++ b/core/main/constants/browsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 da13075f7..54fe8a1b1 100644 --- a/core/main/constants/commandmodule.rb +++ b/core/main/constants/commandmodule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 18b3b865d..03cad7bf7 100644 --- a/core/main/constants/hardware.rb +++ b/core/main/constants/hardware.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 2fe734568..a347ffa4b 100644 --- a/core/main/constants/os.rb +++ b/core/main/constants/os.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/crypto.rb b/core/main/crypto.rb index 1f1b642d0..5e4ea6b75 100644 --- a/core/main/crypto.rb +++ b/core/main/crypto.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/geoip.rb b/core/main/geoip.rb index 7ccc05a14..57eed2997 100644 --- a/core/main/geoip.rb +++ b/core/main/geoip.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 f69eef948..3d02f2225 100644 --- a/core/main/handlers/browserdetails.rb +++ b/core/main/handlers/browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 8d033b9e7..24d832cca 100644 --- a/core/main/handlers/commands.rb +++ b/core/main/handlers/commands.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 ea08a6f5b..b15ad1b08 100644 --- a/core/main/handlers/hookedbrowsers.rb +++ b/core/main/handlers/hookedbrowsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 3c95cb512..8e4d42bc6 100644 --- a/core/main/handlers/modules/beefjs.rb +++ b/core/main/handlers/modules/beefjs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 006da1c2d..5cf39aedf 100644 --- a/core/main/handlers/modules/command.rb +++ b/core/main/handlers/modules/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # @@ -72,7 +72,7 @@ module BeEF if config.get('beef.http.websocket.enable') && ws.getsocket(hooked_browser.session) # content = command_module.output.gsub('// # // - # // Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net + # // Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # // Browser Exploitation Framework (BeEF) - https://beefproject.com # // See the file 'doc/COPYING' for copying permission # // diff --git a/core/main/handlers/modules/legacybeefjs.rb b/core/main/handlers/modules/legacybeefjs.rb index 66d59b14a..240a83659 100644 --- a/core/main/handlers/modules/legacybeefjs.rb +++ b/core/main/handlers/modules/legacybeefjs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/handlers/modules/multistagebeefjs.rb b/core/main/handlers/modules/multistagebeefjs.rb index 40f590182..e054fcf5c 100644 --- a/core/main/handlers/modules/multistagebeefjs.rb +++ b/core/main/handlers/modules/multistagebeefjs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/logger.rb b/core/main/logger.rb index d62161597..15cdaafc3 100644 --- a/core/main/logger.rb +++ b/core/main/logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/migration.rb b/core/main/migration.rb index 9517f6680..a2683f80e 100644 --- a/core/main/migration.rb +++ b/core/main/migration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/model.rb b/core/main/model.rb index b522a47f3..9b750e508 100644 --- a/core/main/model.rb +++ b/core/main/model.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 2f1d0a8e8..ee884b740 100644 --- a/core/main/models/browserdetails.rb +++ b/core/main/models/browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 e464d1f52..882c1a8fd 100644 --- a/core/main/models/command.rb +++ b/core/main/models/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 8d68e7de5..cbe807b7e 100644 --- a/core/main/models/commandmodule.rb +++ b/core/main/models/commandmodule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/execution.rb b/core/main/models/execution.rb index 3d4051f17..199104795 100644 --- a/core/main/models/execution.rb +++ b/core/main/models/execution.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 003a5dea2..d9a72e228 100644 --- a/core/main/models/hookedbrowser.rb +++ b/core/main/models/hookedbrowser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/legacybrowseruseragents.rb b/core/main/models/legacybrowseruseragents.rb index cc383fe76..48efcb227 100644 --- a/core/main/models/legacybrowseruseragents.rb +++ b/core/main/models/legacybrowseruseragents.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 4953b3495..ff2db8665 100644 --- a/core/main/models/log.rb +++ b/core/main/models/log.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 af01422a2..542ba385d 100644 --- a/core/main/models/optioncache.rb +++ b/core/main/models/optioncache.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 e05e05443..586bbe955 100644 --- a/core/main/models/result.rb +++ b/core/main/models/result.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/rule.rb b/core/main/models/rule.rb index 271e7b716..e56bb4d2a 100644 --- a/core/main/models/rule.rb +++ b/core/main/models/rule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 c9a1c899f..1e39f7b1e 100644 --- a/core/main/network_stack/api.rb +++ b/core/main/network_stack/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 a0ef71c57..27d31f8c9 100644 --- a/core/main/network_stack/assethandler.rb +++ b/core/main/network_stack/assethandler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 039e8419a..9a26add50 100644 --- a/core/main/network_stack/handlers/dynamicreconstruction.rb +++ b/core/main/network_stack/handlers/dynamicreconstruction.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 b3183eabb..81ac3c41c 100644 --- a/core/main/network_stack/handlers/raw.rb +++ b/core/main/network_stack/handlers/raw.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 5265028f9..495646d99 100644 --- a/core/main/network_stack/handlers/redirector.rb +++ b/core/main/network_stack/handlers/redirector.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 31fed5b2c..b0399532a 100644 --- a/core/main/network_stack/websocket/websocket.rb +++ b/core/main/network_stack/websocket/websocket.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 248f99336..207c596ff 100644 --- a/core/main/rest/api.rb +++ b/core/main/rest/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 decd7218f..aa3a6c9d1 100644 --- a/core/main/rest/handlers/admin.rb +++ b/core/main/rest/handlers/admin.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 24b73b02e..c2e311067 100644 --- a/core/main/rest/handlers/autorun_engine.rb +++ b/core/main/rest/handlers/autorun_engine.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/handlers/browserdetails.rb b/core/main/rest/handlers/browserdetails.rb index 0d402a688..13d67e06d 100644 --- a/core/main/rest/handlers/browserdetails.rb +++ b/core/main/rest/handlers/browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 51591c379..df382bb15 100644 --- a/core/main/rest/handlers/categories.rb +++ b/core/main/rest/handlers/categories.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 0b504099a..5b5c0c475 100644 --- a/core/main/rest/handlers/hookedbrowsers.rb +++ b/core/main/rest/handlers/hookedbrowsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 4cf396009..8ad120861 100644 --- a/core/main/rest/handlers/logs.rb +++ b/core/main/rest/handlers/logs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 3ae859419..5994f3507 100644 --- a/core/main/rest/handlers/modules.rb +++ b/core/main/rest/handlers/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 2f118608f..0077cc5bc 100644 --- a/core/main/rest/handlers/server.rb +++ b/core/main/rest/handlers/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 226f45cce..fb348f964 100644 --- a/core/main/router/api.rb +++ b/core/main/router/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://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 a91ea007a..215273171 100644 --- a/core/main/router/router.rb +++ b/core/main/router/router.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/server.rb b/core/main/server.rb index d71c7dce1..d898682ce 100644 --- a/core/main/server.rb +++ b/core/main/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/module.rb b/core/module.rb index a6b29fc95..56b303589 100644 --- a/core/module.rb +++ b/core/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/modules.rb b/core/modules.rb index ceda48853..7136d6f2f 100644 --- a/core/modules.rb +++ b/core/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby.rb b/core/ruby.rb index 72b4308e9..98444a7a2 100644 --- a/core/ruby.rb +++ b/core/ruby.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/hash.rb b/core/ruby/hash.rb index 7a320644a..f8c87b81b 100644 --- a/core/ruby/hash.rb +++ b/core/ruby/hash.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/module.rb b/core/ruby/module.rb index cac928504..10eb34ea4 100644 --- a/core/ruby/module.rb +++ b/core/ruby/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/print.rb b/core/ruby/print.rb index fbf932ac0..63d38aaf9 100644 --- a/core/ruby/print.rb +++ b/core/ruby/print.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/security.rb b/core/ruby/security.rb index 5ddef0da6..c07b16eee 100644 --- a/core/ruby/security.rb +++ b/core/ruby/security.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/string.rb b/core/ruby/string.rb index 756447a96..b3c235421 100644 --- a/core/ruby/string.rb +++ b/core/ruby/string.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/settings.rb b/core/settings.rb index 75fc803e3..9c3179e86 100644 --- a/core/settings.rb +++ b/core/settings.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - https://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/doc/COPYING b/doc/COPYING index 87c82b72b..0742865fb 100644 --- a/doc/COPYING +++ b/doc/COPYING @@ -2,7 +2,7 @@ COPYING -- Describes the terms under which the Browser Exploitation Framework (BeEF) is distributed. A copy of the GNU General Public License (GPL) is appended to this file. -BeEF (Browser Exploitation Framework) is (C) 2006-2020 Wade Alcorn. +BeEF (Browser Exploitation Framework) is (C) 2006-2026 Wade Alcorn. This program is free software; you may redistribute and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/doc/boilerplate b/doc/boilerplate index 56394a89b..208696ee2 100644 --- a/doc/boilerplate +++ b/doc/boilerplate @@ -1,3 +1,3 @@ -Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net +Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - https://beefproject.com See the file 'doc/COPYING' for copying permission \ No newline at end of file diff --git a/docs/are.js.html b/docs/are.js.html index e33299674..6e3a42056 100644 --- a/docs/are.js.html +++ b/docs/are.js.html @@ -27,7 +27,7 @@
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/beef.js.html b/docs/beef.js.html
index 0f4ba23a3..ab86880dc 100644
--- a/docs/beef.js.html
+++ b/docs/beef.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/browser.js.html b/docs/browser.js.html
index 2ee3b5a09..359bb80eb 100644
--- a/docs/browser.js.html
+++ b/docs/browser.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/browser_cookie.js.html b/docs/browser_cookie.js.html
index 4f7c9e63e..c818ed004 100644
--- a/docs/browser_cookie.js.html
+++ b/docs/browser_cookie.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/browser_popup.js.html b/docs/browser_popup.js.html
index b266947cf..8d2575447 100644
--- a/docs/browser_popup.js.html
+++ b/docs/browser_popup.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/dom.js.html b/docs/dom.js.html
index 5e26521af..916ac7950 100644
--- a/docs/dom.js.html
+++ b/docs/dom.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/encode_base64.js.html b/docs/encode_base64.js.html
index 8b6e4dca2..5d1bfb529 100644
--- a/docs/encode_base64.js.html
+++ b/docs/encode_base64.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/encode_json.js.html b/docs/encode_json.js.html
index 50e5e952d..586569f00 100644
--- a/docs/encode_json.js.html
+++ b/docs/encode_json.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/geolocation.js.html b/docs/geolocation.js.html
index 05524d11c..0dbdb24ca 100644
--- a/docs/geolocation.js.html
+++ b/docs/geolocation.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/hardware.js.html b/docs/hardware.js.html
index 15aed2012..436028ae5 100644
--- a/docs/hardware.js.html
+++ b/docs/hardware.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/index.html b/docs/index.html
index ca147b207..e420cbdba 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -44,7 +44,7 @@
 
     

===============================================================================

-
Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+
Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 Browser Exploitation Framework (BeEF) - https://beefproject.com
 See the file 'doc/COPYING' for copying permission
 
diff --git a/docs/init.js.html b/docs/init.js.html index 6a052e0c2..76a5150e7 100644 --- a/docs/init.js.html +++ b/docs/init.js.html @@ -27,7 +27,7 @@
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/logger.js.html b/docs/logger.js.html
index 904b83e85..974377c23 100644
--- a/docs/logger.js.html
+++ b/docs/logger.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/mitb.js.html b/docs/mitb.js.html
index 017a095e2..2da91c138 100644
--- a/docs/mitb.js.html
+++ b/docs/mitb.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/net.js.html b/docs/net.js.html
index d493f01b7..ab8d7b2eb 100644
--- a/docs/net.js.html
+++ b/docs/net.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/net_connection.js.html b/docs/net_connection.js.html
index ae47c3817..fc0c5281d 100644
--- a/docs/net_connection.js.html
+++ b/docs/net_connection.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/net_dns.js.html b/docs/net_dns.js.html
index 23cde8dbd..aab60a15c 100644
--- a/docs/net_dns.js.html
+++ b/docs/net_dns.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/net_local.js.html b/docs/net_local.js.html
index 19cae3bc6..ef0f6bb50 100644
--- a/docs/net_local.js.html
+++ b/docs/net_local.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/net_portscanner.js.html b/docs/net_portscanner.js.html
index 72b6a1947..9a95f179b 100644
--- a/docs/net_portscanner.js.html
+++ b/docs/net_portscanner.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/net_requester.js.html b/docs/net_requester.js.html
index 5be29b0b7..253845966 100644
--- a/docs/net_requester.js.html
+++ b/docs/net_requester.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/os.js.html b/docs/os.js.html
index 1440452c1..7ab3d2f7e 100644
--- a/docs/os.js.html
+++ b/docs/os.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/session.js.html b/docs/session.js.html
index 90cbd5ce9..e179b6524 100644
--- a/docs/session.js.html
+++ b/docs/session.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/timeout.js.html b/docs/timeout.js.html
index d420e1f6d..9b4217ea8 100644
--- a/docs/timeout.js.html
+++ b/docs/timeout.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/updater.js.html b/docs/updater.js.html
index 069696e09..21c9b21cc 100644
--- a/docs/updater.js.html
+++ b/docs/updater.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/webrtc.js.html b/docs/webrtc.js.html
index dd372503f..998f36b03 100644
--- a/docs/webrtc.js.html
+++ b/docs/webrtc.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/docs/websocket.js.html b/docs/websocket.js.html
index 6e7e6e3a0..cc184141d 100644
--- a/docs/websocket.js.html
+++ b/docs/websocket.js.html
@@ -27,7 +27,7 @@
     
//
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c220af8ba..b4c53e914 100644
--- a/extensions/admin_ui/api/handler.rb
+++ b/extensions/admin_ui/api/handler.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 85bc91bc4..d4fedde77 100644
--- a/extensions/admin_ui/classes/httpcontroller.rb
+++ b/extensions/admin_ui/classes/httpcontroller.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d54883313..6ed46b44c 100644
--- a/extensions/admin_ui/classes/session.rb
+++ b/extensions/admin_ui/classes/session.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 362dc20e9..6a17337cd 100644
--- a/extensions/admin_ui/config.yaml
+++ b/extensions/admin_ui/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 df3f616f3..b8c9a3cda 100644
--- a/extensions/admin_ui/constants/icons.rb
+++ b/extensions/admin_ui/constants/icons.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8aa6c3931..a0d8f13f5 100644
--- a/extensions/admin_ui/controllers/authentication/authentication.rb
+++ b/extensions/admin_ui/controllers/authentication/authentication.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c0137a9a9..b4f4e999e 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/modules/modules.rb b/extensions/admin_ui/controllers/modules/modules.rb
index 36c863fe1..cf9c40077 100644
--- a/extensions/admin_ui/controllers/modules/modules.rb
+++ b/extensions/admin_ui/controllers/modules/modules.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6ab8e6fd5..eb01f71a9 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 a170faaac..c0dae08c7 100644
--- a/extensions/admin_ui/controllers/panel/panel.rb
+++ b/extensions/admin_ui/controllers/panel/panel.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a104b0ff1..398a5c6c5 100644
--- a/extensions/admin_ui/extension.rb
+++ b/extensions/admin_ui/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 208811a6c..4687f6f0d 100644
--- a/extensions/admin_ui/handlers/ui.rb
+++ b/extensions/admin_ui/handlers/ui.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 80c15a693..782cd1b32 100644
--- a/extensions/admin_ui/media/css/base.css
+++ b/extensions/admin_ui/media/css/base.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 fb078b88e..80d41b6be 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-2025 Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 dfdbfe588..8807eae1e 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-2025 Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 2448aa3ce..da739f329 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9939cc455..e86cf26a3 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/extensions/admin_ui/media/javascript/ui/panel/BrowserDetailsDataGrid.js b/extensions/admin_ui/media/javascript/ui/panel/BrowserDetailsDataGrid.js
index 924064eb8..89845b5e7 100644
--- a/extensions/admin_ui/media/javascript/ui/panel/BrowserDetailsDataGrid.js
+++ b/extensions/admin_ui/media/javascript/ui/panel/BrowserDetailsDataGrid.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 77c7baaad..5de7bd657 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 40c5d959a..580a22529 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/extensions/admin_ui/media/javascript/ui/panel/LogsDataGrid.js b/extensions/admin_ui/media/javascript/ui/panel/LogsDataGrid.js
index 9522833e8..1712faf82 100644
--- a/extensions/admin_ui/media/javascript/ui/panel/LogsDataGrid.js
+++ b/extensions/admin_ui/media/javascript/ui/panel/LogsDataGrid.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 f0e32533e..49e58cb34 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 045368faa..ab767aae3 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c6e61ad59..517e829b8 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8e1674a51..268788f6f 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/extensions/admin_ui/media/javascript/ui/panel/ZombieDataGrid.js b/extensions/admin_ui/media/javascript/ui/panel/ZombieDataGrid.js
index a97057e29..3370167c0 100644
--- a/extensions/admin_ui/media/javascript/ui/panel/ZombieDataGrid.js
+++ b/extensions/admin_ui/media/javascript/ui/panel/ZombieDataGrid.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 edac7d6e5..cea336504 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a3a56374f..ef72b1bbf 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ef117d30d..25c5063d6 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c02389038..063ab1673 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
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 18e3bbbf7..c7d780ead 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 82ba0d186..0122ee8c6 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 dd1b03ac0..0162ba51c 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 60fbe91f5..37ff46671 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a264a3679..0bacd51e1 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 5db323caf..2a37eb191 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 992230e5e..5eb1678c7 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 2a4db252a..e9c1c2ace 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 342493326..8d78c4c41 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 831034270..fccb26f59 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 00feaf2bb..3ba1abbf8 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/extensions/autoloader/config.yaml b/extensions/autoloader/config.yaml
index eb96b17dd..a6ed6db31 100644
--- a/extensions/autoloader/config.yaml
+++ b/extensions/autoloader/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/autoloader/extension.rb b/extensions/autoloader/extension.rb
index b9340d085..a10237480 100644
--- a/extensions/autoloader/extension.rb
+++ b/extensions/autoloader/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/autoloader/model.rb b/extensions/autoloader/model.rb
index aaea573af..437c0dc27 100644
--- a/extensions/autoloader/model.rb
+++ b/extensions/autoloader/model.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/customhook/api.rb b/extensions/customhook/api.rb
index 540490fdd..0318381b2 100644
--- a/extensions/customhook/api.rb
+++ b/extensions/customhook/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/customhook/config.yaml b/extensions/customhook/config.yaml
index c6d45feaf..719f9219b 100644
--- a/extensions/customhook/config.yaml
+++ b/extensions/customhook/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/customhook/extension.rb b/extensions/customhook/extension.rb
index 099b3c69c..9d0e20ede 100644
--- a/extensions/customhook/extension.rb
+++ b/extensions/customhook/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/customhook/handler.rb b/extensions/customhook/handler.rb
index 7803da54b..bc9cbdb1f 100644
--- a/extensions/customhook/handler.rb
+++ b/extensions/customhook/handler.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 25a580f9d..a799a0418 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 8c39552a7..9b0c445bb 100644
--- a/extensions/demos/api.rb
+++ b/extensions/demos/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/demos/config.yaml b/extensions/demos/config.yaml
index 8d0b8ad61..f46949ff6 100644
--- a/extensions/demos/config.yaml
+++ b/extensions/demos/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/demos/extension.rb b/extensions/demos/extension.rb
index 12d22f6f5..a89e15541 100644
--- a/extensions/demos/extension.rb
+++ b/extensions/demos/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/demos/handler.rb b/extensions/demos/handler.rb
index d52eb18fe..2e23c0ee9 100644
--- a/extensions/demos/handler.rb
+++ b/extensions/demos/handler.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2bf552324..50d1c9d4f 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 dec8d9640..8dee52d15 100644
--- a/extensions/demos/html/butcher/butch.css
+++ b/extensions/demos/html/butcher/butch.css
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 e17f99b2a..7ba5f6b21 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/clickjacking/clickjack_attack.html b/extensions/demos/html/clickjacking/clickjack_attack.html
index 21e0207e0..6bcb1b505 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 fd6d14dc6..3c446fdb1 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 4453eeab5..f303d02f3 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 4c2744e6a..b2745aaf2 100644
--- 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 ea0bd94ff..28a18aa62 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 f4e14551c..6c12e6ead 100644
--- a/extensions/dns/api.rb
+++ b/extensions/dns/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/dns/config.yaml b/extensions/dns/config.yaml
index b0fbeff42..e0abbe35b 100644
--- a/extensions/dns/config.yaml
+++ b/extensions/dns/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/dns/dns.rb b/extensions/dns/dns.rb
index ccddb4513..9a0d0f7fd 100644
--- a/extensions/dns/dns.rb
+++ b/extensions/dns/dns.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/dns/extension.rb b/extensions/dns/extension.rb
index 88214af7b..53a175fca 100644
--- a/extensions/dns/extension.rb
+++ b/extensions/dns/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/dns/logger.rb b/extensions/dns/logger.rb
index 0a8324964..3611571d2 100644
--- a/extensions/dns/logger.rb
+++ b/extensions/dns/logger.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/dns/model.rb b/extensions/dns/model.rb
index 04633aa87..51e5204bb 100644
--- a/extensions/dns/model.rb
+++ b/extensions/dns/model.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ac3f2a831..da14775ec 100644
--- a/extensions/dns/rest/dns.rb
+++ b/extensions/dns/rest/dns.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/dns_rebinding/api.rb b/extensions/dns_rebinding/api.rb
index c270c92de..99ccb2582 100644
--- a/extensions/dns_rebinding/api.rb
+++ b/extensions/dns_rebinding/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/dns_rebinding/config.yaml b/extensions/dns_rebinding/config.yaml
index 58b88037d..8e9a345fd 100644
--- a/extensions/dns_rebinding/config.yaml
+++ b/extensions/dns_rebinding/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/dns_rebinding/extension.rb b/extensions/dns_rebinding/extension.rb
index a8abcdf30..d6bde15b1 100644
--- a/extensions/dns_rebinding/extension.rb
+++ b/extensions/dns_rebinding/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/etag/api.rb b/extensions/etag/api.rb
index 76fdbc9f6..73c65f329 100644
--- a/extensions/etag/api.rb
+++ b/extensions/etag/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/etag/config.yaml b/extensions/etag/config.yaml
index a70a6836d..d0352a071 100644
--- a/extensions/etag/config.yaml
+++ b/extensions/etag/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/etag/etag.rb b/extensions/etag/etag.rb
index 51425af55..979662de9 100644
--- a/extensions/etag/etag.rb
+++ b/extensions/etag/etag.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/etag/extension.rb b/extensions/etag/extension.rb
index 9ce0e84b1..ebe1ba49c 100644
--- a/extensions/etag/extension.rb
+++ b/extensions/etag/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/evasion/config.yaml b/extensions/evasion/config.yaml
index 8be400e81..1c6f0e1ca 100644
--- a/extensions/evasion/config.yaml
+++ b/extensions/evasion/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/evasion/evasion.rb b/extensions/evasion/evasion.rb
index 9b10d3891..0a5f7e342 100644
--- a/extensions/evasion/evasion.rb
+++ b/extensions/evasion/evasion.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/evasion/extension.rb b/extensions/evasion/extension.rb
index dade3a809..70dffb331 100644
--- a/extensions/evasion/extension.rb
+++ b/extensions/evasion/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 771c9b51c..599da5a73 100644
--- a/extensions/evasion/obfuscation/base_64.rb
+++ b/extensions/evasion/obfuscation/base_64.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 27571c8e7..b44a9f2fc 100644
--- a/extensions/evasion/obfuscation/minify.rb
+++ b/extensions/evasion/obfuscation/minify.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1ebfc0ee0..ab06977a1 100644
--- a/extensions/evasion/obfuscation/scramble.rb
+++ b/extensions/evasion/obfuscation/scramble.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 90f318568..73d1d7c8e 100644
--- a/extensions/evasion/obfuscation/whitespace.rb
+++ b/extensions/evasion/obfuscation/whitespace.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/events/api.rb b/extensions/events/api.rb
index d6e99cd0f..592bc9916 100644
--- a/extensions/events/api.rb
+++ b/extensions/events/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/events/config.yaml b/extensions/events/config.yaml
index a289f4287..9e5b456d1 100644
--- a/extensions/events/config.yaml
+++ b/extensions/events/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/events/extension.rb b/extensions/events/extension.rb
index 0385acb35..340fbea7e 100644
--- a/extensions/events/extension.rb
+++ b/extensions/events/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/events/handler.rb b/extensions/events/handler.rb
index 3239c2519..95d9b6443 100644
--- a/extensions/events/handler.rb
+++ b/extensions/events/handler.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/metasploit/api.rb b/extensions/metasploit/api.rb
index d5078387e..182e23b32 100644
--- a/extensions/metasploit/api.rb
+++ b/extensions/metasploit/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/metasploit/config.yaml b/extensions/metasploit/config.yaml
index ce7ea297d..1b0c985c1 100644
--- a/extensions/metasploit/config.yaml
+++ b/extensions/metasploit/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/metasploit/extension.rb b/extensions/metasploit/extension.rb
index acf1d18c4..7d6c2fcfb 100644
--- a/extensions/metasploit/extension.rb
+++ b/extensions/metasploit/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/metasploit/module.rb b/extensions/metasploit/module.rb
index 33eb7c50f..199226ee4 100644
--- a/extensions/metasploit/module.rb
+++ b/extensions/metasploit/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e848e4a71..764ca88e1 100644
--- a/extensions/metasploit/rest/msf.rb
+++ b/extensions/metasploit/rest/msf.rb
@@ -1,6 +1,6 @@
 require_relative '../../../core/main/router/router'
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/metasploit/rpcclient.rb b/extensions/metasploit/rpcclient.rb
index a7502c0f9..9bdb79c06 100644
--- a/extensions/metasploit/rpcclient.rb
+++ b/extensions/metasploit/rpcclient.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/network/api.rb b/extensions/network/api.rb
index ab1a2ad1b..9f44b5725 100644
--- a/extensions/network/api.rb
+++ b/extensions/network/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/network/config.yaml b/extensions/network/config.yaml
index d1b161fdb..595cc7103 100644
--- a/extensions/network/config.yaml
+++ b/extensions/network/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/network/extension.rb b/extensions/network/extension.rb
index 2bde49be9..5358e87f0 100644
--- a/extensions/network/extension.rb
+++ b/extensions/network/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 441247777..90c3f7343 100644
--- a/extensions/network/models/network_host.rb
+++ b/extensions/network/models/network_host.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ffe52bdb5..9a8f59ee9 100644
--- a/extensions/network/models/network_service.rb
+++ b/extensions/network/models/network_service.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f5a9563b2..04c48ab82 100644
--- a/extensions/network/rest/network.rb
+++ b/extensions/network/rest/network.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b2222044f..f003f7fb1 100644
--- a/extensions/notifications/channels/email.rb
+++ b/extensions/notifications/channels/email.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/notifications/channels/slack_workspace.rb b/extensions/notifications/channels/slack_workspace.rb
index 6f3e87231..b1cc0b853 100644
--- a/extensions/notifications/channels/slack_workspace.rb
+++ b/extensions/notifications/channels/slack_workspace.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/notifications/config.yaml b/extensions/notifications/config.yaml
index 17999fcb0..17adfbfab 100644
--- a/extensions/notifications/config.yaml
+++ b/extensions/notifications/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/notifications/extension.rb b/extensions/notifications/extension.rb
index dfe0cb858..8c1d8b8cc 100644
--- a/extensions/notifications/extension.rb
+++ b/extensions/notifications/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/notifications/notifications.rb b/extensions/notifications/notifications.rb
index b42179b40..ecbeabe43 100644
--- a/extensions/notifications/notifications.rb
+++ b/extensions/notifications/notifications.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/proxy/api.rb b/extensions/proxy/api.rb
index 21bdbbaa6..2c89aa170 100644
--- a/extensions/proxy/api.rb
+++ b/extensions/proxy/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/proxy/config.yaml b/extensions/proxy/config.yaml
index fdce35aaa..a37117e5b 100644
--- a/extensions/proxy/config.yaml
+++ b/extensions/proxy/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/proxy/extension.rb b/extensions/proxy/extension.rb
index 5891c6f6c..36005969e 100644
--- a/extensions/proxy/extension.rb
+++ b/extensions/proxy/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/proxy/proxy.rb b/extensions/proxy/proxy.rb
index e5ed5fbf4..a9bd95222 100644
--- a/extensions/proxy/proxy.rb
+++ b/extensions/proxy/proxy.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3753103df..a0bba9c39 100644
--- a/extensions/proxy/rest/proxy.rb
+++ b/extensions/proxy/rest/proxy.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/qrcode/config.yaml b/extensions/qrcode/config.yaml
index 7e001da81..53526ae3c 100644
--- a/extensions/qrcode/config.yaml
+++ b/extensions/qrcode/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/qrcode/extension.rb b/extensions/qrcode/extension.rb
index ca57ecc79..81eabc33a 100644
--- a/extensions/qrcode/extension.rb
+++ b/extensions/qrcode/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/qrcode/qrcode.rb b/extensions/qrcode/qrcode.rb
index 6f4df2901..6fbfd9dd0 100644
--- a/extensions/qrcode/qrcode.rb
+++ b/extensions/qrcode/qrcode.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/requester/api.rb b/extensions/requester/api.rb
index b23959c00..e85a0de3d 100644
--- a/extensions/requester/api.rb
+++ b/extensions/requester/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6c3f72990..524596fc1 100644
--- a/extensions/requester/api/hook.rb
+++ b/extensions/requester/api/hook.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
@@ -37,7 +37,7 @@ module BeEF
             # If we use WebSockets, just reply wih the component contents
             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-2025Wade Alcorn - wade@bindshell.net
+              //   Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
               //   Browser Exploitation Framework (BeEF) - https://beefproject.com
               //   See the file \'doc/COPYING\' for copying permission
               //', '')
diff --git a/extensions/requester/config.yaml b/extensions/requester/config.yaml
index 8ae12a895..98c98c936 100644
--- a/extensions/requester/config.yaml
+++ b/extensions/requester/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/requester/extension.rb b/extensions/requester/extension.rb
index 2d1512979..4cd8ec5bc 100644
--- a/extensions/requester/extension.rb
+++ b/extensions/requester/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/requester/handler.rb b/extensions/requester/handler.rb
index b866e65e7..d77a5c7d8 100644
--- a/extensions/requester/handler.rb
+++ b/extensions/requester/handler.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8b859d4f5..e3c4dadb3 100644
--- a/extensions/requester/models/http.rb
+++ b/extensions/requester/models/http.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/requester/rest/requester.rb b/extensions/requester/rest/requester.rb
index 76585bddb..57368ded9 100644
--- a/extensions/requester/rest/requester.rb
+++ b/extensions/requester/rest/requester.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6dd3b9dc8..4773a743b 100644
--- a/extensions/s2c_dns_tunnel/api.rb
+++ b/extensions/s2c_dns_tunnel/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 458e7c71d..e99487370 100644
--- a/extensions/s2c_dns_tunnel/config.yaml
+++ b/extensions/s2c_dns_tunnel/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 aa9ef8f70..34d1573ad 100644
--- a/extensions/s2c_dns_tunnel/dnsd.rb
+++ b/extensions/s2c_dns_tunnel/dnsd.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 491963bfe..f2da48b2d 100644
--- a/extensions/s2c_dns_tunnel/extension.rb
+++ b/extensions/s2c_dns_tunnel/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 586f616a9..ad6bb6fbc 100644
--- a/extensions/social_engineering/config.yaml
+++ b/extensions/social_engineering/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 592a5cf8b..664579525 100644
--- a/extensions/social_engineering/extension.rb
+++ b/extensions/social_engineering/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/social_engineering/models/interceptor.rb b/extensions/social_engineering/models/interceptor.rb
index 286baad99..64005793c 100644
--- a/extensions/social_engineering/models/interceptor.rb
+++ b/extensions/social_engineering/models/interceptor.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 54fae9726..76cbc41d2 100644
--- a/extensions/social_engineering/models/web_cloner.rb
+++ b/extensions/social_engineering/models/web_cloner.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 87c0e7656..2d2b2d17d 100644
--- a/extensions/social_engineering/powershell/bind_powershell.rb
+++ b/extensions/social_engineering/powershell/bind_powershell.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 fad214500..00a3680f8 100644
--- a/extensions/social_engineering/rest/socialengineering.rb
+++ b/extensions/social_engineering/rest/socialengineering.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5a6bc031f..f1bb25703 100644
--- a/extensions/social_engineering/web_cloner/interceptor.rb
+++ b/extensions/social_engineering/web_cloner/interceptor.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 67fab749d..020f531c3 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/webrtc/api.rb b/extensions/webrtc/api.rb
index d227734f5..03b3d8438 100644
--- a/extensions/webrtc/api.rb
+++ b/extensions/webrtc/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c7dff3155..3b3486790 100644
--- a/extensions/webrtc/api/hook.rb
+++ b/extensions/webrtc/api/hook.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/webrtc/config.yaml b/extensions/webrtc/config.yaml
index c1f6d643d..7dddff856 100644
--- a/extensions/webrtc/config.yaml
+++ b/extensions/webrtc/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/webrtc/extension.rb b/extensions/webrtc/extension.rb
index afc1e4788..80f140c2b 100644
--- a/extensions/webrtc/extension.rb
+++ b/extensions/webrtc/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/webrtc/handlers.rb b/extensions/webrtc/handlers.rb
index 7c9f97d87..c6406d2e0 100644
--- a/extensions/webrtc/handlers.rb
+++ b/extensions/webrtc/handlers.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 04e5a55ff..12b6eae38 100644
--- a/extensions/webrtc/models/rtcmanage.rb
+++ b/extensions/webrtc/models/rtcmanage.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b1f64c26b..3421c1bf8 100644
--- a/extensions/webrtc/models/rtcmodulestatus.rb
+++ b/extensions/webrtc/models/rtcmodulestatus.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 41cb6513a..ac57233d1 100644
--- a/extensions/webrtc/models/rtcsignal.rb
+++ b/extensions/webrtc/models/rtcsignal.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0a0a21ec0..7a46ffafe 100644
--- a/extensions/webrtc/models/rtcstatus.rb
+++ b/extensions/webrtc/models/rtcstatus.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 752efacd3..25f8048c8 100644
--- a/extensions/webrtc/rest/webrtc.rb
+++ b/extensions/webrtc/rest/webrtc.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/xssrays/api.rb b/extensions/xssrays/api.rb
index fbdee124c..abcedb5ce 100644
--- a/extensions/xssrays/api.rb
+++ b/extensions/xssrays/api.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d3c335024..e0eff3e49 100644
--- a/extensions/xssrays/api/scan.rb
+++ b/extensions/xssrays/api/scan.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
@@ -43,7 +43,7 @@ module BeEF
             # If we use WebSockets, just reply wih the component contents
             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-2025Wade Alcorn - wade@bindshell.net
+              //   Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
               //   Browser Exploitation Framework (BeEF) - https://beefproject.com
               //   See the file \'doc/COPYING\' for copying permission
               //', '')
diff --git a/extensions/xssrays/config.yaml b/extensions/xssrays/config.yaml
index 783eab49e..b642c58b9 100644
--- a/extensions/xssrays/config.yaml
+++ b/extensions/xssrays/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/xssrays/extension.rb b/extensions/xssrays/extension.rb
index a21db582f..47e8c3c9a 100644
--- a/extensions/xssrays/extension.rb
+++ b/extensions/xssrays/extension.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/xssrays/handler.rb b/extensions/xssrays/handler.rb
index b1624ed0d..ef484ba8a 100644
--- a/extensions/xssrays/handler.rb
+++ b/extensions/xssrays/handler.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e1e95944f..7ccd600fd 100644
--- a/extensions/xssrays/models/xssraysdetail.rb
+++ b/extensions/xssrays/models/xssraysdetail.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0aaaa17a0..e2eda89f1 100644
--- a/extensions/xssrays/models/xssraysscan.rb
+++ b/extensions/xssrays/models/xssraysscan.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/extensions/xssrays/rest/xssrays.rb b/extensions/xssrays/rest/xssrays.rb
index 0f10ca545..84d70be09 100644
--- a/extensions/xssrays/rest/xssrays.rb
+++ b/extensions/xssrays/rest/xssrays.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/install b/install
index 01ac8a388..a6c8ca40b 100755
--- a/install
+++ b/install
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/avant_steal_history/command.js b/modules/browser/avant_steal_history/command.js
index 503b007ac..9f40b2cab 100644
--- a/modules/browser/avant_steal_history/command.js
+++ b/modules/browser/avant_steal_history/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn wade@bindshell.net
+// Copyright (c) 2006-2026Wade 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 48738c10a..3051875a4 100644
--- a/modules/browser/avant_steal_history/config.yaml
+++ b/modules/browser/avant_steal_history/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 24b39ffcc..18d07323e 100644
--- a/modules/browser/avant_steal_history/module.rb
+++ b/modules/browser/avant_steal_history/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 0f209e2f1..a3310464a 100644
--- a/modules/browser/browser_fingerprinting/command.js
+++ b/modules/browser/browser_fingerprinting/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 6cde9ccd1..03cf83096 100644
--- a/modules/browser/browser_fingerprinting/config.yaml
+++ b/modules/browser/browser_fingerprinting/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ca9ab638d..21b1da271 100644
--- a/modules/browser/browser_fingerprinting/module.rb
+++ b/modules/browser/browser_fingerprinting/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4777891c3..23e34dfe5 100644
--- a/modules/browser/detect_activex/command.js
+++ b/modules/browser/detect_activex/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 f93bea4bd..c317e17dc 100644
--- a/modules/browser/detect_activex/config.yaml
+++ b/modules/browser/detect_activex/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3dcd1c97e..5cada33c0 100644
--- a/modules/browser/detect_activex/module.rb
+++ b/modules/browser/detect_activex/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 17dc0c468..68f523eb2 100644
--- a/modules/browser/detect_evernote_clipper/command.js
+++ b/modules/browser/detect_evernote_clipper/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b9e2a5f52..517646bb6 100644
--- a/modules/browser/detect_evernote_clipper/config.yaml
+++ b/modules/browser/detect_evernote_clipper/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0c7aa4cf1..bd4621137 100644
--- a/modules/browser/detect_evernote_clipper/module.rb
+++ b/modules/browser/detect_evernote_clipper/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a8528fbbc..87500ea15 100644
--- a/modules/browser/detect_extensions/command.js
+++ b/modules/browser/detect_extensions/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 45328436f..562375a29 100644
--- a/modules/browser/detect_extensions/config.yaml
+++ b/modules/browser/detect_extensions/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2007a87ce..b73455d86 100644
--- a/modules/browser/detect_extensions/module.rb
+++ b/modules/browser/detect_extensions/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1868c7c66..d9480e974 100644
--- a/modules/browser/detect_firebug/command.js
+++ b/modules/browser/detect_firebug/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1f546e945..d9706ca5f 100644
--- a/modules/browser/detect_firebug/config.yaml
+++ b/modules/browser/detect_firebug/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d50c9dddc..0247cd1a2 100644
--- a/modules/browser/detect_firebug/module.rb
+++ b/modules/browser/detect_firebug/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 db0823daa..464dc41a6 100644
--- a/modules/browser/detect_foxit/command.js
+++ b/modules/browser/detect_foxit/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 852fb18fa..1897414be 100644
--- a/modules/browser/detect_foxit/config.yaml
+++ b/modules/browser/detect_foxit/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 205d19339..bc7ea865f 100644
--- a/modules/browser/detect_foxit/module.rb
+++ b/modules/browser/detect_foxit/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 278685a9c..fb42b4e73 100644
--- a/modules/browser/detect_lastpass/command.js
+++ b/modules/browser/detect_lastpass/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 d354c742c..9f9440a51 100644
--- a/modules/browser/detect_lastpass/config.yaml
+++ b/modules/browser/detect_lastpass/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f060a8f32..735be4b7f 100644
--- a/modules/browser/detect_lastpass/module.rb
+++ b/modules/browser/detect_lastpass/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/detect_mime_types/command.js b/modules/browser/detect_mime_types/command.js
index cb188da5a..789a676ab 100644
--- a/modules/browser/detect_mime_types/command.js
+++ b/modules/browser/detect_mime_types/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/detect_mime_types/config.yaml b/modules/browser/detect_mime_types/config.yaml
index 59c1ff97b..efb10161a 100644
--- a/modules/browser/detect_mime_types/config.yaml
+++ b/modules/browser/detect_mime_types/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/detect_mime_types/module.rb b/modules/browser/detect_mime_types/module.rb
index 7e043f301..818899d2b 100644
--- a/modules/browser/detect_mime_types/module.rb
+++ b/modules/browser/detect_mime_types/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 59713c7e6..e2aa4bf59 100644
--- a/modules/browser/detect_office/command.js
+++ b/modules/browser/detect_office/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b59667029..0093a31d5 100644
--- a/modules/browser/detect_office/config.yaml
+++ b/modules/browser/detect_office/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4705402b6..2535130d8 100644
--- a/modules/browser/detect_office/module.rb
+++ b/modules/browser/detect_office/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ac232433d..ab41b485b 100644
--- a/modules/browser/detect_popup_blocker/command.js
+++ b/modules/browser/detect_popup_blocker/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 6eab2798d..2701bbbb5 100644
--- a/modules/browser/detect_popup_blocker/config.yaml
+++ b/modules/browser/detect_popup_blocker/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3c0602474..a6bc42e4d 100644
--- a/modules/browser/detect_popup_blocker/module.rb
+++ b/modules/browser/detect_popup_blocker/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b6c543e0f..070083227 100644
--- a/modules/browser/detect_quicktime/command.js
+++ b/modules/browser/detect_quicktime/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a219be95e..5ad814f5a 100644
--- a/modules/browser/detect_quicktime/config.yaml
+++ b/modules/browser/detect_quicktime/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 af8a05be4..ff002ef8b 100644
--- a/modules/browser/detect_quicktime/module.rb
+++ b/modules/browser/detect_quicktime/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f5513e777..6df327568 100644
--- a/modules/browser/detect_realplayer/command.js
+++ b/modules/browser/detect_realplayer/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 00263ef9e..a24803e56 100644
--- a/modules/browser/detect_realplayer/config.yaml
+++ b/modules/browser/detect_realplayer/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 425c81001..f58ef47a4 100644
--- a/modules/browser/detect_realplayer/module.rb
+++ b/modules/browser/detect_realplayer/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a3c0cfebf..96dd245b4 100644
--- a/modules/browser/detect_silverlight/command.js
+++ b/modules/browser/detect_silverlight/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 280270ffe..5d0d6d7ab 100644
--- a/modules/browser/detect_silverlight/config.yaml
+++ b/modules/browser/detect_silverlight/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 00accbdb5..4b23482dd 100644
--- a/modules/browser/detect_silverlight/module.rb
+++ b/modules/browser/detect_silverlight/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 cad8b480b..713cabaa2 100644
--- a/modules/browser/detect_simple_adblock/command.js
+++ b/modules/browser/detect_simple_adblock/command.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 792fe7c2c..d30c3b520 100644
--- a/modules/browser/detect_simple_adblock/config.yaml
+++ b/modules/browser/detect_simple_adblock/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 58c53e6e0..1d126902b 100644
--- a/modules/browser/detect_simple_adblock/module.rb
+++ b/modules/browser/detect_simple_adblock/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 04433e982..f065a52ba 100644
--- a/modules/browser/detect_toolbars/command.js
+++ b/modules/browser/detect_toolbars/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 d92c2d946..3486da7ab 100644
--- a/modules/browser/detect_toolbars/config.yaml
+++ b/modules/browser/detect_toolbars/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 35630377e..0d682469f 100644
--- a/modules/browser/detect_toolbars/module.rb
+++ b/modules/browser/detect_toolbars/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 da4676bc8..9810a8a79 100644
--- a/modules/browser/detect_unity/command.js
+++ b/modules/browser/detect_unity/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 6bc7ab103..894ed20f9 100644
--- a/modules/browser/detect_unity/config.yaml
+++ b/modules/browser/detect_unity/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8a14f1502..575be816b 100644
--- a/modules/browser/detect_unity/module.rb
+++ b/modules/browser/detect_unity/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b0646b3fa..fe870394a 100644
--- a/modules/browser/detect_unsafe_activex/command.js
+++ b/modules/browser/detect_unsafe_activex/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ec4a6c152..738f93c95 100644
--- a/modules/browser/detect_unsafe_activex/config.yaml
+++ b/modules/browser/detect_unsafe_activex/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c32c7e176..5c0f50186 100644
--- a/modules/browser/detect_unsafe_activex/module.rb
+++ b/modules/browser/detect_unsafe_activex/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2e7c4294c..fffc8233c 100644
--- a/modules/browser/detect_vlc/command.js
+++ b/modules/browser/detect_vlc/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b198d2777..0feb3eb8c 100644
--- a/modules/browser/detect_vlc/config.yaml
+++ b/modules/browser/detect_vlc/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3c66cee1c..9255b7e27 100644
--- a/modules/browser/detect_vlc/module.rb
+++ b/modules/browser/detect_vlc/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 dd5257ec5..06310fabf 100644
--- a/modules/browser/detect_wmp/command.js
+++ b/modules/browser/detect_wmp/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 5ee55dc6f..e2580bd2a 100644
--- a/modules/browser/detect_wmp/config.yaml
+++ b/modules/browser/detect_wmp/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 dc712ff0d..b280734f4 100644
--- a/modules/browser/detect_wmp/module.rb
+++ b/modules/browser/detect_wmp/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/fingerprint_browser/command.js b/modules/browser/fingerprint_browser/command.js
index 789894f42..3d2d6a88e 100644
--- a/modules/browser/fingerprint_browser/command.js
+++ b/modules/browser/fingerprint_browser/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/fingerprint_browser/config.yaml b/modules/browser/fingerprint_browser/config.yaml
index 88e34305a..8f30a78e9 100644
--- a/modules/browser/fingerprint_browser/config.yaml
+++ b/modules/browser/fingerprint_browser/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/fingerprint_browser/module.rb b/modules/browser/fingerprint_browser/module.rb
index f6c1b0603..64a108008 100644
--- a/modules/browser/fingerprint_browser/module.rb
+++ b/modules/browser/fingerprint_browser/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 97bf550db..15a67e3a7 100644
--- a/modules/browser/get_visited_domains/command.js
+++ b/modules/browser/get_visited_domains/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ddeefcc95..eef5ef5d4 100644
--- a/modules/browser/get_visited_domains/config.yaml
+++ b/modules/browser/get_visited_domains/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d5c1ff407..3f54740f8 100644
--- a/modules/browser/get_visited_domains/module.rb
+++ b/modules/browser/get_visited_domains/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ff9170f22..6fc9a1cab 100644
--- a/modules/browser/get_visited_urls/command.js
+++ b/modules/browser/get_visited_urls/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ec54073cb..11339eeb0 100644
--- a/modules/browser/get_visited_urls/config.yaml
+++ b/modules/browser/get_visited_urls/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d987e9a7c..f6758dfc3 100644
--- a/modules/browser/get_visited_urls/module.rb
+++ b/modules/browser/get_visited_urls/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/ajax_fingerprint/command.js b/modules/browser/hooked_origin/ajax_fingerprint/command.js
index 6291864b1..6b8a20da5 100644
--- a/modules/browser/hooked_origin/ajax_fingerprint/command.js
+++ b/modules/browser/hooked_origin/ajax_fingerprint/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/ajax_fingerprint/config.yaml b/modules/browser/hooked_origin/ajax_fingerprint/config.yaml
index c13f8d124..62eb86773 100644
--- a/modules/browser/hooked_origin/ajax_fingerprint/config.yaml
+++ b/modules/browser/hooked_origin/ajax_fingerprint/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/ajax_fingerprint/module.rb b/modules/browser/hooked_origin/ajax_fingerprint/module.rb
index e30e998bd..614707d9a 100644
--- a/modules/browser/hooked_origin/ajax_fingerprint/module.rb
+++ b/modules/browser/hooked_origin/ajax_fingerprint/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/alert_dialog/command.js b/modules/browser/hooked_origin/alert_dialog/command.js
index 6ce31d8f6..d75cb5756 100644
--- a/modules/browser/hooked_origin/alert_dialog/command.js
+++ b/modules/browser/hooked_origin/alert_dialog/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/alert_dialog/config.yaml b/modules/browser/hooked_origin/alert_dialog/config.yaml
index 0cfd8b8c0..af078c058 100644
--- a/modules/browser/hooked_origin/alert_dialog/config.yaml
+++ b/modules/browser/hooked_origin/alert_dialog/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/alert_dialog/module.rb b/modules/browser/hooked_origin/alert_dialog/module.rb
index e82078cf9..d44fcb03e 100644
--- a/modules/browser/hooked_origin/alert_dialog/module.rb
+++ b/modules/browser/hooked_origin/alert_dialog/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/command.js b/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/command.js
index ddad1d59f..9d0fc7a81 100644
--- a/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/command.js
+++ b/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/config.yaml b/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/config.yaml
index 17f665c85..409f97107 100644
--- a/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/config.yaml
+++ b/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/module.rb b/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/module.rb
index c7268a93d..9be6ee89c 100644
--- a/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/module.rb
+++ b/modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/cisco_asa_password_disclosure/command.js b/modules/browser/hooked_origin/cisco_asa_password_disclosure/command.js
index 8f365b55d..240d0b8ef 100644
--- a/modules/browser/hooked_origin/cisco_asa_password_disclosure/command.js
+++ b/modules/browser/hooked_origin/cisco_asa_password_disclosure/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 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_origin/cisco_asa_password_disclosure/config.yaml b/modules/browser/hooked_origin/cisco_asa_password_disclosure/config.yaml
index 64ce89fbc..efdcefd0d 100644
--- a/modules/browser/hooked_origin/cisco_asa_password_disclosure/config.yaml
+++ b/modules/browser/hooked_origin/cisco_asa_password_disclosure/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 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_origin/cisco_asa_password_disclosure/module.rb b/modules/browser/hooked_origin/cisco_asa_password_disclosure/module.rb
index 40f38af8b..440b52156 100644
--- a/modules/browser/hooked_origin/cisco_asa_password_disclosure/module.rb
+++ b/modules/browser/hooked_origin/cisco_asa_password_disclosure/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 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_origin/clear_console/command.js b/modules/browser/hooked_origin/clear_console/command.js
index a4e584d69..e5ed8e44b 100644
--- a/modules/browser/hooked_origin/clear_console/command.js
+++ b/modules/browser/hooked_origin/clear_console/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/clear_console/config.yaml b/modules/browser/hooked_origin/clear_console/config.yaml
index ea5ac618c..00bc8dd72 100644
--- a/modules/browser/hooked_origin/clear_console/config.yaml
+++ b/modules/browser/hooked_origin/clear_console/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/clear_console/module.rb b/modules/browser/hooked_origin/clear_console/module.rb
index a78957eb5..9a55c5b12 100644
--- a/modules/browser/hooked_origin/clear_console/module.rb
+++ b/modules/browser/hooked_origin/clear_console/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/deface_web_page/command.js b/modules/browser/hooked_origin/deface_web_page/command.js
index 2bd472e77..c9cf6844e 100644
--- a/modules/browser/hooked_origin/deface_web_page/command.js
+++ b/modules/browser/hooked_origin/deface_web_page/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/deface_web_page/config.yaml b/modules/browser/hooked_origin/deface_web_page/config.yaml
index 7ff15ffb8..6f7d58b42 100644
--- a/modules/browser/hooked_origin/deface_web_page/config.yaml
+++ b/modules/browser/hooked_origin/deface_web_page/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/deface_web_page/module.rb b/modules/browser/hooked_origin/deface_web_page/module.rb
index 1c67c9ee3..2d6d5a788 100644
--- a/modules/browser/hooked_origin/deface_web_page/module.rb
+++ b/modules/browser/hooked_origin/deface_web_page/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/deface_web_page_component/command.js b/modules/browser/hooked_origin/deface_web_page_component/command.js
index 3aa12014f..5bd9a46bb 100644
--- a/modules/browser/hooked_origin/deface_web_page_component/command.js
+++ b/modules/browser/hooked_origin/deface_web_page_component/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/deface_web_page_component/config.yaml b/modules/browser/hooked_origin/deface_web_page_component/config.yaml
index 609343ee9..52a1dcaf6 100644
--- a/modules/browser/hooked_origin/deface_web_page_component/config.yaml
+++ b/modules/browser/hooked_origin/deface_web_page_component/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/deface_web_page_component/module.rb b/modules/browser/hooked_origin/deface_web_page_component/module.rb
index ce4970ad5..41ec3e1df 100644
--- a/modules/browser/hooked_origin/deface_web_page_component/module.rb
+++ b/modules/browser/hooked_origin/deface_web_page_component/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/disable_developer_tools/command.js b/modules/browser/hooked_origin/disable_developer_tools/command.js
index 66d02dfdc..9249c4d15 100644
--- a/modules/browser/hooked_origin/disable_developer_tools/command.js
+++ b/modules/browser/hooked_origin/disable_developer_tools/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/disable_developer_tools/config.yaml b/modules/browser/hooked_origin/disable_developer_tools/config.yaml
index 843f43c13..aac37a7e3 100644
--- a/modules/browser/hooked_origin/disable_developer_tools/config.yaml
+++ b/modules/browser/hooked_origin/disable_developer_tools/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/disable_developer_tools/module.rb b/modules/browser/hooked_origin/disable_developer_tools/module.rb
index fbb973b51..843a74a7a 100644
--- a/modules/browser/hooked_origin/disable_developer_tools/module.rb
+++ b/modules/browser/hooked_origin/disable_developer_tools/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_autocomplete_creds/command.js b/modules/browser/hooked_origin/get_autocomplete_creds/command.js
index 04407172d..8cd848064 100644
--- a/modules/browser/hooked_origin/get_autocomplete_creds/command.js
+++ b/modules/browser/hooked_origin/get_autocomplete_creds/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_autocomplete_creds/config.yaml b/modules/browser/hooked_origin/get_autocomplete_creds/config.yaml
index c776e6b50..104728d6e 100644
--- a/modules/browser/hooked_origin/get_autocomplete_creds/config.yaml
+++ b/modules/browser/hooked_origin/get_autocomplete_creds/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_autocomplete_creds/module.rb b/modules/browser/hooked_origin/get_autocomplete_creds/module.rb
index 7e4258e1b..b42447455 100644
--- a/modules/browser/hooked_origin/get_autocomplete_creds/module.rb
+++ b/modules/browser/hooked_origin/get_autocomplete_creds/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_cookie/command.js b/modules/browser/hooked_origin/get_cookie/command.js
index 6f13b9b05..fc00572e1 100644
--- a/modules/browser/hooked_origin/get_cookie/command.js
+++ b/modules/browser/hooked_origin/get_cookie/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_cookie/config.yaml b/modules/browser/hooked_origin/get_cookie/config.yaml
index 8119b24a7..60b0a5f80 100644
--- a/modules/browser/hooked_origin/get_cookie/config.yaml
+++ b/modules/browser/hooked_origin/get_cookie/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_cookie/module.rb b/modules/browser/hooked_origin/get_cookie/module.rb
index 5c8364002..345b5e279 100644
--- a/modules/browser/hooked_origin/get_cookie/module.rb
+++ b/modules/browser/hooked_origin/get_cookie/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_form_values/command.js b/modules/browser/hooked_origin/get_form_values/command.js
index d939dc363..f24649e96 100644
--- a/modules/browser/hooked_origin/get_form_values/command.js
+++ b/modules/browser/hooked_origin/get_form_values/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_form_values/config.yaml b/modules/browser/hooked_origin/get_form_values/config.yaml
index ec2765adf..908a2268d 100644
--- a/modules/browser/hooked_origin/get_form_values/config.yaml
+++ b/modules/browser/hooked_origin/get_form_values/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_form_values/module.rb b/modules/browser/hooked_origin/get_form_values/module.rb
index 1a6162a1b..7a5e427bd 100644
--- a/modules/browser/hooked_origin/get_form_values/module.rb
+++ b/modules/browser/hooked_origin/get_form_values/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_local_storage/command.js b/modules/browser/hooked_origin/get_local_storage/command.js
index b011bad2a..c165d691f 100644
--- a/modules/browser/hooked_origin/get_local_storage/command.js
+++ b/modules/browser/hooked_origin/get_local_storage/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_local_storage/config.yaml b/modules/browser/hooked_origin/get_local_storage/config.yaml
index 31239a02e..17eb4e674 100644
--- a/modules/browser/hooked_origin/get_local_storage/config.yaml
+++ b/modules/browser/hooked_origin/get_local_storage/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_local_storage/module.rb b/modules/browser/hooked_origin/get_local_storage/module.rb
index 52345cec7..538029b3f 100644
--- a/modules/browser/hooked_origin/get_local_storage/module.rb
+++ b/modules/browser/hooked_origin/get_local_storage/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_page_html/command.js b/modules/browser/hooked_origin/get_page_html/command.js
index 1c0b943db..092e0e575 100644
--- a/modules/browser/hooked_origin/get_page_html/command.js
+++ b/modules/browser/hooked_origin/get_page_html/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_page_html/config.yaml b/modules/browser/hooked_origin/get_page_html/config.yaml
index efc3cc106..c3411eab8 100644
--- a/modules/browser/hooked_origin/get_page_html/config.yaml
+++ b/modules/browser/hooked_origin/get_page_html/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_page_html/module.rb b/modules/browser/hooked_origin/get_page_html/module.rb
index d10f9ddef..067c9bc14 100644
--- a/modules/browser/hooked_origin/get_page_html/module.rb
+++ b/modules/browser/hooked_origin/get_page_html/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_page_html_iframe/command.js b/modules/browser/hooked_origin/get_page_html_iframe/command.js
index ffb2b0604..67324501e 100644
--- a/modules/browser/hooked_origin/get_page_html_iframe/command.js
+++ b/modules/browser/hooked_origin/get_page_html_iframe/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_page_html_iframe/config.yaml b/modules/browser/hooked_origin/get_page_html_iframe/config.yaml
index 7730a3962..4f83eaf61 100644
--- a/modules/browser/hooked_origin/get_page_html_iframe/config.yaml
+++ b/modules/browser/hooked_origin/get_page_html_iframe/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_page_html_iframe/module.rb b/modules/browser/hooked_origin/get_page_html_iframe/module.rb
index 825dc693b..612a1dded 100644
--- a/modules/browser/hooked_origin/get_page_html_iframe/module.rb
+++ b/modules/browser/hooked_origin/get_page_html_iframe/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_page_links/command.js b/modules/browser/hooked_origin/get_page_links/command.js
index 8e4155710..217377071 100644
--- a/modules/browser/hooked_origin/get_page_links/command.js
+++ b/modules/browser/hooked_origin/get_page_links/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_page_links/config.yaml b/modules/browser/hooked_origin/get_page_links/config.yaml
index 33dc0f1c0..b68f908a9 100644
--- a/modules/browser/hooked_origin/get_page_links/config.yaml
+++ b/modules/browser/hooked_origin/get_page_links/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_page_links/module.rb b/modules/browser/hooked_origin/get_page_links/module.rb
index 74b96388c..2d0baf6e8 100644
--- a/modules/browser/hooked_origin/get_page_links/module.rb
+++ b/modules/browser/hooked_origin/get_page_links/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_session_storage/command.js b/modules/browser/hooked_origin/get_session_storage/command.js
index c51cbd77c..76ee2b6a1 100644
--- a/modules/browser/hooked_origin/get_session_storage/command.js
+++ b/modules/browser/hooked_origin/get_session_storage/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_session_storage/config.yaml b/modules/browser/hooked_origin/get_session_storage/config.yaml
index de0bc575d..3a9e7737d 100644
--- a/modules/browser/hooked_origin/get_session_storage/config.yaml
+++ b/modules/browser/hooked_origin/get_session_storage/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_session_storage/module.rb b/modules/browser/hooked_origin/get_session_storage/module.rb
index 748d6a8d9..28ac58df3 100644
--- a/modules/browser/hooked_origin/get_session_storage/module.rb
+++ b/modules/browser/hooked_origin/get_session_storage/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_stored_credentials/command.js b/modules/browser/hooked_origin/get_stored_credentials/command.js
index 2714da474..093a9ee76 100644
--- a/modules/browser/hooked_origin/get_stored_credentials/command.js
+++ b/modules/browser/hooked_origin/get_stored_credentials/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/get_stored_credentials/config.yaml b/modules/browser/hooked_origin/get_stored_credentials/config.yaml
index a22698c89..2c2df0dd8 100644
--- a/modules/browser/hooked_origin/get_stored_credentials/config.yaml
+++ b/modules/browser/hooked_origin/get_stored_credentials/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/get_stored_credentials/module.rb b/modules/browser/hooked_origin/get_stored_credentials/module.rb
index 16ff188f4..1f17eeb37 100644
--- a/modules/browser/hooked_origin/get_stored_credentials/module.rb
+++ b/modules/browser/hooked_origin/get_stored_credentials/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/link_rewrite/command.js b/modules/browser/hooked_origin/link_rewrite/command.js
index 05da6a861..010a20a99 100644
--- a/modules/browser/hooked_origin/link_rewrite/command.js
+++ b/modules/browser/hooked_origin/link_rewrite/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/link_rewrite/config.yaml b/modules/browser/hooked_origin/link_rewrite/config.yaml
index ddbca4ed7..ebe3e8d84 100644
--- a/modules/browser/hooked_origin/link_rewrite/config.yaml
+++ b/modules/browser/hooked_origin/link_rewrite/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/link_rewrite/module.rb b/modules/browser/hooked_origin/link_rewrite/module.rb
index a9869f38c..e14b91b48 100644
--- a/modules/browser/hooked_origin/link_rewrite/module.rb
+++ b/modules/browser/hooked_origin/link_rewrite/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/link_rewrite_click_events/command.js b/modules/browser/hooked_origin/link_rewrite_click_events/command.js
index fa41f55a8..a89c35f3c 100644
--- a/modules/browser/hooked_origin/link_rewrite_click_events/command.js
+++ b/modules/browser/hooked_origin/link_rewrite_click_events/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/link_rewrite_click_events/config.yaml b/modules/browser/hooked_origin/link_rewrite_click_events/config.yaml
index cc3f00cc7..473e4c41c 100644
--- a/modules/browser/hooked_origin/link_rewrite_click_events/config.yaml
+++ b/modules/browser/hooked_origin/link_rewrite_click_events/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/link_rewrite_click_events/module.rb b/modules/browser/hooked_origin/link_rewrite_click_events/module.rb
index a8696b2d0..ad6c8f954 100644
--- a/modules/browser/hooked_origin/link_rewrite_click_events/module.rb
+++ b/modules/browser/hooked_origin/link_rewrite_click_events/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/link_rewrite_sslstrip/command.js b/modules/browser/hooked_origin/link_rewrite_sslstrip/command.js
index af746c5f1..0a1d19380 100644
--- a/modules/browser/hooked_origin/link_rewrite_sslstrip/command.js
+++ b/modules/browser/hooked_origin/link_rewrite_sslstrip/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/link_rewrite_sslstrip/config.yaml b/modules/browser/hooked_origin/link_rewrite_sslstrip/config.yaml
index c8d9d7e1c..f166e9591 100644
--- a/modules/browser/hooked_origin/link_rewrite_sslstrip/config.yaml
+++ b/modules/browser/hooked_origin/link_rewrite_sslstrip/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/link_rewrite_sslstrip/module.rb b/modules/browser/hooked_origin/link_rewrite_sslstrip/module.rb
index 348565a17..d5c26c264 100644
--- a/modules/browser/hooked_origin/link_rewrite_sslstrip/module.rb
+++ b/modules/browser/hooked_origin/link_rewrite_sslstrip/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/link_rewrite_tel/command.js b/modules/browser/hooked_origin/link_rewrite_tel/command.js
index f4bee5b21..3c23989a9 100644
--- a/modules/browser/hooked_origin/link_rewrite_tel/command.js
+++ b/modules/browser/hooked_origin/link_rewrite_tel/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/link_rewrite_tel/config.yaml b/modules/browser/hooked_origin/link_rewrite_tel/config.yaml
index 62df1193a..5853c51cd 100644
--- a/modules/browser/hooked_origin/link_rewrite_tel/config.yaml
+++ b/modules/browser/hooked_origin/link_rewrite_tel/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/link_rewrite_tel/module.rb b/modules/browser/hooked_origin/link_rewrite_tel/module.rb
index 7bb004165..00db4a203 100644
--- a/modules/browser/hooked_origin/link_rewrite_tel/module.rb
+++ b/modules/browser/hooked_origin/link_rewrite_tel/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/mobilesafari_address_spoofing/command.js b/modules/browser/hooked_origin/mobilesafari_address_spoofing/command.js
index 6768fc191..1e44a67d8 100644
--- a/modules/browser/hooked_origin/mobilesafari_address_spoofing/command.js
+++ b/modules/browser/hooked_origin/mobilesafari_address_spoofing/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/mobilesafari_address_spoofing/config.yaml b/modules/browser/hooked_origin/mobilesafari_address_spoofing/config.yaml
index bf16b3878..a11340feb 100644
--- a/modules/browser/hooked_origin/mobilesafari_address_spoofing/config.yaml
+++ b/modules/browser/hooked_origin/mobilesafari_address_spoofing/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/mobilesafari_address_spoofing/module.rb b/modules/browser/hooked_origin/mobilesafari_address_spoofing/module.rb
index 529322801..c401ed789 100644
--- a/modules/browser/hooked_origin/mobilesafari_address_spoofing/module.rb
+++ b/modules/browser/hooked_origin/mobilesafari_address_spoofing/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/overflow_cookiejar/command.js b/modules/browser/hooked_origin/overflow_cookiejar/command.js
index 1c7ebcbf5..f2fe1b97b 100644
--- a/modules/browser/hooked_origin/overflow_cookiejar/command.js
+++ b/modules/browser/hooked_origin/overflow_cookiejar/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/overflow_cookiejar/config.yaml b/modules/browser/hooked_origin/overflow_cookiejar/config.yaml
index 469e2ad67..e6815908b 100644
--- a/modules/browser/hooked_origin/overflow_cookiejar/config.yaml
+++ b/modules/browser/hooked_origin/overflow_cookiejar/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/overflow_cookiejar/module.rb b/modules/browser/hooked_origin/overflow_cookiejar/module.rb
index c0014c11b..bdba616c2 100644
--- a/modules/browser/hooked_origin/overflow_cookiejar/module.rb
+++ b/modules/browser/hooked_origin/overflow_cookiejar/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/prompt_dialog/command.js b/modules/browser/hooked_origin/prompt_dialog/command.js
index 0531c1f4e..e0af93552 100644
--- a/modules/browser/hooked_origin/prompt_dialog/command.js
+++ b/modules/browser/hooked_origin/prompt_dialog/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/prompt_dialog/config.yaml b/modules/browser/hooked_origin/prompt_dialog/config.yaml
index 90b70f037..74fd9ebb3 100644
--- a/modules/browser/hooked_origin/prompt_dialog/config.yaml
+++ b/modules/browser/hooked_origin/prompt_dialog/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/prompt_dialog/module.rb b/modules/browser/hooked_origin/prompt_dialog/module.rb
index 58c456ed7..d8f9a1dba 100644
--- a/modules/browser/hooked_origin/prompt_dialog/module.rb
+++ b/modules/browser/hooked_origin/prompt_dialog/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/remove_stuck_iframes/command.js b/modules/browser/hooked_origin/remove_stuck_iframes/command.js
index 35091707d..5a3be1c5a 100644
--- a/modules/browser/hooked_origin/remove_stuck_iframes/command.js
+++ b/modules/browser/hooked_origin/remove_stuck_iframes/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/remove_stuck_iframes/config.yaml b/modules/browser/hooked_origin/remove_stuck_iframes/config.yaml
index 6e1c2013e..f255c9654 100644
--- a/modules/browser/hooked_origin/remove_stuck_iframes/config.yaml
+++ b/modules/browser/hooked_origin/remove_stuck_iframes/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/remove_stuck_iframes/module.rb b/modules/browser/hooked_origin/remove_stuck_iframes/module.rb
index 9c9dbfedd..cf85f8f94 100644
--- a/modules/browser/hooked_origin/remove_stuck_iframes/module.rb
+++ b/modules/browser/hooked_origin/remove_stuck_iframes/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/replace_video/command.js b/modules/browser/hooked_origin/replace_video/command.js
index 9029e3c74..8834b29f8 100644
--- a/modules/browser/hooked_origin/replace_video/command.js
+++ b/modules/browser/hooked_origin/replace_video/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/replace_video/config.yaml b/modules/browser/hooked_origin/replace_video/config.yaml
index cc23ed6c2..9ed5f7f23 100644
--- a/modules/browser/hooked_origin/replace_video/config.yaml
+++ b/modules/browser/hooked_origin/replace_video/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/replace_video/module.rb b/modules/browser/hooked_origin/replace_video/module.rb
index 811adf3f3..515506d9b 100644
--- a/modules/browser/hooked_origin/replace_video/module.rb
+++ b/modules/browser/hooked_origin/replace_video/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/rickroll/command.js b/modules/browser/hooked_origin/rickroll/command.js
index 4d1b24d13..b75376e97 100644
--- a/modules/browser/hooked_origin/rickroll/command.js
+++ b/modules/browser/hooked_origin/rickroll/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/rickroll/config.yaml b/modules/browser/hooked_origin/rickroll/config.yaml
index 7d36f43d7..62dd7afe3 100644
--- a/modules/browser/hooked_origin/rickroll/config.yaml
+++ b/modules/browser/hooked_origin/rickroll/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/rickroll/module.rb b/modules/browser/hooked_origin/rickroll/module.rb
index 81f9a8bb8..23afe3841 100644
--- a/modules/browser/hooked_origin/rickroll/module.rb
+++ b/modules/browser/hooked_origin/rickroll/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/site_redirect/command.js b/modules/browser/hooked_origin/site_redirect/command.js
index da67699c7..b9ca86fcc 100644
--- a/modules/browser/hooked_origin/site_redirect/command.js
+++ b/modules/browser/hooked_origin/site_redirect/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/site_redirect/config.yaml b/modules/browser/hooked_origin/site_redirect/config.yaml
index a8f09fb4f..c5cde05f3 100644
--- a/modules/browser/hooked_origin/site_redirect/config.yaml
+++ b/modules/browser/hooked_origin/site_redirect/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/site_redirect/module.rb b/modules/browser/hooked_origin/site_redirect/module.rb
index aa10ae130..bdac9b91f 100644
--- a/modules/browser/hooked_origin/site_redirect/module.rb
+++ b/modules/browser/hooked_origin/site_redirect/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/site_redirect_iframe/command.js b/modules/browser/hooked_origin/site_redirect_iframe/command.js
index d45cfdeb9..d9c9793a5 100644
--- a/modules/browser/hooked_origin/site_redirect_iframe/command.js
+++ b/modules/browser/hooked_origin/site_redirect_iframe/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/hooked_origin/site_redirect_iframe/config.yaml b/modules/browser/hooked_origin/site_redirect_iframe/config.yaml
index 82ba8cf8f..a02a6906e 100644
--- a/modules/browser/hooked_origin/site_redirect_iframe/config.yaml
+++ b/modules/browser/hooked_origin/site_redirect_iframe/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/hooked_origin/site_redirect_iframe/module.rb b/modules/browser/hooked_origin/site_redirect_iframe/module.rb
index d24092a2e..b07ec473e 100644
--- a/modules/browser/hooked_origin/site_redirect_iframe/module.rb
+++ b/modules/browser/hooked_origin/site_redirect_iframe/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 98ec4bd59..cd386b1aa 100644
--- a/modules/browser/play_sound/command.js
+++ b/modules/browser/play_sound/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 413ebfb52..969c12223 100644
--- a/modules/browser/play_sound/config.yaml
+++ b/modules/browser/play_sound/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6526c159e..238ecab80 100644
--- a/modules/browser/play_sound/module.rb
+++ b/modules/browser/play_sound/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d3a18a6fd..1b49eaeb9 100644
--- a/modules/browser/remove_hook_element/command.js
+++ b/modules/browser/remove_hook_element/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 fccd88066..443844786 100644
--- a/modules/browser/remove_hook_element/config.yaml
+++ b/modules/browser/remove_hook_element/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5c8b2a22d..bb4d9d474 100644
--- a/modules/browser/remove_hook_element/module.rb
+++ b/modules/browser/remove_hook_element/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f27c32b4e..401886fef 100644
--- a/modules/browser/spyder_eye/command.js
+++ b/modules/browser/spyder_eye/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 72945b338..8e1f97e3b 100644
--- a/modules/browser/spyder_eye/config.yaml
+++ b/modules/browser/spyder_eye/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2582c8b52..139789089 100644
--- a/modules/browser/spyder_eye/module.rb
+++ b/modules/browser/spyder_eye/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bd9dd909c..7a1cb8228 100644
--- a/modules/browser/unhook/command.js
+++ b/modules/browser/unhook/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 890fcf11a..b600fc2c0 100644
--- a/modules/browser/unhook/config.yaml
+++ b/modules/browser/unhook/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ddbcfdb06..812d208ec 100644
--- a/modules/browser/unhook/module.rb
+++ b/modules/browser/unhook/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/webcam_flash/command.js b/modules/browser/webcam_flash/command.js
index 696ecf63d..299ceeea0 100644
--- a/modules/browser/webcam_flash/command.js
+++ b/modules/browser/webcam_flash/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/browser/webcam_flash/config.yaml b/modules/browser/webcam_flash/config.yaml
index 8bf3d5aec..4b6c8d1e8 100644
--- a/modules/browser/webcam_flash/config.yaml
+++ b/modules/browser/webcam_flash/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/browser/webcam_flash/module.rb b/modules/browser/webcam_flash/module.rb
index 5e3260ffc..e2b1aa1df 100644
--- a/modules/browser/webcam_flash/module.rb
+++ b/modules/browser/webcam_flash/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b6e7d8ab6..fcd3b42f5 100644
--- a/modules/browser/webcam_html5/command.js
+++ b/modules/browser/webcam_html5/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 846f503b1..c17a99490 100644
--- a/modules/browser/webcam_html5/config.yaml
+++ b/modules/browser/webcam_html5/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 62c755c2a..6e6059e1b 100644
--- a/modules/browser/webcam_html5/module.rb
+++ b/modules/browser/webcam_html5/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b2161cb87..197c97bc5 100644
--- a/modules/browser/webcam_permission_check/cameraCheck.as
+++ b/modules/browser/webcam_permission_check/cameraCheck.as
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e759bc5be..2bc01c553 100644
--- a/modules/browser/webcam_permission_check/command.js
+++ b/modules/browser/webcam_permission_check/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 cc5b0b864..b751697cc 100644
--- a/modules/browser/webcam_permission_check/config.yaml
+++ b/modules/browser/webcam_permission_check/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a6b9c6394..bb6ec3735 100644
--- a/modules/browser/webcam_permission_check/module.rb
+++ b/modules/browser/webcam_permission_check/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b5757274a..fe611758e 100644
--- a/modules/chrome_extensions/execute_tabs/command.js
+++ b/modules/chrome_extensions/execute_tabs/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 66696fd79..e1b364149 100644
--- a/modules/chrome_extensions/execute_tabs/config.yaml
+++ b/modules/chrome_extensions/execute_tabs/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a4f22e10a..7df6ec319 100644
--- a/modules/chrome_extensions/execute_tabs/module.rb
+++ b/modules/chrome_extensions/execute_tabs/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c2ae757ee..8276828fb 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 fa239465f..eac63f249 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bf79148f3..9e3e30f1f 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3389f573f..dc507f540 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 00ff7d8c4..f326491f7 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4907db583..bd69f893d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 db3393472..27604cc36 100755
--- a/modules/chrome_extensions/inject_beef/command.js
+++ b/modules/chrome_extensions/inject_beef/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 79290310f..e6bdc1b00 100755
--- a/modules/chrome_extensions/inject_beef/config.yaml
+++ b/modules/chrome_extensions/inject_beef/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2c86466f4..611376b85 100755
--- a/modules/chrome_extensions/inject_beef/module.rb
+++ b/modules/chrome_extensions/inject_beef/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 693cc1712..e4adfa4ea 100755
--- a/modules/chrome_extensions/screenshot/command.js
+++ b/modules/chrome_extensions/screenshot/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 7e3576885..766654952 100755
--- a/modules/chrome_extensions/screenshot/config.yaml
+++ b/modules/chrome_extensions/screenshot/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5f891f56f..3ff1e0556 100755
--- a/modules/chrome_extensions/screenshot/module.rb
+++ b/modules/chrome_extensions/screenshot/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 17bd68224..48005f69c 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 71ad0e135..ba6846df8 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e248fd876..feb281787 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 211c447f9..957f95617 100644
--- a/modules/debug/test_beef_debug/command.js
+++ b/modules/debug/test_beef_debug/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 3e4a9b212..d2a1dcd43 100644
--- a/modules/debug/test_beef_debug/config.yaml
+++ b/modules/debug/test_beef_debug/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1e283f244..ccf5ba4da 100644
--- a/modules/debug/test_beef_debug/module.rb
+++ b/modules/debug/test_beef_debug/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c1046030a..fededde49 100644
--- a/modules/debug/test_cors_request/command.js
+++ b/modules/debug/test_cors_request/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 7f421d896..ef3d3cceb 100644
--- a/modules/debug/test_cors_request/config.yaml
+++ b/modules/debug/test_cors_request/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d85e58230..edbeb85eb 100644
--- a/modules/debug/test_cors_request/module.rb
+++ b/modules/debug/test_cors_request/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 df56a2a25..944b6bff8 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 630a616fb..a40b1a68d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e5daff576..7b0d0d23e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f86dd66c1..07bbdb5e0 100644
--- a/modules/debug/test_get_variable/command.js
+++ b/modules/debug/test_get_variable/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 48bbe4a0a..a4492085e 100644
--- a/modules/debug/test_get_variable/config.yaml
+++ b/modules/debug/test_get_variable/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 289daf016..ad2648b0c 100644
--- a/modules/debug/test_get_variable/module.rb
+++ b/modules/debug/test_get_variable/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f0b7b2f70..da5f21755 100644
--- a/modules/debug/test_http_redirect/command.js
+++ b/modules/debug/test_http_redirect/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 20affd7a0..799d8ae31 100644
--- a/modules/debug/test_http_redirect/config.yaml
+++ b/modules/debug/test_http_redirect/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ae9cc1938..283815261 100644
--- a/modules/debug/test_http_redirect/module.rb
+++ b/modules/debug/test_http_redirect/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f23ef7516..0ab1609ad 100644
--- a/modules/debug/test_network_request/command.js
+++ b/modules/debug/test_network_request/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 117e1b755..b27d8c9ed 100644
--- a/modules/debug/test_network_request/config.yaml
+++ b/modules/debug/test_network_request/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e332cacbe..bee9b5aaf 100644
--- a/modules/debug/test_network_request/module.rb
+++ b/modules/debug/test_network_request/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1b3fb9187..00d5a1c6c 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 7963995b0..996efc47e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b2fef93e0..9f5c89ff6 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8cb563222..c8cfa28ec 100644
--- a/modules/debug/test_return_image/command.js
+++ b/modules/debug/test_return_image/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e76f5a8a3..dc57f90cc 100644
--- a/modules/debug/test_return_image/config.yaml
+++ b/modules/debug/test_return_image/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7a9e1e18f..6315e4950 100644
--- a/modules/debug/test_return_image/module.rb
+++ b/modules/debug/test_return_image/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1695c9319..53ab58712 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 7f08f772c..4a9a3e54e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 599a318b4..5366f2af6 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4b938ae22..2b7055dbf 100644
--- a/modules/exploits/apache_cookie_disclosure/command.js
+++ b/modules/exploits/apache_cookie_disclosure/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 19613a67c..489cad858 100644
--- a/modules/exploits/apache_cookie_disclosure/config.yaml
+++ b/modules/exploits/apache_cookie_disclosure/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 eb0f04dbc..61ac18ae1 100644
--- a/modules/exploits/apache_cookie_disclosure/module.rb
+++ b/modules/exploits/apache_cookie_disclosure/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/apache_felix_remote_shell/command.js b/modules/exploits/apache_felix_remote_shell/command.js
index da881ada8..71c7b94d9 100644
--- a/modules/exploits/apache_felix_remote_shell/command.js
+++ b/modules/exploits/apache_felix_remote_shell/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/apache_felix_remote_shell/config.yaml b/modules/exploits/apache_felix_remote_shell/config.yaml
index 17728f42c..6057032f0 100644
--- a/modules/exploits/apache_felix_remote_shell/config.yaml
+++ b/modules/exploits/apache_felix_remote_shell/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/apache_felix_remote_shell/module.rb b/modules/exploits/apache_felix_remote_shell/module.rb
index 5934fd7a7..ba3bac39c 100644
--- a/modules/exploits/apache_felix_remote_shell/module.rb
+++ b/modules/exploits/apache_felix_remote_shell/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b6d3f1e76..9d1891bf2 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 d178f3b5c..fd537d3f8 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 67806f8c6..b06412866 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9c1883bdc..6447cdebc 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-2025Wade Alcorn - wade@bindshell.net
+ Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  Browser Exploitation Framework (BeEF) - https://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 127182a2c..dd75d5e55 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-2025Wade Alcorn - wade@bindshell.net
+ Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  Browser Exploitation Framework (BeEF) - https://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 f86c3ff0f..17a4af9d9 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-2025Wade Alcorn - wade@bindshell.net
+; Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 ; Browser Exploitation Framework (BeEF) - https://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 3c62125f9..80c26bcba 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-2025Wade Alcorn - wade@bindshell.net
+; Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 ; Browser Exploitation Framework (BeEF) - https://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 43b403758..d9f5a8251 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-2025Wade Alcorn - wade@bindshell.net
+ Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  Browser Exploitation Framework (BeEF) - https://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 5729dbfdc..07088f0fc 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 d10efc97a..bc8afd1fb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4fefcc694..0b9feb96d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 811c12248..a4874a27e 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e10dbe76b..1dc245c9e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e9446e738..906155dec 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 14b1d0961..aad1e6043 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 21dad3e70..8446aa966 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 52e47b7fb..153745c99 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 37f9c72aa..6f0d3a46e 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 f6e9ab862..520fbd903 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 53c6ef8d4..081311e4d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e7c333d68..266f644b7 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9e1ee999e..8b31aea21 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 80531836a..374e3eee7 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f20ba6763..03949fcdf 100644
--- a/modules/exploits/extract_cmd_exec/command.js
+++ b/modules/exploits/extract_cmd_exec/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1786e2d21..ff1320852 100644
--- a/modules/exploits/extract_cmd_exec/config.yaml
+++ b/modules/exploits/extract_cmd_exec/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1c360ae62..ff5f97e1c 100644
--- a/modules/exploits/extract_cmd_exec/module.rb
+++ b/modules/exploits/extract_cmd_exec/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 abfd28ae0..b192529ae 100644
--- a/modules/exploits/firephp/command.js
+++ b/modules/exploits/firephp/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/firephp/config.yaml b/modules/exploits/firephp/config.yaml
index 56cede387..63568eec7 100644
--- a/modules/exploits/firephp/config.yaml
+++ b/modules/exploits/firephp/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 be470a439..e1d0ce433 100644
--- a/modules/exploits/firephp/module.rb
+++ b/modules/exploits/firephp/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4bb659d3f..edb579406 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ab73d3d0b..645dfd46a 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8f9534e7d..2c6b025f2 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4b93d0af1..7fc74ab35 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 cdf208d44..8e8ca9d23 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8eb9cde13..c35370ed4 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b4f43581f..18994ffd4 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-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 d6fbd4091..9a21b7c58 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 77d15f8e8..3583696f0 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ed16c3e5c..6e98819e9 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 fe2bacf51..9db5d20cd 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2f2250732..9da3bdd9b 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3174dc7fc..1ec4eba7e 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c2e3fdac3..4de19983c 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 024279e17..7a0897a45 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/kemp_command_execution/command.js b/modules/exploits/kemp_command_execution/command.js
index 154832940..1e03900cf 100644
--- a/modules/exploits/kemp_command_execution/command.js
+++ b/modules/exploits/kemp_command_execution/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/kemp_command_execution/config.yaml b/modules/exploits/kemp_command_execution/config.yaml
index d05c27d31..7d6f85e62 100644
--- a/modules/exploits/kemp_command_execution/config.yaml
+++ b/modules/exploits/kemp_command_execution/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/kemp_command_execution/module.rb b/modules/exploits/kemp_command_execution/module.rb
index fd45043fa..ed39c9124 100644
--- a/modules/exploits/kemp_command_execution/module.rb
+++ b/modules/exploits/kemp_command_execution/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 fc3c42347..ae4a5bd09 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 10c5628e6..9259a7808 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ee31c259a..25e01e41c 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c0552765e..a0889af72 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 fd1d2dd36..46cc7f186 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 05d68ee4b..a543703dd 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f1de015e9..c00abc1a9 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 cb5910ade..d87fb3315 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5fb331b88..2be16d402 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 186843106..fad57bf4b 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9f9472215..44f1a300f 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d61496223..7fff4ebfb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c39ae2006..7b8104d68 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-2025 Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 396cf3a16..87b4c3157 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-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 61b7662cb..8927a0d6a 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 42287d503..ef19d0fb5 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 feec78c28..a46d1d6eb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 fc9b0dea0..a2fa45099 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1f02108f5..073e4b317 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 959fd2139..30a196d94 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 db882e7c5..73c87a8f6 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 3d502db02..98b5be9f1 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 cf111bb1e..21720e550 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 962821ab6..59d010d9d 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 622502727..99fe12edc 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2168ca64d..ca7da9ce7 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/ntfscommoncreate_dos/command.js b/modules/exploits/ntfscommoncreate_dos/command.js
index b4de753b5..995a6314b 100644
--- a/modules/exploits/ntfscommoncreate_dos/command.js
+++ b/modules/exploits/ntfscommoncreate_dos/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/ntfscommoncreate_dos/config.yaml b/modules/exploits/ntfscommoncreate_dos/config.yaml
index f9b2f78ab..e057df04f 100644
--- a/modules/exploits/ntfscommoncreate_dos/config.yaml
+++ b/modules/exploits/ntfscommoncreate_dos/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/ntfscommoncreate_dos/module.rb b/modules/exploits/ntfscommoncreate_dos/module.rb
index 3c544e5bc..39c1dea79 100644
--- a/modules/exploits/ntfscommoncreate_dos/module.rb
+++ b/modules/exploits/ntfscommoncreate_dos/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 216330fb5..e67040a14 100644
--- a/modules/exploits/opencart_reset_password/command.js
+++ b/modules/exploits/opencart_reset_password/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 4af5158ed..c3a344e85 100644
--- a/modules/exploits/opencart_reset_password/config.yaml
+++ b/modules/exploits/opencart_reset_password/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 567d3d1a9..81189fba1 100644
--- a/modules/exploits/opencart_reset_password/module.rb
+++ b/modules/exploits/opencart_reset_password/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/command.js b/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/command.js
index 06963f55f..1aab1e606 100644
--- a/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/command.js
+++ b/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/config.yaml b/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/config.yaml
index cc3bd8b85..6f334f551 100644
--- a/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/config.yaml
+++ b/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/module.rb b/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/module.rb
index 76c8c085f..aceee8193 100644
--- a/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/module.rb
+++ b/modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/command.js b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/command.js
index 492780657..bb47fd6e9 100644
--- a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/command.js
+++ b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/config.yaml b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/config.yaml
index 40b4299ad..51e9e293a 100644
--- a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/config.yaml
+++ b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/module.rb b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/module.rb
index caaa4eb0b..e68f01ccd 100644
--- a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/module.rb
+++ b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 91dc0fb00..c3cd2bfaa 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 eabe1ec0b..388d006f0 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0d2a65dc0..7a668bbac 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/qemu_monitor_migrate_cmd_exec/command.js b/modules/exploits/qemu_monitor_migrate_cmd_exec/command.js
index b5b702c11..f3045547e 100644
--- a/modules/exploits/qemu_monitor_migrate_cmd_exec/command.js
+++ b/modules/exploits/qemu_monitor_migrate_cmd_exec/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/qemu_monitor_migrate_cmd_exec/config.yaml b/modules/exploits/qemu_monitor_migrate_cmd_exec/config.yaml
index e963958a1..bc344b3a3 100644
--- a/modules/exploits/qemu_monitor_migrate_cmd_exec/config.yaml
+++ b/modules/exploits/qemu_monitor_migrate_cmd_exec/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/qemu_monitor_migrate_cmd_exec/module.rb b/modules/exploits/qemu_monitor_migrate_cmd_exec/module.rb
index 57d0f8487..69e567b26 100644
--- a/modules/exploits/qemu_monitor_migrate_cmd_exec/module.rb
+++ b/modules/exploits/qemu_monitor_migrate_cmd_exec/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 17aa0cd81..e4febb059 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 42d74c4b5..5f56811e7 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 67c73fb1d..21965483a 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 52568f62c..2a5d147e1 100644
--- a/modules/exploits/resource_exhaustion_dos/command.js
+++ b/modules/exploits/resource_exhaustion_dos/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ffc9960f6..27a17a76f 100644
--- a/modules/exploits/resource_exhaustion_dos/config.yaml
+++ b/modules/exploits/resource_exhaustion_dos/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b5cd8400a..37595be3a 100644
--- a/modules/exploits/resource_exhaustion_dos/module.rb
+++ b/modules/exploits/resource_exhaustion_dos/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 030e5e9df..cae860061 100644
--- a/modules/exploits/rfi_scanner/command.js
+++ b/modules/exploits/rfi_scanner/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ee7b326b6..a0cce462a 100644
--- a/modules/exploits/rfi_scanner/config.yaml
+++ b/modules/exploits/rfi_scanner/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6e329d735..90401de19 100644
--- a/modules/exploits/rfi_scanner/module.rb
+++ b/modules/exploits/rfi_scanner/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1faba65d2..57f19eb29 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b89d20707..1df47b793 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a9c875445..823190436 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7bd6aa27e..cd4776b0b 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 577cd7c69..5c1f89666 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 03e16592e..1cd54ddba 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/argw4_adsl_dns_hijack/command.js b/modules/exploits/router/argw4_adsl_dns_hijack/command.js
index 2d74ff0ed..919ecc228 100644
--- a/modules/exploits/router/argw4_adsl_dns_hijack/command.js
+++ b/modules/exploits/router/argw4_adsl_dns_hijack/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/router/argw4_adsl_dns_hijack/config.yaml b/modules/exploits/router/argw4_adsl_dns_hijack/config.yaml
index bf3d58c37..8835a84c1 100644
--- a/modules/exploits/router/argw4_adsl_dns_hijack/config.yaml
+++ b/modules/exploits/router/argw4_adsl_dns_hijack/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/argw4_adsl_dns_hijack/module.rb b/modules/exploits/router/argw4_adsl_dns_hijack/module.rb
index adccfa2e4..5796e9129 100644
--- a/modules/exploits/router/argw4_adsl_dns_hijack/module.rb
+++ b/modules/exploits/router/argw4_adsl_dns_hijack/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 848c597cc..9c8971f92 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 cc1ddccd8..bd5dd673a 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 41b1bd116..1ea3ec589 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 763e18ca8..25c13c957 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 be290b4da..eac1ad5ff 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 21dd36bb5..291a6ea72 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 84729c889..bc7bcb098 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 46a38560e..e3f51b529 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7736fb15f..4799b65ad 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c42ae1d22..f8750b6cf 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 97922a9ae..9005350eb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0d26f6ba1..d52d5a186 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js
index 15f175f20..402d4044a 100644
--- a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js
+++ b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml
index adbf78eb3..412737ab8 100644
--- a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml
+++ b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb
index 5fbd8b81d..057ba8349 100644
--- a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb
+++ b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4e31cb787..ef5133402 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8a20b4cca..5ecbfdab1 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 394f00f03..c9f1b8cea 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 624368277..9a1e2df3d 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 6bd91f431..b2f58a307 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 52dbd7fa6..57cac7ea2 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9ec2b3bf5..63d017af1 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b2c68252f..0a8552fe2 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1c6dcd3b4..e76d49d6d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d1f139326..15c404c70 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e58fa8047..3d88bfbb0 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 fda716af4..e809650b6 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3bd6f554f..c2dc33469 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 08dbe8873..d2b776d74 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d19a6bea5..fd25fed2d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7ec6f8b58..d3a5a9dfd 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1edd94262..72aa870cd 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5bb539002..ed41832da 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d3c981356..58a0d5254 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 d8cf7cfa8..b602cdc32 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 39c4bdafc..96197cb00 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8441eed27..3784d9c35 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 6dfe27b9e..e4bc03ffc 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 067e2bb82..514068cea 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5d158c6e5..176af86c7 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 2e6c2673f..1f5078ecc 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2fa3a5fd6..22c36586a 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8f562511b..755b9a674 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8abaf2014..399b1e7ce 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0c37c377b..0ae695880 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js b/modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js
index b766f6a08..3b4d128fd 100644
--- a/modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js
+++ b/modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml
index 8df2fba4a..8afdeb741 100644
--- a/modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml
+++ b/modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb
index 82bdb3e14..1006eb3fa 100644
--- a/modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb
+++ b/modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a339af3a0..b957b9765 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e8450024a..546e795fc 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0d003b9b5..114761eb8 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 858762d22..8367e07fe 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b34dece75..160a2adbd 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 13867014f..034b382bf 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 aacbc5baf..73cbb4f48 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8c95d9de4..e38a3684a 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 19bc48a4a..b321e2776 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9438789c9..9185aeeed 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 3a65ca3f0..dad381916 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d69c38f88..df3df7407 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 028a2ad7d..a3fcf2de9 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ff1068b45..b94eb3e6c 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bf06e9a1a..2288dd203 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a6c5d8cd0..071209e5a 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 33140b027..f2ce50179 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 faac960b3..a3c9d3f2e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js
index c41d90b9c..1d326ac47 100644
--- a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js
+++ b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml
index 898cc69c1..672796996 100644
--- a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml
+++ b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb
index f138d497a..b2fcd5bbf 100644
--- a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb
+++ b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b4982219a..633f44562 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 08df6f067..9e48141f0 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 da3f47549..d3abdd6c1 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d7788ead0..019dc26bf 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ff9fbbdc5..0774ba4de 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a2fb1f085..64de16808 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 708734e4f..1c7a09102 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c0c793560..2b48578b4 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ba669aed9..5c55f7a62 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ae8a57c4f..8f004f51b 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 60c144a17..da8dc06dd 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1a12e2849..48413a221 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8cbb3d3ed..a3e3d4be4 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ac6f5da16..59f48dc79 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 82fda497e..fa80d4871 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 18694b0b6..c2d8d69b3 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 0e2d1611b..ffab0732c 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ae9396df8..d6dfd4e6b 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 70d296141..7033c1b32 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 2f4fb9b7e..7847fb8fb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 916f9633f..409d23726 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/command.js b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/command.js
index 942add5a1..3fbb8d3b3 100644
--- a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/command.js
+++ b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/config.yaml b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/config.yaml
index 1b9a54d20..2f33b17c9 100644
--- a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/config.yaml
+++ b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/module.rb b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/module.rb
index 1c435e9df..2dcee9b30 100644
--- a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/module.rb
+++ b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b36ca8386..b592761f6 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 78ca59c6f..2cde5def3 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 89a1e57fd..6b024dd4c 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 318c2d18a..56a7f19bd 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 bc717afc6..01c65bd3d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4de62a55a..0117594bb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f62efbd3b..b77672bdf 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e3329ef0d..2e06b0ea6 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 13148aea9..1b936b841 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b6f2a095a..b741a99a3 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 76a280a55..32f7593ad 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 80a99a35e..d06810080 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 862a8df3b..6c54a4a02 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 545c92b37..ff6f0f5b9 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 41bec7f9c..ca846ad89 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2ec071518..91b950648 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 2b206f33a..2f5faea7b 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 12ae8056f..3e8ef8dd9 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 170fafe23..b89bcf3fe 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1cb1d514b..f4c1fc208 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 fe38db0e2..400f2bb89 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8c038d982..d9e067c49 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 614e87986..c86455444 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 827671ed0..6ccf28adb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/tenda_adsl_dns_hijack/command.js b/modules/exploits/router/tenda_adsl_dns_hijack/command.js
index be20d0ab1..fbf41df8d 100644
--- a/modules/exploits/router/tenda_adsl_dns_hijack/command.js
+++ b/modules/exploits/router/tenda_adsl_dns_hijack/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/router/tenda_adsl_dns_hijack/config.yaml b/modules/exploits/router/tenda_adsl_dns_hijack/config.yaml
index 87b14d564..223a7c3d5 100644
--- a/modules/exploits/router/tenda_adsl_dns_hijack/config.yaml
+++ b/modules/exploits/router/tenda_adsl_dns_hijack/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/tenda_adsl_dns_hijack/module.rb b/modules/exploits/router/tenda_adsl_dns_hijack/module.rb
index fa44714a3..e20679d20 100644
--- a/modules/exploits/router/tenda_adsl_dns_hijack/module.rb
+++ b/modules/exploits/router/tenda_adsl_dns_hijack/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 14a9af235..46828ce8d 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1795a233e..b35b20a51 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 130a83555..fd76ea88b 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/command.js b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/command.js
index ab0480504..8559eed71 100644
--- a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/command.js
+++ b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/config.yaml b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/config.yaml
index b7a4a5043..8e029c926 100644
--- a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/config.yaml
+++ b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb
index 3e8bfc39c..57d9af460 100644
--- a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb
+++ b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8e75f97eb..fa6604dd9 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 4f2f02a5f..004870581 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9ec62cf64..ed57f5d72 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/wipg1000_cmd_injection/command.js b/modules/exploits/router/wipg1000_cmd_injection/command.js
index 2e2d153e5..e8f59b054 100644
--- a/modules/exploits/router/wipg1000_cmd_injection/command.js
+++ b/modules/exploits/router/wipg1000_cmd_injection/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/router/wipg1000_cmd_injection/config.yaml b/modules/exploits/router/wipg1000_cmd_injection/config.yaml
index 69a44681a..440bb873a 100644
--- a/modules/exploits/router/wipg1000_cmd_injection/config.yaml
+++ b/modules/exploits/router/wipg1000_cmd_injection/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/router/wipg1000_cmd_injection/module.rb b/modules/exploits/router/wipg1000_cmd_injection/module.rb
index 531c43e4b..debfce810 100644
--- a/modules/exploits/router/wipg1000_cmd_injection/module.rb
+++ b/modules/exploits/router/wipg1000_cmd_injection/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 30d9348b7..984208162 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 f274a679e..6c7f62177 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 de64c5901..ac7670e97 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0ce745c4a..05de833c5 100644
--- a/modules/exploits/shell_shock_scanner/command.js
+++ b/modules/exploits/shell_shock_scanner/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9703d53d1..f4c6d55be 100644
--- a/modules/exploits/shell_shock_scanner/config.yaml
+++ b/modules/exploits/shell_shock_scanner/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c8f14ea40..4d2f5e3cd 100644
--- a/modules/exploits/shell_shock_scanner/module.rb
+++ b/modules/exploits/shell_shock_scanner/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 500b35522..62c68d9c7 100644
--- a/modules/exploits/shell_shocked/command.js
+++ b/modules/exploits/shell_shocked/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8c87ca6e2..f7b915782 100644
--- a/modules/exploits/shell_shocked/config.yaml
+++ b/modules/exploits/shell_shocked/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ded7c35a7..6c61c91a8 100644
--- a/modules/exploits/shell_shocked/module.rb
+++ b/modules/exploits/shell_shocked/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/skype_xss/command.js b/modules/exploits/skype_xss/command.js
index fa157f685..b37b52132 100644
--- a/modules/exploits/skype_xss/command.js
+++ b/modules/exploits/skype_xss/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/skype_xss/config.yaml b/modules/exploits/skype_xss/config.yaml
index 8dc04c88d..c5979306e 100644
--- a/modules/exploits/skype_xss/config.yaml
+++ b/modules/exploits/skype_xss/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/skype_xss/module.rb b/modules/exploits/skype_xss/module.rb
index 507534e2e..d10e97c94 100644
--- a/modules/exploits/skype_xss/module.rb
+++ b/modules/exploits/skype_xss/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a36e03b69..b83553cd0 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 508d375a2..b1877641e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f12248582..825f8653e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/switch/dlink_dgs_1100_device_reset/command.js b/modules/exploits/switch/dlink_dgs_1100_device_reset/command.js
index b73e712f3..ddcf970f2 100644
--- a/modules/exploits/switch/dlink_dgs_1100_device_reset/command.js
+++ b/modules/exploits/switch/dlink_dgs_1100_device_reset/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/switch/dlink_dgs_1100_device_reset/config.yaml b/modules/exploits/switch/dlink_dgs_1100_device_reset/config.yaml
index 26d169575..9092e460b 100644
--- a/modules/exploits/switch/dlink_dgs_1100_device_reset/config.yaml
+++ b/modules/exploits/switch/dlink_dgs_1100_device_reset/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/switch/dlink_dgs_1100_device_reset/module.rb b/modules/exploits/switch/dlink_dgs_1100_device_reset/module.rb
index e5299bf51..e3abb95ef 100644
--- a/modules/exploits/switch/dlink_dgs_1100_device_reset/module.rb
+++ b/modules/exploits/switch/dlink_dgs_1100_device_reset/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js
index 44baa969c..b3fc7b87f 100644
--- a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js
+++ b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/config.yaml b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/config.yaml
index ede0ade98..48e3d729b 100644
--- a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/config.yaml
+++ b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb
index fd146e219..c38997217 100644
--- a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb
+++ b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/command.js b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/command.js
index 9affbad0b..7ff391f1b 100644
--- a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/command.js
+++ b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/config.yaml b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/config.yaml
index 9ceb0c4c8..179a3fae0 100644
--- a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/config.yaml
+++ b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/module.rb b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/module.rb
index 4e0a4c63f..a127c26d3 100644
--- a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/module.rb
+++ b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d2004e47c..ecdf1fccf 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 3070005e5..97818f189 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d74b1cf42..404f8fe1f 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f812f375c..951dc9da5 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 618fca647..8696f2353 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8c0b677e3..10dfc44b2 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e0eae5497..70065d0c3 100644
--- a/modules/exploits/wanem_command_execution/command.js
+++ b/modules/exploits/wanem_command_execution/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 40f9fd61e..f5ed652b1 100644
--- a/modules/exploits/wanem_command_execution/config.yaml
+++ b/modules/exploits/wanem_command_execution/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d1508871d..3c07c7c3b 100644
--- a/modules/exploits/wanem_command_execution/module.rb
+++ b/modules/exploits/wanem_command_execution/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4d259b7bb..2cae2d3be 100644
--- a/modules/exploits/wifi_pineapple_csrf/command.js
+++ b/modules/exploits/wifi_pineapple_csrf/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9662feaf3..4d7bb0470 100644
--- a/modules/exploits/wifi_pineapple_csrf/config.yaml
+++ b/modules/exploits/wifi_pineapple_csrf/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ec25ab6d4..fdeddb90b 100644
--- a/modules/exploits/wifi_pineapple_csrf/module.rb
+++ b/modules/exploits/wifi_pineapple_csrf/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a815187cb..60e30e2d6 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b82aa90bc..d1c1814d7 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6ae33a58f..de60db4dd 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c2b3b75f1..b74251f20 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 13032aff1..3b196dc7b 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 27cfd3849..61b0a27ab 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bbb70c5f2..f6bc3146e 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 26c58bd16..05c3bc26e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 81420e1fa..d3ee06712 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bbb70c5f2..f6bc3146e 100644
--- a/modules/exploits/xss/sqlitemanager_xss/command.js
+++ b/modules/exploits/xss/sqlitemanager_xss/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e3a5cd783..4112ee601 100644
--- a/modules/exploits/xss/sqlitemanager_xss/config.yaml
+++ b/modules/exploits/xss/sqlitemanager_xss/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 df9982ea3..8c9c68222 100644
--- a/modules/exploits/xss/sqlitemanager_xss/module.rb
+++ b/modules/exploits/xss/sqlitemanager_xss/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5d34d20f0..d98f089c2 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a2ddb2476..d799be0af 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d69b496a9..267542ea3 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4d9e51d20..bb613a913 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a41350a01..144e9ce2d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 dede7272b..72c4b8e91 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e4f11bbbc..339886897 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 03fbae25a..e71906155 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bfd33de5a..a53add8fb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 42f1a5825..61c3b25d1 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 0cb151956..94656b188 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ecd2991fc..501849171 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b9bd26430..7ff47723e 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 90cbaa639..454711441 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 61c83d94c..be0dbc3b9 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c327c58bb..7deee471d 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 476b9938a..3c16a80e3 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 84695d745..02660d7da 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 979d8ceae..831744c36 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 3e95bdbda..d21b48500 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bd764a831..f7589449b 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b2d7bd559..92bdaebd3 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 877be1370..5b6cfa159 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ae89a8c36..91bd54e97 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4f0e939e0..a4ad1647f 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 4044d4dfb..8e608d938 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f31912b14..e2fef0d8a 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 29cc67cef..5b88d50ca 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 56bf4bf9e..cdb624df4 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2faca507c..354a8834e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 991b84030..6e58b3133 100644
--- a/modules/host/clipboard_theft/command.js
+++ b/modules/host/clipboard_theft/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a820d4c8f..5d235f9ae 100644
--- a/modules/host/clipboard_theft/config.yaml
+++ b/modules/host/clipboard_theft/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2b1b66f2e..a3f7019a4 100644
--- a/modules/host/clipboard_theft/module.rb
+++ b/modules/host/clipboard_theft/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9b92b1823..182b889d6 100644
--- a/modules/host/detect_airdroid/command.js
+++ b/modules/host/detect_airdroid/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 5daba4fa4..3c97dc71a 100644
--- a/modules/host/detect_airdroid/config.yaml
+++ b/modules/host/detect_airdroid/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c52e59db3..d6694efa9 100644
--- a/modules/host/detect_airdroid/module.rb
+++ b/modules/host/detect_airdroid/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 23f9d8b31..d04999d98 100644
--- a/modules/host/detect_antivirus/command.js
+++ b/modules/host/detect_antivirus/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 34cfd3970..b6442c365 100644
--- a/modules/host/detect_antivirus/config.yaml
+++ b/modules/host/detect_antivirus/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e2901e7cc..58e703433 100644
--- a/modules/host/detect_antivirus/module.rb
+++ b/modules/host/detect_antivirus/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/detect_coupon_printer/command.js b/modules/host/detect_coupon_printer/command.js
index 6d69f8563..497ec5b1a 100644
--- a/modules/host/detect_coupon_printer/command.js
+++ b/modules/host/detect_coupon_printer/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/host/detect_coupon_printer/config.yaml b/modules/host/detect_coupon_printer/config.yaml
index 5a19042ce..409d718fb 100644
--- a/modules/host/detect_coupon_printer/config.yaml
+++ b/modules/host/detect_coupon_printer/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/detect_coupon_printer/module.rb b/modules/host/detect_coupon_printer/module.rb
index 1c16cc4cd..80dfffe55 100644
--- a/modules/host/detect_coupon_printer/module.rb
+++ b/modules/host/detect_coupon_printer/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7091a3303..f1707124a 100644
--- a/modules/host/detect_cups/command.js
+++ b/modules/host/detect_cups/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a5408a931..720fe568f 100644
--- a/modules/host/detect_cups/config.yaml
+++ b/modules/host/detect_cups/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 32d0e42e9..e6d347aec 100644
--- a/modules/host/detect_cups/module.rb
+++ b/modules/host/detect_cups/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 fb5bcf710..0fc429b47 100644
--- a/modules/host/detect_default_browser/command.js
+++ b/modules/host/detect_default_browser/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 98b4a8554..2ed32ece4 100644
--- a/modules/host/detect_default_browser/config.yaml
+++ b/modules/host/detect_default_browser/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c149cc4ae..3a5dbfcc6 100644
--- a/modules/host/detect_default_browser/module.rb
+++ b/modules/host/detect_default_browser/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ffd780544..3f1d7e0fd 100644
--- a/modules/host/detect_google_desktop/command.js
+++ b/modules/host/detect_google_desktop/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ad96e194d..16bfa0bb5 100644
--- a/modules/host/detect_google_desktop/config.yaml
+++ b/modules/host/detect_google_desktop/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 eaaa04571..581d19a5e 100644
--- a/modules/host/detect_google_desktop/module.rb
+++ b/modules/host/detect_google_desktop/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9e0b388e5..cba56be2f 100644
--- a/modules/host/detect_hp/command.js
+++ b/modules/host/detect_hp/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a5b3e5a24..e7ee9c054 100644
--- a/modules/host/detect_hp/config.yaml
+++ b/modules/host/detect_hp/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e590736b5..88fc6f33b 100644
--- a/modules/host/detect_hp/module.rb
+++ b/modules/host/detect_hp/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/detect_local_drives/command.js b/modules/host/detect_local_drives/command.js
index 3ccd244c7..fc041a309 100644
--- a/modules/host/detect_local_drives/command.js
+++ b/modules/host/detect_local_drives/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/host/detect_local_drives/config.yaml b/modules/host/detect_local_drives/config.yaml
index f5785b4c2..a7059e877 100644
--- a/modules/host/detect_local_drives/config.yaml
+++ b/modules/host/detect_local_drives/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/detect_local_drives/module.rb b/modules/host/detect_local_drives/module.rb
index 476d51af6..d14de1a62 100644
--- a/modules/host/detect_local_drives/module.rb
+++ b/modules/host/detect_local_drives/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 87b60a1b9..2e91bd5ed 100644
--- a/modules/host/detect_protocol_handlers/command.js
+++ b/modules/host/detect_protocol_handlers/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 d893aaa94..fbc27811b 100644
--- a/modules/host/detect_protocol_handlers/config.yaml
+++ b/modules/host/detect_protocol_handlers/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 871dc1a44..6a2133b31 100644
--- a/modules/host/detect_protocol_handlers/module.rb
+++ b/modules/host/detect_protocol_handlers/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0343fbc7e..1e8f78285 100644
--- a/modules/host/detect_software/command.js
+++ b/modules/host/detect_software/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e88a7fab4..c3a8547a7 100644
--- a/modules/host/detect_software/config.yaml
+++ b/modules/host/detect_software/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 cfbb67034..678caf6c6 100644
--- a/modules/host/detect_software/module.rb
+++ b/modules/host/detect_software/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/detect_users/command.js b/modules/host/detect_users/command.js
index e0f7745f6..148c07174 100644
--- a/modules/host/detect_users/command.js
+++ b/modules/host/detect_users/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/host/detect_users/config.yaml b/modules/host/detect_users/config.yaml
index 2f3a4464e..17c250872 100644
--- a/modules/host/detect_users/config.yaml
+++ b/modules/host/detect_users/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/detect_users/module.rb b/modules/host/detect_users/module.rb
index a3b7fbf21..b444a5fbc 100644
--- a/modules/host/detect_users/module.rb
+++ b/modules/host/detect_users/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 84bb0207a..3750c84b4 100644
--- a/modules/host/get_battery_status/command.js
+++ b/modules/host/get_battery_status/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 6397cecdf..84b26e68d 100644
--- a/modules/host/get_battery_status/config.yaml
+++ b/modules/host/get_battery_status/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 caab4a3fb..321199ffb 100644
--- a/modules/host/get_battery_status/module.rb
+++ b/modules/host/get_battery_status/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1635067b8..88d785a46 100755
--- a/modules/host/get_connection_type/command.js
+++ b/modules/host/get_connection_type/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 afe85b724..0f0a3074b 100755
--- a/modules/host/get_connection_type/config.yaml
+++ b/modules/host/get_connection_type/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d67ee310c..fc0ffd0c9 100755
--- a/modules/host/get_connection_type/module.rb
+++ b/modules/host/get_connection_type/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/get_internal_ip_java/command.js b/modules/host/get_internal_ip_java/command.js
index 072e5c62c..c55531645 100755
--- a/modules/host/get_internal_ip_java/command.js
+++ b/modules/host/get_internal_ip_java/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/host/get_internal_ip_java/config.yaml b/modules/host/get_internal_ip_java/config.yaml
index e2b30aaf8..af330a174 100755
--- a/modules/host/get_internal_ip_java/config.yaml
+++ b/modules/host/get_internal_ip_java/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/get_internal_ip_java/get_internal_ip.java b/modules/host/get_internal_ip_java/get_internal_ip.java
index c0076afd5..3f3d0dd61 100755
--- a/modules/host/get_internal_ip_java/get_internal_ip.java
+++ b/modules/host/get_internal_ip_java/get_internal_ip.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://beefproject.com
  * See the file 'doc/COPYING' for copying permission
  */
diff --git a/modules/host/get_internal_ip_java/module.rb b/modules/host/get_internal_ip_java/module.rb
index 33e656f58..e04669457 100755
--- a/modules/host/get_internal_ip_java/module.rb
+++ b/modules/host/get_internal_ip_java/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0ac6ef44f..8a3dfcca1 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 3845bb2d2..9f3f491b4 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b73273edf..2a9a004b7 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 10b6338a5..cb9b6f208 100644
--- a/modules/host/get_registry_keys/command.js
+++ b/modules/host/get_registry_keys/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c75a8c02d..d6667380c 100644
--- a/modules/host/get_registry_keys/config.yaml
+++ b/modules/host/get_registry_keys/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ca499b3ab..97bb8e383 100644
--- a/modules/host/get_registry_keys/module.rb
+++ b/modules/host/get_registry_keys/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/get_system_info_java/command.js b/modules/host/get_system_info_java/command.js
index 92361f859..e12554d25 100644
--- a/modules/host/get_system_info_java/command.js
+++ b/modules/host/get_system_info_java/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/host/get_system_info_java/config.yaml b/modules/host/get_system_info_java/config.yaml
index 03330e9fb..62bc13639 100644
--- a/modules/host/get_system_info_java/config.yaml
+++ b/modules/host/get_system_info_java/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/get_system_info_java/getSystemInfo.java b/modules/host/get_system_info_java/getSystemInfo.java
index b00e74a38..fcc13df9d 100644
--- a/modules/host/get_system_info_java/getSystemInfo.java
+++ b/modules/host/get_system_info_java/getSystemInfo.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://beefproject.com
  * See the file 'doc/COPYING' for copying permission
  */
diff --git a/modules/host/get_system_info_java/module.rb b/modules/host/get_system_info_java/module.rb
index ce8896bb7..69d8e49b3 100644
--- a/modules/host/get_system_info_java/module.rb
+++ b/modules/host/get_system_info_java/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0d2ccaa5c..8ac129ff8 100644
--- a/modules/host/get_wireless_keys/command.js
+++ b/modules/host/get_wireless_keys/command.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 2a1b20c33..ff1243095 100644
--- a/modules/host/get_wireless_keys/config.yaml
+++ b/modules/host/get_wireless_keys/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 30d415675..3e5f0d93e 100644
--- a/modules/host/get_wireless_keys/module.rb
+++ b/modules/host/get_wireless_keys/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b2c1ffdcf..10b49bfda 100644
--- a/modules/host/get_wireless_keys/wirelessZeroConfig.java
+++ b/modules/host/get_wireless_keys/wirelessZeroConfig.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 34a211641..2e7c41cb9 100644
--- a/modules/host/hook_default_browser/command.js
+++ b/modules/host/hook_default_browser/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ee9e3a2c3..b1e57e5ed 100644
--- a/modules/host/hook_default_browser/config.yaml
+++ b/modules/host/hook_default_browser/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e544bbd8f..d29ce1330 100644
--- a/modules/host/hook_default_browser/module.rb
+++ b/modules/host/hook_default_browser/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/hook_microsoft_edge/command.js b/modules/host/hook_microsoft_edge/command.js
index 2f6ce9107..7038f1aee 100644
--- a/modules/host/hook_microsoft_edge/command.js
+++ b/modules/host/hook_microsoft_edge/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/host/hook_microsoft_edge/config.yaml b/modules/host/hook_microsoft_edge/config.yaml
index dd41ddc98..a43c999f3 100644
--- a/modules/host/hook_microsoft_edge/config.yaml
+++ b/modules/host/hook_microsoft_edge/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/hook_microsoft_edge/module.rb b/modules/host/hook_microsoft_edge/module.rb
index f4c085da7..68320e845 100644
--- a/modules/host/hook_microsoft_edge/module.rb
+++ b/modules/host/hook_microsoft_edge/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 039bfbcd3..420a2dcdf 100644
--- a/modules/host/insecure_url_skype/command.js
+++ b/modules/host/insecure_url_skype/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a6ab52bcf..3bb7302a4 100644
--- a/modules/host/insecure_url_skype/config.yaml
+++ b/modules/host/insecure_url_skype/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f1ec0bbf2..903686380 100644
--- a/modules/host/insecure_url_skype/module.rb
+++ b/modules/host/insecure_url_skype/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ad9624ef1..215eff128 100644
--- a/modules/host/iphone_tel/command.js
+++ b/modules/host/iphone_tel/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 5b2c177d3..3719d36bb 100644
--- a/modules/host/iphone_tel/config.yaml
+++ b/modules/host/iphone_tel/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c7c066dcc..ac800e0ef 100644
--- a/modules/host/iphone_tel/module.rb
+++ b/modules/host/iphone_tel/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f3390a1b7..9ed0ffe7d 100644
--- a/modules/host/physical_location/command.js
+++ b/modules/host/physical_location/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e32caffe4..7a152b9c1 100644
--- a/modules/host/physical_location/config.yaml
+++ b/modules/host/physical_location/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 09cc3b9aa..50eda06a5 100644
--- a/modules/host/physical_location/module.rb
+++ b/modules/host/physical_location/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/physical_location_thirdparty/command.js b/modules/host/physical_location_thirdparty/command.js
index 14cf296b3..72c195729 100644
--- a/modules/host/physical_location_thirdparty/command.js
+++ b/modules/host/physical_location_thirdparty/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/host/physical_location_thirdparty/config.yaml b/modules/host/physical_location_thirdparty/config.yaml
index eacf1e3d5..d279a2e10 100644
--- a/modules/host/physical_location_thirdparty/config.yaml
+++ b/modules/host/physical_location_thirdparty/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/host/physical_location_thirdparty/module.rb b/modules/host/physical_location_thirdparty/module.rb
index 5bcfbdaa8..953c0940e 100644
--- a/modules/host/physical_location_thirdparty/module.rb
+++ b/modules/host/physical_location_thirdparty/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f80f07316..54f0ee039 100644
--- a/modules/ipec/cross_site_faxing/command.js
+++ b/modules/ipec/cross_site_faxing/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 012ffc8d6..0925e528f 100644
--- a/modules/ipec/cross_site_faxing/config.yaml
+++ b/modules/ipec/cross_site_faxing/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 290e33cfb..b96d9f2f0 100644
--- a/modules/ipec/cross_site_faxing/module.rb
+++ b/modules/ipec/cross_site_faxing/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0f9296dd9..aceec820b 100644
--- a/modules/ipec/cross_site_printing/command.js
+++ b/modules/ipec/cross_site_printing/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9f9933d3e..49d9f65da 100644
--- a/modules/ipec/cross_site_printing/config.yaml
+++ b/modules/ipec/cross_site_printing/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9fe942a60..7ef10f0f2 100644
--- a/modules/ipec/cross_site_printing/module.rb
+++ b/modules/ipec/cross_site_printing/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 917d6a7f2..e66150144 100644
--- a/modules/ipec/dns_tunnel/command.js
+++ b/modules/ipec/dns_tunnel/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 fc177a39c..901e9fb8e 100644
--- a/modules/ipec/dns_tunnel/config.yaml
+++ b/modules/ipec/dns_tunnel/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 34b7a2241..62ea54b25 100644
--- a/modules/ipec/dns_tunnel/module.rb
+++ b/modules/ipec/dns_tunnel/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 18c576558..372a7280d 100644
--- a/modules/ipec/etag_client/command.js
+++ b/modules/ipec/etag_client/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 5572e20c5..da93f2ad2 100644
--- a/modules/ipec/etag_client/config.yaml
+++ b/modules/ipec/etag_client/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 cf481aa93..5a632cf1e 100644
--- a/modules/ipec/etag_client/module.rb
+++ b/modules/ipec/etag_client/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7be1471f8..c8a394ae2 100644
--- a/modules/ipec/inter_protocol_imap/command.js
+++ b/modules/ipec/inter_protocol_imap/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 bcbfd8893..66376483d 100644
--- a/modules/ipec/inter_protocol_imap/config.yaml
+++ b/modules/ipec/inter_protocol_imap/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 dea1a30ea..9367c16ab 100644
--- a/modules/ipec/inter_protocol_imap/module.rb
+++ b/modules/ipec/inter_protocol_imap/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 eb145bf6f..cd1931619 100644
--- a/modules/ipec/inter_protocol_irc/command.js
+++ b/modules/ipec/inter_protocol_irc/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 6468358b0..57c2e65a7 100644
--- a/modules/ipec/inter_protocol_irc/config.yaml
+++ b/modules/ipec/inter_protocol_irc/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 904b617b4..afb797274 100644
--- a/modules/ipec/inter_protocol_irc/module.rb
+++ b/modules/ipec/inter_protocol_irc/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9a6c8403c..57cf783af 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 bb6c584b2..4f4fd080c 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 eab391985..58016facb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 299d611d5..6765c8445 100644
--- a/modules/ipec/inter_protocol_redis/command.js
+++ b/modules/ipec/inter_protocol_redis/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 bfc7a6421..d07929f53 100644
--- a/modules/ipec/inter_protocol_redis/config.yaml
+++ b/modules/ipec/inter_protocol_redis/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3d03d5dcb..ecd320eee 100644
--- a/modules/ipec/inter_protocol_redis/module.rb
+++ b/modules/ipec/inter_protocol_redis/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 67481c750..557ccb2fe 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 d90236b53..74ff97c7c 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 84806b2a4..58698a453 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 46c62ea02..bc8c72512 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1fbd3c0d0..ce5273fbe 100644
--- a/modules/ipec/s2c_dns_tunnel/command.js
+++ b/modules/ipec/s2c_dns_tunnel/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9ea9e3d16..b1f7fb2ef 100644
--- a/modules/ipec/s2c_dns_tunnel/config.yaml
+++ b/modules/ipec/s2c_dns_tunnel/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 00b6a48e4..1b32b4f78 100644
--- a/modules/ipec/s2c_dns_tunnel/module.rb
+++ b/modules/ipec/s2c_dns_tunnel/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 08faf98c7..5d941c2a2 100644
--- a/modules/metasploit/browser_autopwn/command.js
+++ b/modules/metasploit/browser_autopwn/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 71ad78c07..37e0839a4 100644
--- a/modules/metasploit/browser_autopwn/config.yaml
+++ b/modules/metasploit/browser_autopwn/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c0b441b4a..afd8f7386 100644
--- a/modules/metasploit/browser_autopwn/module.rb
+++ b/modules/metasploit/browser_autopwn/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 65821b461..c2c95f617 100644
--- a/modules/misc/blockui/command.js
+++ b/modules/misc/blockui/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 70546856f..1f070b779 100644
--- a/modules/misc/blockui/config.yaml
+++ b/modules/misc/blockui/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7405df105..2bdb01525 100644
--- a/modules/misc/blockui/module.rb
+++ b/modules/misc/blockui/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 39cd7756f..579c3a1ab 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-2025Wade Alcorn wade@bindshell.net
+// Copyright (c) 2006-2026Wade 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 fc575a444..8552d9126 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 da8abb0f0..439747ba0 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 f1f02ed13..ce7317913 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-2025Wade Alcorn wade@bindshell.net
+// Copyright (c) 2006-2026Wade 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 eec8b1d39..ddb343c95 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 218449ea4..e5db42f0c 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 5cecee6ec..ba256afbf 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-2025Wade Alcorn wade@bindshell.net
+// Copyright (c) 2006-2026Wade 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 4b9b64daa..40a90bbf8 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 2d7f12d4c..32ceadfc0 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 bbb0fd72b..4b0526cca 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-2025Wade Alcorn wade@bindshell.net
+// Copyright (c) 2006-2026Wade 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 aef6fb1a1..d333bb299 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 70b682e54..fd0661538 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 d875e6e97..3ef0f84c0 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-2025Wade Alcorn wade@bindshell.net
+// Copyright (c) 2006-2026Wade 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 5f7090cf1..b005d6c73 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 2e35903fd..c44681be6 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-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 5516a8472..8bec3e7f0 100644
--- a/modules/misc/iframe_keylogger/command.js
+++ b/modules/misc/iframe_keylogger/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1cc8a9b9c..30e9ebe4b 100644
--- a/modules/misc/iframe_keylogger/config.yaml
+++ b/modules/misc/iframe_keylogger/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2485c1f45..f39fdbeac 100644
--- a/modules/misc/iframe_keylogger/module.rb
+++ b/modules/misc/iframe_keylogger/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c8bb4d457..9e4d31705 100644
--- a/modules/misc/iframe_sniffer/command.js
+++ b/modules/misc/iframe_sniffer/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 fca9f9e69..347541c61 100644
--- a/modules/misc/iframe_sniffer/config.yaml
+++ b/modules/misc/iframe_sniffer/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 69a8b9a7d..64e473413 100644
--- a/modules/misc/iframe_sniffer/module.rb
+++ b/modules/misc/iframe_sniffer/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 07ad688e7..5a008208e 100644
--- a/modules/misc/invisible_iframe/command.js
+++ b/modules/misc/invisible_iframe/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 2b293710d..decbc35e8 100644
--- a/modules/misc/invisible_iframe/config.yaml
+++ b/modules/misc/invisible_iframe/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5635e9551..476e66b2a 100644
--- a/modules/misc/invisible_iframe/module.rb
+++ b/modules/misc/invisible_iframe/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5f281bd9b..7be9339f8 100644
--- a/modules/misc/local_file_theft/command.js
+++ b/modules/misc/local_file_theft/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b38eb419b..503a84b48 100644
--- a/modules/misc/local_file_theft/config.yaml
+++ b/modules/misc/local_file_theft/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9719672fb..73459c860 100644
--- a/modules/misc/local_file_theft/module.rb
+++ b/modules/misc/local_file_theft/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5a9a556bb..fd82273d7 100644
--- a/modules/misc/nosleep/command.js
+++ b/modules/misc/nosleep/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 459346da9..74fb47c4e 100644
--- a/modules/misc/nosleep/config.yaml
+++ b/modules/misc/nosleep/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0a83a2125..2f3289e07 100644
--- a/modules/misc/nosleep/module.rb
+++ b/modules/misc/nosleep/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 cdff49ae8..6ce9be721 100644
--- a/modules/misc/raw_javascript/command.js
+++ b/modules/misc/raw_javascript/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1077fa855..a8575ab08 100644
--- a/modules/misc/raw_javascript/config.yaml
+++ b/modules/misc/raw_javascript/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1e3cd1220..b800b7086 100644
--- a/modules/misc/raw_javascript/module.rb
+++ b/modules/misc/raw_javascript/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1d2fb1ba1..472380773 100644
--- a/modules/misc/read_gmail/command.js
+++ b/modules/misc/read_gmail/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn wade@bindshell.net
+// Copyright (c) 2006-2026Wade 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 eef698b8b..75ac9657b 100644
--- a/modules/misc/read_gmail/config.yaml
+++ b/modules/misc/read_gmail/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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 0c822af70..fb05287d0 100644
--- a/modules/misc/read_gmail/module.rb
+++ b/modules/misc/read_gmail/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025Wade Alcorn wade@bindshell.net
+# Copyright (c) 2006-2026Wade 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/track_physical_movement/command.js b/modules/misc/track_physical_movement/command.js
index 194c1c39f..d11be50fb 100644
--- a/modules/misc/track_physical_movement/command.js
+++ b/modules/misc/track_physical_movement/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/misc/track_physical_movement/config.yaml b/modules/misc/track_physical_movement/config.yaml
index 8b1073074..5004fbc16 100644
--- a/modules/misc/track_physical_movement/config.yaml
+++ b/modules/misc/track_physical_movement/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/misc/track_physical_movement/module.rb b/modules/misc/track_physical_movement/module.rb
index 78adec5b1..143890734 100644
--- a/modules/misc/track_physical_movement/module.rb
+++ b/modules/misc/track_physical_movement/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/misc/unblockui/command.js b/modules/misc/unblockui/command.js
index 18fd3ac82..04f500700 100644
--- a/modules/misc/unblockui/command.js
+++ b/modules/misc/unblockui/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 dd9174244..938c6fa69 100644
--- a/modules/misc/unblockui/config.yaml
+++ b/modules/misc/unblockui/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d1f2bed8e..4aa9b3cbb 100644
--- a/modules/misc/unblockui/module.rb
+++ b/modules/misc/unblockui/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/misc/wordpress/upload_rce_plugin/beefbind.php b/modules/misc/wordpress/upload_rce_plugin/beefbind.php
index fdbd9c6d6..acd537c6d 100644
--- a/modules/misc/wordpress/upload_rce_plugin/beefbind.php
+++ b/modules/misc/wordpress/upload_rce_plugin/beefbind.php
@@ -6,7 +6,7 @@
  * Version: 1.1
  * Authors: Bart Leppens, Erwan LR (@erwan_lr | WPScanTeam)
  * Author URI: https://twitter.com/bmantra
- * License: Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net - Browser Exploitation Framework (BeEF) - https://beefproject.com - See the file 'doc/COPYING' for copying permission
+ * License: Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net - Browser Exploitation Framework (BeEF) - https://beefproject.com - See the file 'doc/COPYING' for copying permission
 **/
 
 header("Access-Control-Allow-Origin: *");
diff --git a/modules/misc/wordpress/upload_rce_plugin/config.yaml b/modules/misc/wordpress/upload_rce_plugin/config.yaml
index 28e2dfa91..77932dcd7 100644
--- a/modules/misc/wordpress/upload_rce_plugin/config.yaml
+++ b/modules/misc/wordpress/upload_rce_plugin/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 802a8070d..b9281216e 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 de16e3c22..8d81ec6c0 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2549e2fb9..5b1914fc3 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/command.js b/modules/network/ADC/f5_bigip_cookie_disclosure/command.js
index 261f175ec..9c0c43b9c 100644
--- a/modules/network/ADC/f5_bigip_cookie_disclosure/command.js
+++ b/modules/network/ADC/f5_bigip_cookie_disclosure/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml b/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml
index f18b8902f..5eed82313 100644
--- a/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml
+++ b/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb b/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb
index db1121ce5..2e26d6680 100644
--- a/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb
+++ b/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/command.js b/modules/network/ADC/f5_bigip_cookie_stealing/command.js
index b65e7a6cf..cd16d483b 100644
--- a/modules/network/ADC/f5_bigip_cookie_stealing/command.js
+++ b/modules/network/ADC/f5_bigip_cookie_stealing/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml b/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml
index 30700186b..ec304f8c0 100644
--- a/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml
+++ b/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/module.rb b/modules/network/ADC/f5_bigip_cookie_stealing/module.rb
index 916b1e525..275264e3d 100644
--- a/modules/network/ADC/f5_bigip_cookie_stealing/module.rb
+++ b/modules/network/ADC/f5_bigip_cookie_stealing/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f8432a206..e542c2222 100644
--- a/modules/network/DOSer/command.js
+++ b/modules/network/DOSer/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 7c0b1f722..d3b89d86a 100644
--- a/modules/network/DOSer/config.yaml
+++ b/modules/network/DOSer/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4c02214b5..4c6e138fc 100644
--- a/modules/network/DOSer/module.rb
+++ b/modules/network/DOSer/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6bf67fd4f..bb4049f0c 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 ad697fe45..b15b4f388 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c4996b187..9e514303e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/cross_origin_scanner_flash/command.js b/modules/network/cross_origin_scanner_flash/command.js
index 5d55bfd63..a075f6920 100644
--- a/modules/network/cross_origin_scanner_flash/command.js
+++ b/modules/network/cross_origin_scanner_flash/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/network/cross_origin_scanner_flash/config.yaml b/modules/network/cross_origin_scanner_flash/config.yaml
index 406b86b3f..736fb96cb 100644
--- a/modules/network/cross_origin_scanner_flash/config.yaml
+++ b/modules/network/cross_origin_scanner_flash/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/cross_origin_scanner_flash/module.rb b/modules/network/cross_origin_scanner_flash/module.rb
index 181dfa93b..bb3c8c4cc 100644
--- a/modules/network/cross_origin_scanner_flash/module.rb
+++ b/modules/network/cross_origin_scanner_flash/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 72c2a0fdf..8f90ab123 100644
--- a/modules/network/detect_burp/command.js
+++ b/modules/network/detect_burp/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 23910cea4..a1bfa0271 100644
--- a/modules/network/detect_burp/config.yaml
+++ b/modules/network/detect_burp/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e3090c533..28a6e9b5b 100644
--- a/modules/network/detect_burp/module.rb
+++ b/modules/network/detect_burp/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/detect_ethereum_ens/command.js b/modules/network/detect_ethereum_ens/command.js
index 3c16d9fb0..a989d4be0 100644
--- a/modules/network/detect_ethereum_ens/command.js
+++ b/modules/network/detect_ethereum_ens/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/network/detect_ethereum_ens/config.yaml b/modules/network/detect_ethereum_ens/config.yaml
index 275390484..a2dcccbcf 100644
--- a/modules/network/detect_ethereum_ens/config.yaml
+++ b/modules/network/detect_ethereum_ens/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/detect_ethereum_ens/module.rb b/modules/network/detect_ethereum_ens/module.rb
index 6246056f7..c3b05fb67 100644
--- a/modules/network/detect_ethereum_ens/module.rb
+++ b/modules/network/detect_ethereum_ens/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/detect_opennic/command.js b/modules/network/detect_opennic/command.js
index fefa3ba3f..0e9771dc9 100644
--- a/modules/network/detect_opennic/command.js
+++ b/modules/network/detect_opennic/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/network/detect_opennic/config.yaml b/modules/network/detect_opennic/config.yaml
index 53e3cbe6f..04a56b0c4 100644
--- a/modules/network/detect_opennic/config.yaml
+++ b/modules/network/detect_opennic/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/detect_opennic/module.rb b/modules/network/detect_opennic/module.rb
index dfc916de3..92efa9fdf 100644
--- a/modules/network/detect_opennic/module.rb
+++ b/modules/network/detect_opennic/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 004bf8057..8922ba01a 100644
--- a/modules/network/detect_soc_nets/command.js
+++ b/modules/network/detect_soc_nets/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b8f5218bc..6e42d63bb 100644
--- a/modules/network/detect_soc_nets/config.yaml
+++ b/modules/network/detect_soc_nets/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c767526bf..54b399b76 100644
--- a/modules/network/detect_soc_nets/module.rb
+++ b/modules/network/detect_soc_nets/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 727c51c4a..1fecff7d1 100644
--- a/modules/network/detect_tor/command.js
+++ b/modules/network/detect_tor/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 fb8489ffa..e7eef8021 100644
--- a/modules/network/detect_tor/config.yaml
+++ b/modules/network/detect_tor/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 92aad0903..27db5f135 100644
--- a/modules/network/detect_tor/module.rb
+++ b/modules/network/detect_tor/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 64df30dff..26196469d 100644
--- a/modules/network/dns_enumeration/command.js
+++ b/modules/network/dns_enumeration/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a3993d6a3..18fbb971f 100644
--- a/modules/network/dns_enumeration/config.yaml
+++ b/modules/network/dns_enumeration/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1f784eeec..6b9027dba 100644
--- a/modules/network/dns_enumeration/module.rb
+++ b/modules/network/dns_enumeration/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/dns_rebinding/command.js b/modules/network/dns_rebinding/command.js
index 0ff037f52..c993652db 100644
--- a/modules/network/dns_rebinding/command.js
+++ b/modules/network/dns_rebinding/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/network/dns_rebinding/config.yaml b/modules/network/dns_rebinding/config.yaml
index 658653986..5ae3db3e6 100644
--- a/modules/network/dns_rebinding/config.yaml
+++ b/modules/network/dns_rebinding/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/dns_rebinding/module.rb b/modules/network/dns_rebinding/module.rb
index 3feea2a20..1da64d1c4 100644
--- a/modules/network/dns_rebinding/module.rb
+++ b/modules/network/dns_rebinding/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/fetch_port_scanner/command.js b/modules/network/fetch_port_scanner/command.js
index 5e0642c80..ba4c9f521 100644
--- a/modules/network/fetch_port_scanner/command.js
+++ b/modules/network/fetch_port_scanner/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/network/fetch_port_scanner/config.yaml b/modules/network/fetch_port_scanner/config.yaml
index 4ee71a708..234fd1fbc 100644
--- a/modules/network/fetch_port_scanner/config.yaml
+++ b/modules/network/fetch_port_scanner/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/network/fetch_port_scanner/module.rb b/modules/network/fetch_port_scanner/module.rb
index 9eeac586d..67fc990e2 100644
--- a/modules/network/fetch_port_scanner/module.rb
+++ b/modules/network/fetch_port_scanner/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3d23bea03..19bf9aa1d 100644
--- a/modules/network/get_http_servers/command.js
+++ b/modules/network/get_http_servers/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 f5c2adefc..b595357a7 100644
--- a/modules/network/get_http_servers/config.yaml
+++ b/modules/network/get_http_servers/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ce5eb9e99..de4fbbfdd 100644
--- a/modules/network/get_http_servers/module.rb
+++ b/modules/network/get_http_servers/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 093dd16c1..38104bc63 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 4852e4b7b..130c833c3 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d1a92fa9a..8376e8f9f 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a130d592f..b06631533 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8e3f60602..7f1f85786 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 de084ccc0..458440d6b 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 350afd271..ad0cb8b39 100644
--- a/modules/network/identify_lan_subnets/command.js
+++ b/modules/network/identify_lan_subnets/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e4c36daa1..ea70493f1 100644
--- a/modules/network/identify_lan_subnets/config.yaml
+++ b/modules/network/identify_lan_subnets/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6f0a37b17..c4f255636 100644
--- a/modules/network/identify_lan_subnets/module.rb
+++ b/modules/network/identify_lan_subnets/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9e95be406..089f8b134 100644
--- a/modules/network/internal_network_fingerprinting/command.js
+++ b/modules/network/internal_network_fingerprinting/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 865deed36..d12f2c749 100644
--- a/modules/network/internal_network_fingerprinting/config.yaml
+++ b/modules/network/internal_network_fingerprinting/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b63e9070a..6f7b2eb1e 100644
--- a/modules/network/internal_network_fingerprinting/module.rb
+++ b/modules/network/internal_network_fingerprinting/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4104cd84a..a5353e8a7 100644
--- a/modules/network/jslanscanner/command.js
+++ b/modules/network/jslanscanner/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 7f087d34a..e91a9b2d3 100644
--- a/modules/network/jslanscanner/config.yaml
+++ b/modules/network/jslanscanner/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e9ea354de..6e0403223 100644
--- a/modules/network/jslanscanner/module.rb
+++ b/modules/network/jslanscanner/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 2adefd616..806a4f4ac 100644
--- a/modules/network/nat_pinning_irc/command.js
+++ b/modules/network/nat_pinning_irc/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8c21165dd..273cf790f 100644
--- a/modules/network/nat_pinning_irc/config.yaml
+++ b/modules/network/nat_pinning_irc/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 62966a8ba..bf55fff38 100644
--- a/modules/network/nat_pinning_irc/module.rb
+++ b/modules/network/nat_pinning_irc/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 04b27232c..b18c1b27a 100644
--- a/modules/network/ping_sweep/command.js
+++ b/modules/network/ping_sweep/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9620d54cf..d7d636f67 100644
--- a/modules/network/ping_sweep/config.yaml
+++ b/modules/network/ping_sweep/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0e52bbb9b..0562c96b4 100644
--- a/modules/network/ping_sweep/module.rb
+++ b/modules/network/ping_sweep/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 dcd27fa34..34a27db37 100644
--- a/modules/network/ping_sweep_ff/command.js
+++ b/modules/network/ping_sweep_ff/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c387b11ec..94374b20c 100644
--- a/modules/network/ping_sweep_ff/config.yaml
+++ b/modules/network/ping_sweep_ff/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 691fc1805..15261f28a 100644
--- a/modules/network/ping_sweep_ff/module.rb
+++ b/modules/network/ping_sweep_ff/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d5b11021c..c0199c028 100644
--- a/modules/network/ping_sweep_java/command.js
+++ b/modules/network/ping_sweep_java/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 4c2357553..e87adc770 100644
--- a/modules/network/ping_sweep_java/config.yaml
+++ b/modules/network/ping_sweep_java/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 cd8d0f158..63a3e5c5a 100644
--- a/modules/network/ping_sweep_java/module.rb
+++ b/modules/network/ping_sweep_java/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 885a2e18e..501ed732d 100644
--- a/modules/network/ping_sweep_java/pingSweep.java
+++ b/modules/network/ping_sweep_java/pingSweep.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 e19b67b6a..9a6f7ad2a 100644
--- a/modules/network/port_scanner/command.js
+++ b/modules/network/port_scanner/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 4c3bf91e7..fbf4429d5 100644
--- a/modules/network/port_scanner/config.yaml
+++ b/modules/network/port_scanner/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 dca4ae339..4e1bc6b26 100644
--- a/modules/network/port_scanner/module.rb
+++ b/modules/network/port_scanner/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ef9b43f27..3fcbfbf6c 100644
--- a/modules/persistence/confirm_close_tab/command.js
+++ b/modules/persistence/confirm_close_tab/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 4b0c2f2cf..7e59cccc9 100644
--- a/modules/persistence/confirm_close_tab/config.yaml
+++ b/modules/persistence/confirm_close_tab/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e578f1083..30a7304f3 100644
--- a/modules/persistence/confirm_close_tab/module.rb
+++ b/modules/persistence/confirm_close_tab/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 eb0efd52a..4477a8679 100644
--- a/modules/persistence/hijack_opener/command.js
+++ b/modules/persistence/hijack_opener/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a88bb93b1..db22c147a 100644
--- a/modules/persistence/hijack_opener/config.yaml
+++ b/modules/persistence/hijack_opener/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 597ab0e48..086b9c0fa 100644
--- a/modules/persistence/hijack_opener/module.rb
+++ b/modules/persistence/hijack_opener/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 fc0944e2d..eb4cffa05 100644
--- a/modules/persistence/iframe_above/command.js
+++ b/modules/persistence/iframe_above/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8f6163d01..430cd6e38 100644
--- a/modules/persistence/iframe_above/config.yaml
+++ b/modules/persistence/iframe_above/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4bdca449d..003aa255d 100644
--- a/modules/persistence/iframe_above/module.rb
+++ b/modules/persistence/iframe_above/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/persistence/invisible_htmlfile_activex/command.js b/modules/persistence/invisible_htmlfile_activex/command.js
index ee4242b69..82cd70ace 100644
--- a/modules/persistence/invisible_htmlfile_activex/command.js
+++ b/modules/persistence/invisible_htmlfile_activex/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/persistence/invisible_htmlfile_activex/config.yaml b/modules/persistence/invisible_htmlfile_activex/config.yaml
index ce5fd2823..33c6da851 100644
--- a/modules/persistence/invisible_htmlfile_activex/config.yaml
+++ b/modules/persistence/invisible_htmlfile_activex/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/persistence/invisible_htmlfile_activex/module.rb b/modules/persistence/invisible_htmlfile_activex/module.rb
index 4ba1cff9c..b67d27486 100644
--- a/modules/persistence/invisible_htmlfile_activex/module.rb
+++ b/modules/persistence/invisible_htmlfile_activex/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/persistence/jsonp_service_worker/command.js b/modules/persistence/jsonp_service_worker/command.js
index 9707dfa57..54b2dd5f3 100644
--- a/modules/persistence/jsonp_service_worker/command.js
+++ b/modules/persistence/jsonp_service_worker/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/persistence/jsonp_service_worker/config.yaml b/modules/persistence/jsonp_service_worker/config.yaml
index 6d1ab2298..e4f59d701 100644
--- a/modules/persistence/jsonp_service_worker/config.yaml
+++ b/modules/persistence/jsonp_service_worker/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3df3e585a..f6604bcb5 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-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 496383ea7..02e7d07c0 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bbc9066b6..b971eef44 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1e5add3b9..a17a3939b 100644
--- a/modules/persistence/popunder_window/command.js
+++ b/modules/persistence/popunder_window/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 5d9f65f39..36d21a29f 100644
--- a/modules/persistence/popunder_window/config.yaml
+++ b/modules/persistence/popunder_window/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f2abe86ce..180ea1db1 100644
--- a/modules/persistence/popunder_window/module.rb
+++ b/modules/persistence/popunder_window/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/persistence/popunder_window_ie/command.js b/modules/persistence/popunder_window_ie/command.js
index 7028b3c6e..e9d7057d0 100644
--- a/modules/persistence/popunder_window_ie/command.js
+++ b/modules/persistence/popunder_window_ie/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/persistence/popunder_window_ie/config.yaml b/modules/persistence/popunder_window_ie/config.yaml
index 7fc816f09..30b92a7cf 100644
--- a/modules/persistence/popunder_window_ie/config.yaml
+++ b/modules/persistence/popunder_window_ie/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/persistence/popunder_window_ie/module.rb b/modules/persistence/popunder_window_ie/module.rb
index e7e5451d8..e817acbc1 100644
--- a/modules/persistence/popunder_window_ie/module.rb
+++ b/modules/persistence/popunder_window_ie/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b190ffb0c..0db5eccba 100644
--- a/modules/phonegap/phonegap_alert_user/command.js
+++ b/modules/phonegap/phonegap_alert_user/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 54a101c12..2c61578a8 100644
--- a/modules/phonegap/phonegap_alert_user/config.yaml
+++ b/modules/phonegap/phonegap_alert_user/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a0e59aecf..a366f580a 100644
--- a/modules/phonegap/phonegap_alert_user/module.rb
+++ b/modules/phonegap/phonegap_alert_user/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 745030317..b55a99733 100644
--- a/modules/phonegap/phonegap_beep/command.js
+++ b/modules/phonegap/phonegap_beep/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8d2b81a01..58d3fe285 100644
--- a/modules/phonegap/phonegap_beep/config.yaml
+++ b/modules/phonegap/phonegap_beep/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 56254ac43..1603663bb 100644
--- a/modules/phonegap/phonegap_beep/module.rb
+++ b/modules/phonegap/phonegap_beep/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6d6c4f2ff..d0d14942e 100644
--- a/modules/phonegap/phonegap_check_connection/command.js
+++ b/modules/phonegap/phonegap_check_connection/command.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 deecb8f13..2e1572921 100644
--- a/modules/phonegap/phonegap_check_connection/config.yaml
+++ b/modules/phonegap/phonegap_check_connection/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 95559431c..9c0693537 100644
--- a/modules/phonegap/phonegap_check_connection/module.rb
+++ b/modules/phonegap/phonegap_check_connection/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 793fc5f0a..bbd2b48f1 100644
--- a/modules/phonegap/phonegap_detect/command.js
+++ b/modules/phonegap/phonegap_detect/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c4416ccaa..280c9c2c4 100644
--- a/modules/phonegap/phonegap_detect/config.yaml
+++ b/modules/phonegap/phonegap_detect/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 86744fcc3..73594ae42 100644
--- a/modules/phonegap/phonegap_detect/module.rb
+++ b/modules/phonegap/phonegap_detect/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 60d612150..e1e3de044 100644
--- a/modules/phonegap/phonegap_file_upload/command.js
+++ b/modules/phonegap/phonegap_file_upload/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 f0c8e7cab..aedd7afc1 100644
--- a/modules/phonegap/phonegap_file_upload/config.yaml
+++ b/modules/phonegap/phonegap_file_upload/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5e6fd44e8..82acabc68 100644
--- a/modules/phonegap/phonegap_file_upload/module.rb
+++ b/modules/phonegap/phonegap_file_upload/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4aec7a96f..dfeaef694 100644
--- a/modules/phonegap/phonegap_geo_locate/command.js
+++ b/modules/phonegap/phonegap_geo_locate/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 06a8894cc..6abe9c730 100644
--- a/modules/phonegap/phonegap_geo_locate/config.yaml
+++ b/modules/phonegap/phonegap_geo_locate/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 594713cd2..4db3e328c 100644
--- a/modules/phonegap/phonegap_geo_locate/module.rb
+++ b/modules/phonegap/phonegap_geo_locate/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b2c5604b8..5b228c353 100644
--- a/modules/phonegap/phonegap_globalization_status/command.js
+++ b/modules/phonegap/phonegap_globalization_status/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 2aabe337a..34fb28c17 100644
--- a/modules/phonegap/phonegap_globalization_status/config.yaml
+++ b/modules/phonegap/phonegap_globalization_status/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7cf512e80..e193c6026 100644
--- a/modules/phonegap/phonegap_globalization_status/module.rb
+++ b/modules/phonegap/phonegap_globalization_status/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7520c031d..5ae76fd64 100644
--- a/modules/phonegap/phonegap_keychain/command.js
+++ b/modules/phonegap/phonegap_keychain/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 3b0b64653..1162baf4e 100644
--- a/modules/phonegap/phonegap_keychain/config.yaml
+++ b/modules/phonegap/phonegap_keychain/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 01e8edae5..ef0e55dd9 100644
--- a/modules/phonegap/phonegap_keychain/module.rb
+++ b/modules/phonegap/phonegap_keychain/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a52dfa8d3..e6b0e299d 100644
--- a/modules/phonegap/phonegap_list_contacts/command.js
+++ b/modules/phonegap/phonegap_list_contacts/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a6f6c5e63..cff83e402 100644
--- a/modules/phonegap/phonegap_list_contacts/config.yaml
+++ b/modules/phonegap/phonegap_list_contacts/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 81adc9a2c..99a80eb80 100644
--- a/modules/phonegap/phonegap_list_contacts/module.rb
+++ b/modules/phonegap/phonegap_list_contacts/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a1efcabd1..aa693e3ab 100644
--- a/modules/phonegap/phonegap_list_files/command.js
+++ b/modules/phonegap/phonegap_list_files/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9f409e7dd..127e362e5 100644
--- a/modules/phonegap/phonegap_list_files/config.yaml
+++ b/modules/phonegap/phonegap_list_files/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d7d5324bb..afa8ddb27 100644
--- a/modules/phonegap/phonegap_list_files/module.rb
+++ b/modules/phonegap/phonegap_list_files/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c76f82ef9..090a783fd 100644
--- a/modules/phonegap/phonegap_persist_resume/command.js
+++ b/modules/phonegap/phonegap_persist_resume/command.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 211dc30d2..be2ed9a93 100644
--- a/modules/phonegap/phonegap_persist_resume/config.yaml
+++ b/modules/phonegap/phonegap_persist_resume/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 7f052c8e3..f84491223 100644
--- a/modules/phonegap/phonegap_persist_resume/module.rb
+++ b/modules/phonegap/phonegap_persist_resume/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8bef63e7b..6d37795e5 100644
--- a/modules/phonegap/phonegap_persistence/command.js
+++ b/modules/phonegap/phonegap_persistence/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9faa7fbca..2967d1606 100644
--- a/modules/phonegap/phonegap_persistence/config.yaml
+++ b/modules/phonegap/phonegap_persistence/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6fe087df9..a5245d328 100644
--- a/modules/phonegap/phonegap_persistence/module.rb
+++ b/modules/phonegap/phonegap_persistence/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 62f766fe5..8d7117793 100644
--- a/modules/phonegap/phonegap_plugin_detection/command.js
+++ b/modules/phonegap/phonegap_plugin_detection/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 bbcba78bf..5066c90f4 100644
--- a/modules/phonegap/phonegap_plugin_detection/config.yaml
+++ b/modules/phonegap/phonegap_plugin_detection/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 dfbf049bf..08fc4964f 100644
--- a/modules/phonegap/phonegap_plugin_detection/module.rb
+++ b/modules/phonegap/phonegap_plugin_detection/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e4f8c405c..8292f5b4c 100644
--- a/modules/phonegap/phonegap_prompt_user/command.js
+++ b/modules/phonegap/phonegap_prompt_user/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1391f002f..293a275e5 100644
--- a/modules/phonegap/phonegap_prompt_user/config.yaml
+++ b/modules/phonegap/phonegap_prompt_user/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 90c57f581..0eec75ce9 100644
--- a/modules/phonegap/phonegap_prompt_user/module.rb
+++ b/modules/phonegap/phonegap_prompt_user/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8336bf24c..8789dc9f2 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 57bd5da41..a2c88a316 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8832cf344..3a436925d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5341c1c0a..0eea224b6 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-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 8d5d73e3a..14650e15d 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f565144b2..d71f71335 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a78bdaff2..8aa11801f 100644
--- a/modules/social_engineering/clickjacking/command.js
+++ b/modules/social_engineering/clickjacking/command.js
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 631e56965..6dc9de672 100644
--- a/modules/social_engineering/clickjacking/config.yaml
+++ b/modules/social_engineering/clickjacking/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3dbd70410..15623fa58 100644
--- a/modules/social_engineering/clickjacking/module.rb
+++ b/modules/social_engineering/clickjacking/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f6deec270..601894529 100755
--- a/modules/social_engineering/clippy/command.js
+++ b/modules/social_engineering/clippy/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 bdec9cfe3..3f7831acd 100755
--- a/modules/social_engineering/clippy/config.yaml
+++ b/modules/social_engineering/clippy/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 343157ea1..eb46692df 100755
--- a/modules/social_engineering/clippy/module.rb
+++ b/modules/social_engineering/clippy/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/social_engineering/edge_wscript_wsh_injection/command.js b/modules/social_engineering/edge_wscript_wsh_injection/command.js
index 432d8c8b0..1fbd28f66 100755
--- a/modules/social_engineering/edge_wscript_wsh_injection/command.js
+++ b/modules/social_engineering/edge_wscript_wsh_injection/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/social_engineering/edge_wscript_wsh_injection/config.yaml b/modules/social_engineering/edge_wscript_wsh_injection/config.yaml
index 106cbe398..5962a085b 100755
--- a/modules/social_engineering/edge_wscript_wsh_injection/config.yaml
+++ b/modules/social_engineering/edge_wscript_wsh_injection/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/social_engineering/edge_wscript_wsh_injection/module.rb b/modules/social_engineering/edge_wscript_wsh_injection/module.rb
index 6a17d32d5..8094094f1 100755
--- a/modules/social_engineering/edge_wscript_wsh_injection/module.rb
+++ b/modules/social_engineering/edge_wscript_wsh_injection/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d399305b8..7b195a881 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 12146ff94..91d84d3c8 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c5e5c9a27..e2674ee1c 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 f95834aef..f82475b08 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 97af37697..742169a79 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b6c0b3bef..a3ebe37bb 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ce86e05c8..9978e53ae 100755
--- a/modules/social_engineering/fake_lastpass/command.js
+++ b/modules/social_engineering/fake_lastpass/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 e7665c7a2..1841a6104 100755
--- a/modules/social_engineering/fake_lastpass/config.yaml
+++ b/modules/social_engineering/fake_lastpass/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5b890117c..e04f94605 100755
--- a/modules/social_engineering/fake_lastpass/module.rb
+++ b/modules/social_engineering/fake_lastpass/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 005cd3033..1452efb0b 100644
--- a/modules/social_engineering/fake_notification/command.js
+++ b/modules/social_engineering/fake_notification/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 80b715863..889031c45 100644
--- a/modules/social_engineering/fake_notification/config.yaml
+++ b/modules/social_engineering/fake_notification/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ad835f085..69c1366d3 100644
--- a/modules/social_engineering/fake_notification/module.rb
+++ b/modules/social_engineering/fake_notification/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 274ea6004..2425d7479 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9db3841a2..5df4f4034 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 747c8fb3a..1a8395bc2 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 8b102fb4c..6ea6a5611 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 d7284098b..7ebe70b12 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 3b456c9c9..19678d0ed 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 56a73b0d3..94f66a41d 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1c90b6636..0abf4165e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5cb9a5068..6277e0481 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 eb6b9d1e2..d150ba5ff 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 88bf26cd2..0f71ff508 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ccc515d1e..01a8d11f6 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 009cc5cde..6fcc692f1 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 0c27ba817..26edf968e 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 812826a93..da9b7cb0c 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 eb6b9d1e2..d150ba5ff 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 1f3982216..eb94ac639 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e656b89e5..169258849 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 81747d293..7c2038c2a 100644
--- a/modules/social_engineering/gmail_phishing/command.js
+++ b/modules/social_engineering/gmail_phishing/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c1cad9612..f73410cdd 100644
--- a/modules/social_engineering/gmail_phishing/config.yaml
+++ b/modules/social_engineering/gmail_phishing/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e0c603d52..94041792d 100644
--- a/modules/social_engineering/gmail_phishing/module.rb
+++ b/modules/social_engineering/gmail_phishing/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 faa0ac576..c3ce1193d 100755
--- a/modules/social_engineering/hta_powershell/command.js
+++ b/modules/social_engineering/hta_powershell/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 acd2b282f..b46664274 100755
--- a/modules/social_engineering/hta_powershell/config.yaml
+++ b/modules/social_engineering/hta_powershell/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 d6bbea4f0..88b126502 100755
--- a/modules/social_engineering/hta_powershell/module.rb
+++ b/modules/social_engineering/hta_powershell/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 4f35530b0..bc5545df4 100644
--- a/modules/social_engineering/lcamtuf_download/command.js
+++ b/modules/social_engineering/lcamtuf_download/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 9bfeeb991..7804dfdde 100644
--- a/modules/social_engineering/lcamtuf_download/config.yaml
+++ b/modules/social_engineering/lcamtuf_download/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c6d560ab1..7a6a038be 100755
--- a/modules/social_engineering/lcamtuf_download/module.rb
+++ b/modules/social_engineering/lcamtuf_download/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 a2f1de50b..7cc849da6 100644
--- a/modules/social_engineering/pretty_theft/command.js
+++ b/modules/social_engineering/pretty_theft/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 198a29320..0655ab29f 100644
--- a/modules/social_engineering/pretty_theft/config.yaml
+++ b/modules/social_engineering/pretty_theft/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e89d52752..e6ac8259b 100644
--- a/modules/social_engineering/pretty_theft/module.rb
+++ b/modules/social_engineering/pretty_theft/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 b6b3f63c9..ed9e76af8 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 0781348f8..fb62a6af1 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 5915cbb1d..142d73646 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6ed83afcd..766a869e8 100644
--- a/modules/social_engineering/simple_hijacker/command.js
+++ b/modules/social_engineering/simple_hijacker/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 a6aef32f1..8a4460e98 100644
--- a/modules/social_engineering/simple_hijacker/config.yaml
+++ b/modules/social_engineering/simple_hijacker/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 ed7aa405f..d18a5f821 100644
--- a/modules/social_engineering/simple_hijacker/module.rb
+++ b/modules/social_engineering/simple_hijacker/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 6c1ca7ae7..68eb8ccfd 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-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 86e60ecfc..7f31cd93e 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-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 f2670b894..fb056566f 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-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 d0345cde8..55f3152f8 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-2025 Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 eb94843ff..7197e5b68 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-2025Wade Alcorn - wade@bindshell.net
+ * Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
  * Browser Exploitation Framework (BeEF) - https://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 945504929..e5129baac 100644
--- a/modules/social_engineering/sitekiosk_breakout/command.js
+++ b/modules/social_engineering/sitekiosk_breakout/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 c55172075..de9825422 100644
--- a/modules/social_engineering/sitekiosk_breakout/config.yaml
+++ b/modules/social_engineering/sitekiosk_breakout/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9c96b7ce9..eee3cd3d4 100644
--- a/modules/social_engineering/sitekiosk_breakout/module.rb
+++ b/modules/social_engineering/sitekiosk_breakout/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/social_engineering/spoof_addressbar_data/command.js b/modules/social_engineering/spoof_addressbar_data/command.js
index f059975f2..db9338acd 100644
--- a/modules/social_engineering/spoof_addressbar_data/command.js
+++ b/modules/social_engineering/spoof_addressbar_data/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/modules/social_engineering/spoof_addressbar_data/config.yaml b/modules/social_engineering/spoof_addressbar_data/config.yaml
index bc243591c..bf2bb0dc9 100644
--- a/modules/social_engineering/spoof_addressbar_data/config.yaml
+++ b/modules/social_engineering/spoof_addressbar_data/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/modules/social_engineering/spoof_addressbar_data/module.rb b/modules/social_engineering/spoof_addressbar_data/module.rb
index 2194d2827..59011726c 100644
--- a/modules/social_engineering/spoof_addressbar_data/module.rb
+++ b/modules/social_engineering/spoof_addressbar_data/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 af5fcfb6e..84d635b6a 100644
--- a/modules/social_engineering/tabnabbing/command.js
+++ b/modules/social_engineering/tabnabbing/command.js
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2006-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 b6af5192c..197175542 100644
--- a/modules/social_engineering/tabnabbing/config.yaml
+++ b/modules/social_engineering/tabnabbing/config.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 c0366010e..0a03163c0 100644
--- a/modules/social_engineering/tabnabbing/module.rb
+++ b/modules/social_engineering/tabnabbing/module.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bd853ea97..1f10887c0 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 976e0147f..4863cdcac 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 01f2248c4..4c897c7c4 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 e9a63db1e..9cf944672 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-2025Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://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 4e4f886a0..da14ff0a4 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0bc894b90..be5a5cc20 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/package-lock.json b/package-lock.json
index ae60cf0e7..69f3aa8db 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "BeEF",
-    "version": "0.5.4.0",
+    "version": "0.6.0.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "BeEF",
-            "version": "0.5.4.0",
+            "version": "0.6.0.0",
             "license": "GNU General Public License v2.0",
             "devDependencies": {
                 "jsdoc": "^4.0.5",
diff --git a/package.json b/package.json
index 3c0037a6b..b6edfce2b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "BeEF",
-    "version": "0.5.4.0",
+    "version": "0.6.0.0",
     "description": "The Browser Exploitation Framework Project",
     "scripts": {
         "docs": "./node_modules/.bin/jsdoc -c conf.json"
@@ -12,4 +12,4 @@
         "jsdoc-to-markdown": "^9.1.3"
     },
     "dependencies": {}
-}
+}
\ No newline at end of file
diff --git a/spec/beef/api/auth_rate_spec.rb b/spec/beef/api/auth_rate_spec.rb
index 77ff65a60..360ac11ed 100644
--- a/spec/beef/api/auth_rate_spec.rb
+++ b/spec/beef/api/auth_rate_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/core/main/autorun_engine/autorun_engine_spec.rb b/spec/beef/core/main/autorun_engine/autorun_engine_spec.rb
index e8bf3e7e3..dfe287d0b 100644
--- a/spec/beef/core/main/autorun_engine/autorun_engine_spec.rb
+++ b/spec/beef/core/main/autorun_engine/autorun_engine_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/core/main/handlers/browser_details_handler_spec.rb b/spec/beef/core/main/handlers/browser_details_handler_spec.rb
index bf6f761ee..610f4bc83 100644
--- a/spec/beef/core/main/handlers/browser_details_handler_spec.rb
+++ b/spec/beef/core/main/handlers/browser_details_handler_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/adminui_spec.rb b/spec/beef/extensions/adminui_spec.rb
index 64891c0a8..c34a8e9a5 100644
--- a/spec/beef/extensions/adminui_spec.rb
+++ b/spec/beef/extensions/adminui_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/dns_spec.rb b/spec/beef/extensions/dns_spec.rb
index a1aed66e1..1607aa504 100644
--- a/spec/beef/extensions/dns_spec.rb
+++ b/spec/beef/extensions/dns_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/network_spec.rb b/spec/beef/extensions/network_spec.rb
index be759ab9d..4317516fb 100644
--- a/spec/beef/extensions/network_spec.rb
+++ b/spec/beef/extensions/network_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/proxy_spec.rb b/spec/beef/extensions/proxy_spec.rb
index ff25ac141..a5984021a 100644
--- a/spec/beef/extensions/proxy_spec.rb
+++ b/spec/beef/extensions/proxy_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/qrcode_spec.rb b/spec/beef/extensions/qrcode_spec.rb
index 43e990dea..e1f70bfd9 100644
--- a/spec/beef/extensions/qrcode_spec.rb
+++ b/spec/beef/extensions/qrcode_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/requester_spec.rb b/spec/beef/extensions/requester_spec.rb
index cbe5a88d6..0850924f5 100644
--- a/spec/beef/extensions/requester_spec.rb
+++ b/spec/beef/extensions/requester_spec.rb
@@ -1,7 +1,7 @@
 require 'extensions/requester/extension'
 
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/social_engineering_spec.rb b/spec/beef/extensions/social_engineering_spec.rb
index 7543b2f26..93c63a58c 100644
--- a/spec/beef/extensions/social_engineering_spec.rb
+++ b/spec/beef/extensions/social_engineering_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/webrtc_spec.rb b/spec/beef/extensions/webrtc_spec.rb
index 24f2509d3..ccf8c8d01 100644
--- a/spec/beef/extensions/webrtc_spec.rb
+++ b/spec/beef/extensions/webrtc_spec.rb
@@ -1,7 +1,7 @@
 require 'rest-client'
 
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/websocket_hooked_browser_spec.rb b/spec/beef/extensions/websocket_hooked_browser_spec.rb
index 5d4978e05..4f064f929 100644
--- a/spec/beef/extensions/websocket_hooked_browser_spec.rb
+++ b/spec/beef/extensions/websocket_hooked_browser_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/websocket_spec.rb b/spec/beef/extensions/websocket_spec.rb
index 8f3d71b1e..a6c44e3a5 100644
--- a/spec/beef/extensions/websocket_spec.rb
+++ b/spec/beef/extensions/websocket_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/extensions/xssrays_spec.rb b/spec/beef/extensions/xssrays_spec.rb
index e0ae9eaf4..bef92fe15 100644
--- a/spec/beef/extensions/xssrays_spec.rb
+++ b/spec/beef/extensions/xssrays_spec.rb
@@ -1,6 +1,6 @@
 
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/beef/modules/debug/test_beef_debugs_spec.rb b/spec/beef/modules/debug/test_beef_debugs_spec.rb
index 6a178078f..c283bd2ab 100644
--- a/spec/beef/modules/debug/test_beef_debugs_spec.rb
+++ b/spec/beef/modules/debug/test_beef_debugs_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/features/all_modules_spec.rb b/spec/features/all_modules_spec.rb
index 8112d46c9..888b52b41 100644
--- a/spec/features/all_modules_spec.rb
+++ b/spec/features/all_modules_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/features/debug_modules_spec.rb b/spec/features/debug_modules_spec.rb
index e3eae3e0e..221cdc01e 100644
--- a/spec/features/debug_modules_spec.rb
+++ b/spec/features/debug_modules_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/requests/beef_test_spec.rb b/spec/requests/beef_test_spec.rb
index 9ab0bdaf3..de85e25a7 100644
--- a/spec/requests/beef_test_spec.rb
+++ b/spec/requests/beef_test_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/requests/login_spec.rb b/spec/requests/login_spec.rb
index 22be46cd4..432dbc9df 100644
--- a/spec/requests/login_spec.rb
+++ b/spec/requests/login_spec.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index b9a260367..8bdc9b7d7 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/support/assets/config_new.yaml b/spec/support/assets/config_new.yaml
index e8739112a..8b80cf82f 100644
--- a/spec/support/assets/config_new.yaml
+++ b/spec/support/assets/config_new.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/support/assets/config_old.yaml b/spec/support/assets/config_old.yaml
index 0e2b78f66..3ac3a8225 100644
--- a/spec/support/assets/config_old.yaml
+++ b/spec/support/assets/config_old.yaml
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/support/beef_test.rb b/spec/support/beef_test.rb
index f54033704..17b45c8f6 100644
--- a/spec/support/beef_test.rb
+++ b/spec/support/beef_test.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/support/constants.rb b/spec/support/constants.rb
index d4bfa5464..ae1732f03 100644
--- a/spec/support/constants.rb
+++ b/spec/support/constants.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/support/simple_rest_client.rb b/spec/support/simple_rest_client.rb
index 0abdb41dc..337545afe 100644
--- a/spec/support/simple_rest_client.rb
+++ b/spec/support/simple_rest_client.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/spec/support/ui_support.rb b/spec/support/ui_support.rb
index e350d9bfa..dc0c7fe7e 100644
--- a/spec/support/ui_support.rb
+++ b/spec/support/ui_support.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 eda7f642e..632a3c0c6 100644
--- a/test/integration/tc_debug_modules.rb
+++ b/test/integration/tc_debug_modules.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/test/integration/tc_dns_rest.rb b/test/integration/tc_dns_rest.rb
index 6ce656ca9..53e0ccbfd 100644
--- a/test/integration/tc_dns_rest.rb
+++ b/test/integration/tc_dns_rest.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 799b2b157..e6da3c2ca 100644
--- a/test/integration/tc_network_rest.rb
+++ b/test/integration/tc_network_rest.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bbeaabb2e..59e36a199 100644
--- a/test/integration/tc_proxy.rb
+++ b/test/integration/tc_proxy.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
diff --git a/test/integration/tc_social_engineering_rest.rb b/test/integration/tc_social_engineering_rest.rb
index 9bf75ea93..19f0dae2f 100644
--- a/test/integration/tc_social_engineering_rest.rb
+++ b/test/integration/tc_social_engineering_rest.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 1c5f9bac0..0af6c0c96 100644
--- a/test/integration/tc_webrtc_rest.rb
+++ b/test/integration/tc_webrtc_rest.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 bc415b46b..2b037b217 100644
--- a/test/integration/ts_integration.rb
+++ b/test/integration/ts_integration.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 0bd2bd029..7a7ed43ad 100644
--- a/test/thirdparty/msf/unit/tc_metasploit.rb
+++ b/test/thirdparty/msf/unit/tc_metasploit.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 52f4d2db8..191b7bb72 100644
--- a/test/thirdparty/msf/unit/ts_metasploit.rb
+++ b/test/thirdparty/msf/unit/ts_metasploit.rb
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://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 9481226ac..97b97f847 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-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
@@ -34,7 +34,7 @@ class ModuleFile
     end
     return <<-EOF
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #
@@ -67,7 +67,7 @@ class CommandFile
     end
     return <<-EOF
 //
-// Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+// Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 // Browser Exploitation Framework (BeEF) - https://beefproject.com
 // See the file 'doc/COPYING' for copying permission
 //
diff --git a/tools/maintenance/copyright_update.log b/tools/maintenance/copyright_update.log
new file mode 100644
index 000000000..f67547d5b
--- /dev/null
+++ b/tools/maintenance/copyright_update.log
@@ -0,0 +1,2917 @@
+I, [2025-12-26T18:48:11.898551 #8214]  INFO -- : Processing file: ../../INSTALL.txt
+I, [2025-12-26T18:48:11.898876 #8214]  INFO -- : Updated copyright in ../../INSTALL.txt
+I, [2025-12-26T18:48:11.898981 #8214]  INFO -- : Processing file: ../../README.md
+I, [2025-12-26T18:48:11.899181 #8214]  INFO -- : Updated copyright in ../../README.md
+I, [2025-12-26T18:48:11.899246 #8214]  INFO -- : Processing file: ../../config.yaml
+I, [2025-12-26T18:48:11.899445 #8214]  INFO -- : Updated copyright in ../../config.yaml
+I, [2025-12-26T18:48:11.899518 #8214]  INFO -- : Processing file: ../../core/api/extension.rb
+I, [2025-12-26T18:48:11.899781 #8214]  INFO -- : Updated copyright in ../../core/api/extension.rb
+I, [2025-12-26T18:48:11.899808 #8214]  INFO -- : Processing file: ../../core/api/extensions.rb
+I, [2025-12-26T18:48:11.899932 #8214]  INFO -- : Updated copyright in ../../core/api/extensions.rb
+I, [2025-12-26T18:48:11.899995 #8214]  INFO -- : Processing file: ../../core/api/main/configuration.rb
+I, [2025-12-26T18:48:11.900126 #8214]  INFO -- : Updated copyright in ../../core/api/main/configuration.rb
+I, [2025-12-26T18:48:11.900156 #8214]  INFO -- : Processing file: ../../core/api/main/migration.rb
+I, [2025-12-26T18:48:11.900310 #8214]  INFO -- : Updated copyright in ../../core/api/main/migration.rb
+I, [2025-12-26T18:48:11.900339 #8214]  INFO -- : Processing file: ../../core/api/main/network_stack/assethandler.rb
+I, [2025-12-26T18:48:11.900552 #8214]  INFO -- : Updated copyright in ../../core/api/main/network_stack/assethandler.rb
+I, [2025-12-26T18:48:11.900615 #8214]  INFO -- : Processing file: ../../core/api/main/server/hook.rb
+I, [2025-12-26T18:48:11.900757 #8214]  INFO -- : Updated copyright in ../../core/api/main/server/hook.rb
+I, [2025-12-26T18:48:11.900830 #8214]  INFO -- : Processing file: ../../core/api/main/server.rb
+I, [2025-12-26T18:48:11.901062 #8214]  INFO -- : Updated copyright in ../../core/api/main/server.rb
+I, [2025-12-26T18:48:11.901082 #8214]  INFO -- : Processing file: ../../core/api/module.rb
+I, [2025-12-26T18:48:11.901213 #8214]  INFO -- : Updated copyright in ../../core/api/module.rb
+I, [2025-12-26T18:48:11.901231 #8214]  INFO -- : Processing file: ../../core/api/modules.rb
+I, [2025-12-26T18:48:11.901354 #8214]  INFO -- : Updated copyright in ../../core/api/modules.rb
+I, [2025-12-26T18:48:11.901373 #8214]  INFO -- : Processing file: ../../core/api.rb
+I, [2025-12-26T18:48:11.901572 #8214]  INFO -- : Updated copyright in ../../core/api.rb
+I, [2025-12-26T18:48:11.901591 #8214]  INFO -- : Processing file: ../../core/bootstrap.rb
+I, [2025-12-26T18:48:11.901732 #8214]  INFO -- : Updated copyright in ../../core/bootstrap.rb
+I, [2025-12-26T18:48:11.901757 #8214]  INFO -- : Processing file: ../../core/core.rb
+I, [2025-12-26T18:48:11.901900 #8214]  INFO -- : Updated copyright in ../../core/core.rb
+I, [2025-12-26T18:48:11.901944 #8214]  INFO -- : Processing file: ../../core/extension.rb
+I, [2025-12-26T18:48:11.902202 #8214]  INFO -- : Updated copyright in ../../core/extension.rb
+I, [2025-12-26T18:48:11.902231 #8214]  INFO -- : Processing file: ../../core/extensions.rb
+I, [2025-12-26T18:48:11.902452 #8214]  INFO -- : Updated copyright in ../../core/extensions.rb
+I, [2025-12-26T18:48:11.902475 #8214]  INFO -- : Processing file: ../../core/filters/base.rb
+I, [2025-12-26T18:48:11.902882 #8214]  INFO -- : Updated copyright in ../../core/filters/base.rb
+I, [2025-12-26T18:48:11.902932 #8214]  INFO -- : Processing file: ../../core/filters/browser.rb
+I, [2025-12-26T18:48:11.903135 #8214]  INFO -- : Updated copyright in ../../core/filters/browser.rb
+I, [2025-12-26T18:48:11.903165 #8214]  INFO -- : Processing file: ../../core/filters/command.rb
+I, [2025-12-26T18:48:11.903357 #8214]  INFO -- : Updated copyright in ../../core/filters/command.rb
+I, [2025-12-26T18:48:11.903419 #8214]  INFO -- : Processing file: ../../core/filters/http.rb
+I, [2025-12-26T18:48:11.903785 #8214]  INFO -- : Updated copyright in ../../core/filters/http.rb
+I, [2025-12-26T18:48:11.903871 #8214]  INFO -- : Processing file: ../../core/filters/page.rb
+I, [2025-12-26T18:48:11.904110 #8214]  INFO -- : Updated copyright in ../../core/filters/page.rb
+I, [2025-12-26T18:48:11.904142 #8214]  INFO -- : Processing file: ../../core/filters.rb
+I, [2025-12-26T18:48:11.904449 #8214]  INFO -- : Updated copyright in ../../core/filters.rb
+I, [2025-12-26T18:48:11.904590 #8214]  INFO -- : Processing file: ../../core/hbmanager.rb
+I, [2025-12-26T18:48:11.904806 #8214]  INFO -- : Updated copyright in ../../core/hbmanager.rb
+I, [2025-12-26T18:48:11.904903 #8214]  INFO -- : Processing file: ../../core/loader.rb
+I, [2025-12-26T18:48:11.905244 #8214]  INFO -- : Updated copyright in ../../core/loader.rb
+I, [2025-12-26T18:48:11.905284 #8214]  INFO -- : Processing file: ../../core/logger.rb
+I, [2025-12-26T18:48:11.905450 #8214]  INFO -- : Updated copyright in ../../core/logger.rb
+I, [2025-12-26T18:48:11.905582 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/001_create_command_modules.rb
+W, [2025-12-26T18:48:11.905703 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/001_create_command_modules.rb
+I, [2025-12-26T18:48:11.905738 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/002_create_hooked_browsers.rb
+W, [2025-12-26T18:48:11.905784 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/002_create_hooked_browsers.rb
+I, [2025-12-26T18:48:11.905810 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/003_create_logs.rb
+W, [2025-12-26T18:48:11.905851 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/003_create_logs.rb
+I, [2025-12-26T18:48:11.905877 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/004_create_commands.rb
+W, [2025-12-26T18:48:11.905917 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/004_create_commands.rb
+I, [2025-12-26T18:48:11.905941 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/005_create_results.rb
+W, [2025-12-26T18:48:11.905980 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/005_create_results.rb
+I, [2025-12-26T18:48:11.906005 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/006_create_option_caches.rb
+W, [2025-12-26T18:48:11.906044 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/006_create_option_caches.rb
+I, [2025-12-26T18:48:11.906070 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/007_create_browser_details.rb
+W, [2025-12-26T18:48:11.906110 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/007_create_browser_details.rb
+I, [2025-12-26T18:48:11.906136 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/008_create_executions.rb
+W, [2025-12-26T18:48:11.906175 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/008_create_executions.rb
+I, [2025-12-26T18:48:11.906200 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/009_create_rules.rb
+W, [2025-12-26T18:48:11.906239 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/009_create_rules.rb
+I, [2025-12-26T18:48:11.906264 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/010_create_interceptor.rb
+W, [2025-12-26T18:48:11.906303 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/010_create_interceptor.rb
+I, [2025-12-26T18:48:11.906328 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/011_create_web_cloner.rb
+W, [2025-12-26T18:48:11.906371 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/011_create_web_cloner.rb
+I, [2025-12-26T18:48:11.906397 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/013_create_network_host.rb
+W, [2025-12-26T18:48:11.906438 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/013_create_network_host.rb
+I, [2025-12-26T18:48:11.906463 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/014_create_network_service.rb
+W, [2025-12-26T18:48:11.906556 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/014_create_network_service.rb
+I, [2025-12-26T18:48:11.906636 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/015_create_http.rb
+W, [2025-12-26T18:48:11.906682 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/015_create_http.rb
+I, [2025-12-26T18:48:11.906707 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/016_create_rtc_status.rb
+W, [2025-12-26T18:48:11.906746 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/016_create_rtc_status.rb
+I, [2025-12-26T18:48:11.906771 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/017_create_rtc_manage.rb
+W, [2025-12-26T18:48:11.906817 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/017_create_rtc_manage.rb
+I, [2025-12-26T18:48:11.906918 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/018_create_rtc_signal.rb
+W, [2025-12-26T18:48:11.906982 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/018_create_rtc_signal.rb
+I, [2025-12-26T18:48:11.907018 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/019_create_rtc_module_status.rb
+W, [2025-12-26T18:48:11.907074 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/019_create_rtc_module_status.rb
+I, [2025-12-26T18:48:11.907108 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/020_create_xssrays_detail.rb
+W, [2025-12-26T18:48:11.907155 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/020_create_xssrays_detail.rb
+I, [2025-12-26T18:48:11.907183 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/021_create_dns_rule.rb
+W, [2025-12-26T18:48:11.907222 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/021_create_dns_rule.rb
+I, [2025-12-26T18:48:11.907247 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/024_create_autoloader.rb
+W, [2025-12-26T18:48:11.907286 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/024_create_autoloader.rb
+I, [2025-12-26T18:48:11.907311 #8214]  INFO -- : Processing file: ../../core/main/ar-migrations/025_create_xssrays_scan.rb
+W, [2025-12-26T18:48:11.907350 #8214]  WARN -- : Copyright pattern not found in ../../core/main/ar-migrations/025_create_xssrays_scan.rb
+I, [2025-12-26T18:48:11.907375 #8214]  INFO -- : Processing file: ../../core/main/autorun_engine/engine.rb
+I, [2025-12-26T18:48:11.907824 #8214]  INFO -- : Updated copyright in ../../core/main/autorun_engine/engine.rb
+I, [2025-12-26T18:48:11.907860 #8214]  INFO -- : Processing file: ../../core/main/autorun_engine/parser.rb
+I, [2025-12-26T18:48:11.908039 #8214]  INFO -- : Updated copyright in ../../core/main/autorun_engine/parser.rb
+I, [2025-12-26T18:48:11.908093 #8214]  INFO -- : Processing file: ../../core/main/autorun_engine/rule_loader.rb
+I, [2025-12-26T18:48:11.908339 #8214]  INFO -- : Updated copyright in ../../core/main/autorun_engine/rule_loader.rb
+I, [2025-12-26T18:48:11.908370 #8214]  INFO -- : Processing file: ../../core/main/client/are.js
+I, [2025-12-26T18:48:11.908618 #8214]  INFO -- : Updated copyright in ../../core/main/client/are.js
+I, [2025-12-26T18:48:11.908648 #8214]  INFO -- : Processing file: ../../core/main/client/beef.js
+I, [2025-12-26T18:48:11.908865 #8214]  INFO -- : Updated copyright in ../../core/main/client/beef.js
+I, [2025-12-26T18:48:11.908948 #8214]  INFO -- : Processing file: ../../core/main/client/browser/cookie.js
+I, [2025-12-26T18:48:11.910658 #8214]  INFO -- : Updated copyright in ../../core/main/client/browser/cookie.js
+I, [2025-12-26T18:48:11.910854 #8214]  INFO -- : Processing file: ../../core/main/client/browser/popup.js
+I, [2025-12-26T18:48:11.911874 #8214]  INFO -- : Updated copyright in ../../core/main/client/browser/popup.js
+I, [2025-12-26T18:48:11.912022 #8214]  INFO -- : Processing file: ../../core/main/client/browser.js
+I, [2025-12-26T18:48:11.914123 #8214]  INFO -- : Updated copyright in ../../core/main/client/browser.js
+I, [2025-12-26T18:48:11.914394 #8214]  INFO -- : Processing file: ../../core/main/client/dom.js
+I, [2025-12-26T18:48:11.915328 #8214]  INFO -- : Updated copyright in ../../core/main/client/dom.js
+I, [2025-12-26T18:48:11.915617 #8214]  INFO -- : Processing file: ../../core/main/client/encode/base64.js
+I, [2025-12-26T18:48:11.916745 #8214]  INFO -- : Updated copyright in ../../core/main/client/encode/base64.js
+I, [2025-12-26T18:48:11.917020 #8214]  INFO -- : Processing file: ../../core/main/client/encode/json.js
+I, [2025-12-26T18:48:11.923423 #8214]  INFO -- : Updated copyright in ../../core/main/client/encode/json.js
+I, [2025-12-26T18:48:11.923609 #8214]  INFO -- : Processing file: ../../core/main/client/geolocation.js
+I, [2025-12-26T18:48:11.923877 #8214]  INFO -- : Updated copyright in ../../core/main/client/geolocation.js
+I, [2025-12-26T18:48:11.923949 #8214]  INFO -- : Processing file: ../../core/main/client/hardware.js
+I, [2025-12-26T18:48:11.924249 #8214]  INFO -- : Updated copyright in ../../core/main/client/hardware.js
+I, [2025-12-26T18:48:11.924324 #8214]  INFO -- : Processing file: ../../core/main/client/init.js
+I, [2025-12-26T18:48:11.924647 #8214]  INFO -- : Updated copyright in ../../core/main/client/init.js
+I, [2025-12-26T18:48:11.924722 #8214]  INFO -- : Processing file: ../../core/main/client/lib/bowser-2.11.0.min.js
+W, [2025-12-26T18:48:11.925129 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/lib/bowser-2.11.0.min.js
+I, [2025-12-26T18:48:11.925159 #8214]  INFO -- : Processing file: ../../core/main/client/lib/evercookie.js
+I, [2025-12-26T18:48:11.926102 #8214]  INFO -- : Updated copyright in ../../core/main/client/lib/evercookie.js
+I, [2025-12-26T18:48:11.926220 #8214]  INFO -- : Processing file: ../../core/main/client/lib/jquery-1.12.4.min.js
+W, [2025-12-26T18:48:11.927105 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/lib/jquery-1.12.4.min.js
+I, [2025-12-26T18:48:11.927201 #8214]  INFO -- : Processing file: ../../core/main/client/lib/jquery-migrate-1.4.1.js
+W, [2025-12-26T18:48:11.927398 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/lib/jquery-migrate-1.4.1.js
+I, [2025-12-26T18:48:11.927467 #8214]  INFO -- : Processing file: ../../core/main/client/lib/jquery.blockUI.js
+W, [2025-12-26T18:48:11.927687 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/lib/jquery.blockUI.js
+I, [2025-12-26T18:48:11.927857 #8214]  INFO -- : Processing file: ../../core/main/client/lib/json2.js
+W, [2025-12-26T18:48:11.928091 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/lib/json2.js
+I, [2025-12-26T18:48:11.928257 #8214]  INFO -- : Processing file: ../../core/main/client/lib/mdetect.js
+W, [2025-12-26T18:48:11.928344 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/lib/mdetect.js
+I, [2025-12-26T18:48:11.928369 #8214]  INFO -- : Processing file: ../../core/main/client/lib/platform.js
+W, [2025-12-26T18:48:11.928672 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/lib/platform.js
+I, [2025-12-26T18:48:11.928711 #8214]  INFO -- : Processing file: ../../core/main/client/lib/webrtcadapter.js
+W, [2025-12-26T18:48:11.929080 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/lib/webrtcadapter.js
+I, [2025-12-26T18:48:11.929169 #8214]  INFO -- : Processing file: ../../core/main/client/logger.js
+I, [2025-12-26T18:48:11.929832 #8214]  INFO -- : Updated copyright in ../../core/main/client/logger.js
+I, [2025-12-26T18:48:11.929912 #8214]  INFO -- : Processing file: ../../core/main/client/mitb.js
+I, [2025-12-26T18:48:11.930401 #8214]  INFO -- : Updated copyright in ../../core/main/client/mitb.js
+I, [2025-12-26T18:48:11.930439 #8214]  INFO -- : Processing file: ../../core/main/client/net/connection.js
+I, [2025-12-26T18:48:11.930698 #8214]  INFO -- : Updated copyright in ../../core/main/client/net/connection.js
+I, [2025-12-26T18:48:11.930725 #8214]  INFO -- : Processing file: ../../core/main/client/net/cors.js
+W, [2025-12-26T18:48:11.930772 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/net/cors.js
+I, [2025-12-26T18:48:11.930837 #8214]  INFO -- : Processing file: ../../core/main/client/net/dns.js
+I, [2025-12-26T18:48:11.931002 #8214]  INFO -- : Updated copyright in ../../core/main/client/net/dns.js
+I, [2025-12-26T18:48:11.931030 #8214]  INFO -- : Processing file: ../../core/main/client/net/local.js
+I, [2025-12-26T18:48:11.931194 #8214]  INFO -- : Updated copyright in ../../core/main/client/net/local.js
+I, [2025-12-26T18:48:11.931222 #8214]  INFO -- : Processing file: ../../core/main/client/net/portscanner.js
+I, [2025-12-26T18:48:11.931395 #8214]  INFO -- : Updated copyright in ../../core/main/client/net/portscanner.js
+I, [2025-12-26T18:48:11.931423 #8214]  INFO -- : Processing file: ../../core/main/client/net/requester.js
+I, [2025-12-26T18:48:11.931700 #8214]  INFO -- : Updated copyright in ../../core/main/client/net/requester.js
+I, [2025-12-26T18:48:11.931735 #8214]  INFO -- : Processing file: ../../core/main/client/net/xssrays.js
+W, [2025-12-26T18:48:11.931857 #8214]  WARN -- : Copyright pattern not found in ../../core/main/client/net/xssrays.js
+I, [2025-12-26T18:48:11.931937 #8214]  INFO -- : Processing file: ../../core/main/client/net.js
+I, [2025-12-26T18:48:11.932150 #8214]  INFO -- : Updated copyright in ../../core/main/client/net.js
+I, [2025-12-26T18:48:11.932181 #8214]  INFO -- : Processing file: ../../core/main/client/os.js
+I, [2025-12-26T18:48:11.932365 #8214]  INFO -- : Updated copyright in ../../core/main/client/os.js
+I, [2025-12-26T18:48:11.932392 #8214]  INFO -- : Processing file: ../../core/main/client/session.js
+I, [2025-12-26T18:48:11.932839 #8214]  INFO -- : Updated copyright in ../../core/main/client/session.js
+I, [2025-12-26T18:48:11.932936 #8214]  INFO -- : Processing file: ../../core/main/client/timeout.js
+I, [2025-12-26T18:48:11.933103 #8214]  INFO -- : Updated copyright in ../../core/main/client/timeout.js
+I, [2025-12-26T18:48:11.933131 #8214]  INFO -- : Processing file: ../../core/main/client/updater.js
+I, [2025-12-26T18:48:11.933291 #8214]  INFO -- : Updated copyright in ../../core/main/client/updater.js
+I, [2025-12-26T18:48:11.933319 #8214]  INFO -- : Processing file: ../../core/main/client/webrtc.js
+I, [2025-12-26T18:48:11.933611 #8214]  INFO -- : Updated copyright in ../../core/main/client/webrtc.js
+I, [2025-12-26T18:48:11.933642 #8214]  INFO -- : Processing file: ../../core/main/client/websocket.js
+I, [2025-12-26T18:48:11.933850 #8214]  INFO -- : Updated copyright in ../../core/main/client/websocket.js
+I, [2025-12-26T18:48:11.933882 #8214]  INFO -- : Processing file: ../../core/main/command.rb
+I, [2025-12-26T18:48:11.934111 #8214]  INFO -- : Updated copyright in ../../core/main/command.rb
+I, [2025-12-26T18:48:11.934145 #8214]  INFO -- : Processing file: ../../core/main/configuration.rb
+I, [2025-12-26T18:48:11.934317 #8214]  INFO -- : Updated copyright in ../../core/main/configuration.rb
+I, [2025-12-26T18:48:11.934344 #8214]  INFO -- : Processing file: ../../core/main/console/banners.rb
+I, [2025-12-26T18:48:11.934606 #8214]  INFO -- : Updated copyright in ../../core/main/console/banners.rb
+I, [2025-12-26T18:48:11.934692 #8214]  INFO -- : Processing file: ../../core/main/console/commandline.rb
+I, [2025-12-26T18:48:11.934832 #8214]  INFO -- : Updated copyright in ../../core/main/console/commandline.rb
+I, [2025-12-26T18:48:11.934858 #8214]  INFO -- : Processing file: ../../core/main/constants/browsers.rb
+I, [2025-12-26T18:48:11.934996 #8214]  INFO -- : Updated copyright in ../../core/main/constants/browsers.rb
+I, [2025-12-26T18:48:11.935030 #8214]  INFO -- : Processing file: ../../core/main/constants/commandmodule.rb
+I, [2025-12-26T18:48:11.935174 #8214]  INFO -- : Updated copyright in ../../core/main/constants/commandmodule.rb
+I, [2025-12-26T18:48:11.935192 #8214]  INFO -- : Processing file: ../../core/main/constants/hardware.rb
+I, [2025-12-26T18:48:11.935322 #8214]  INFO -- : Updated copyright in ../../core/main/constants/hardware.rb
+I, [2025-12-26T18:48:11.935340 #8214]  INFO -- : Processing file: ../../core/main/constants/os.rb
+I, [2025-12-26T18:48:11.935477 #8214]  INFO -- : Updated copyright in ../../core/main/constants/os.rb
+I, [2025-12-26T18:48:11.935552 #8214]  INFO -- : Processing file: ../../core/main/crypto.rb
+I, [2025-12-26T18:48:11.935709 #8214]  INFO -- : Updated copyright in ../../core/main/crypto.rb
+I, [2025-12-26T18:48:11.935733 #8214]  INFO -- : Processing file: ../../core/main/geoip.rb
+I, [2025-12-26T18:48:11.935871 #8214]  INFO -- : Updated copyright in ../../core/main/geoip.rb
+I, [2025-12-26T18:48:11.935895 #8214]  INFO -- : Processing file: ../../core/main/handlers/browserdetails.rb
+I, [2025-12-26T18:48:11.936175 #8214]  INFO -- : Updated copyright in ../../core/main/handlers/browserdetails.rb
+I, [2025-12-26T18:48:11.936225 #8214]  INFO -- : Processing file: ../../core/main/handlers/commands.rb
+I, [2025-12-26T18:48:11.936360 #8214]  INFO -- : Updated copyright in ../../core/main/handlers/commands.rb
+I, [2025-12-26T18:48:11.936387 #8214]  INFO -- : Processing file: ../../core/main/handlers/hookedbrowsers.rb
+I, [2025-12-26T18:48:11.936755 #8214]  INFO -- : Updated copyright in ../../core/main/handlers/hookedbrowsers.rb
+I, [2025-12-26T18:48:11.936847 #8214]  INFO -- : Processing file: ../../core/main/handlers/modules/beefjs.rb
+I, [2025-12-26T18:48:11.937044 #8214]  INFO -- : Updated copyright in ../../core/main/handlers/modules/beefjs.rb
+I, [2025-12-26T18:48:11.937106 #8214]  INFO -- : Processing file: ../../core/main/handlers/modules/command.rb
+I, [2025-12-26T18:48:11.937255 #8214]  INFO -- : Updated copyright in ../../core/main/handlers/modules/command.rb
+I, [2025-12-26T18:48:11.937322 #8214]  INFO -- : Processing file: ../../core/main/handlers/modules/legacybeefjs.rb
+I, [2025-12-26T18:48:11.937655 #8214]  INFO -- : Updated copyright in ../../core/main/handlers/modules/legacybeefjs.rb
+I, [2025-12-26T18:48:11.937688 #8214]  INFO -- : Processing file: ../../core/main/handlers/modules/multistagebeefjs.rb
+I, [2025-12-26T18:48:11.937906 #8214]  INFO -- : Updated copyright in ../../core/main/handlers/modules/multistagebeefjs.rb
+I, [2025-12-26T18:48:11.937959 #8214]  INFO -- : Processing file: ../../core/main/logger.rb
+I, [2025-12-26T18:48:11.938108 #8214]  INFO -- : Updated copyright in ../../core/main/logger.rb
+I, [2025-12-26T18:48:11.938135 #8214]  INFO -- : Processing file: ../../core/main/migration.rb
+I, [2025-12-26T18:48:11.938344 #8214]  INFO -- : Updated copyright in ../../core/main/migration.rb
+I, [2025-12-26T18:48:11.938381 #8214]  INFO -- : Processing file: ../../core/main/model.rb
+I, [2025-12-26T18:48:11.938643 #8214]  INFO -- : Updated copyright in ../../core/main/model.rb
+I, [2025-12-26T18:48:11.938671 #8214]  INFO -- : Processing file: ../../core/main/models/browserdetails.rb
+I, [2025-12-26T18:48:11.938850 #8214]  INFO -- : Updated copyright in ../../core/main/models/browserdetails.rb
+I, [2025-12-26T18:48:11.938877 #8214]  INFO -- : Processing file: ../../core/main/models/command.rb
+I, [2025-12-26T18:48:11.939048 #8214]  INFO -- : Updated copyright in ../../core/main/models/command.rb
+I, [2025-12-26T18:48:11.939076 #8214]  INFO -- : Processing file: ../../core/main/models/commandmodule.rb
+I, [2025-12-26T18:48:11.939245 #8214]  INFO -- : Updated copyright in ../../core/main/models/commandmodule.rb
+I, [2025-12-26T18:48:11.939273 #8214]  INFO -- : Processing file: ../../core/main/models/execution.rb
+I, [2025-12-26T18:48:11.939436 #8214]  INFO -- : Updated copyright in ../../core/main/models/execution.rb
+I, [2025-12-26T18:48:11.939464 #8214]  INFO -- : Processing file: ../../core/main/models/hookedbrowser.rb
+I, [2025-12-26T18:48:11.939669 #8214]  INFO -- : Updated copyright in ../../core/main/models/hookedbrowser.rb
+I, [2025-12-26T18:48:11.939697 #8214]  INFO -- : Processing file: ../../core/main/models/legacybrowseruseragents.rb
+I, [2025-12-26T18:48:11.939849 #8214]  INFO -- : Updated copyright in ../../core/main/models/legacybrowseruseragents.rb
+I, [2025-12-26T18:48:11.939876 #8214]  INFO -- : Processing file: ../../core/main/models/log.rb
+I, [2025-12-26T18:48:11.940037 #8214]  INFO -- : Updated copyright in ../../core/main/models/log.rb
+I, [2025-12-26T18:48:11.940065 #8214]  INFO -- : Processing file: ../../core/main/models/optioncache.rb
+I, [2025-12-26T18:48:11.940239 #8214]  INFO -- : Updated copyright in ../../core/main/models/optioncache.rb
+I, [2025-12-26T18:48:11.940282 #8214]  INFO -- : Processing file: ../../core/main/models/result.rb
+I, [2025-12-26T18:48:11.940401 #8214]  INFO -- : Updated copyright in ../../core/main/models/result.rb
+I, [2025-12-26T18:48:11.940420 #8214]  INFO -- : Processing file: ../../core/main/models/rule.rb
+I, [2025-12-26T18:48:11.940596 #8214]  INFO -- : Updated copyright in ../../core/main/models/rule.rb
+I, [2025-12-26T18:48:11.940615 #8214]  INFO -- : Processing file: ../../core/main/network_stack/api.rb
+I, [2025-12-26T18:48:11.940747 #8214]  INFO -- : Updated copyright in ../../core/main/network_stack/api.rb
+I, [2025-12-26T18:48:11.940766 #8214]  INFO -- : Processing file: ../../core/main/network_stack/assethandler.rb
+I, [2025-12-26T18:48:11.940948 #8214]  INFO -- : Updated copyright in ../../core/main/network_stack/assethandler.rb
+I, [2025-12-26T18:48:11.940978 #8214]  INFO -- : Processing file: ../../core/main/network_stack/handlers/dynamicreconstruction.rb
+I, [2025-12-26T18:48:11.941163 #8214]  INFO -- : Updated copyright in ../../core/main/network_stack/handlers/dynamicreconstruction.rb
+I, [2025-12-26T18:48:11.941198 #8214]  INFO -- : Processing file: ../../core/main/network_stack/handlers/raw.rb
+I, [2025-12-26T18:48:11.941389 #8214]  INFO -- : Updated copyright in ../../core/main/network_stack/handlers/raw.rb
+I, [2025-12-26T18:48:11.941677 #8214]  INFO -- : Processing file: ../../core/main/network_stack/handlers/redirector.rb
+I, [2025-12-26T18:48:11.941861 #8214]  INFO -- : Updated copyright in ../../core/main/network_stack/handlers/redirector.rb
+I, [2025-12-26T18:48:11.941892 #8214]  INFO -- : Processing file: ../../core/main/network_stack/websocket/websocket.rb
+I, [2025-12-26T18:48:11.942108 #8214]  INFO -- : Updated copyright in ../../core/main/network_stack/websocket/websocket.rb
+I, [2025-12-26T18:48:11.942136 #8214]  INFO -- : Processing file: ../../core/main/rest/api.rb
+I, [2025-12-26T18:48:11.942353 #8214]  INFO -- : Updated copyright in ../../core/main/rest/api.rb
+I, [2025-12-26T18:48:11.942437 #8214]  INFO -- : Processing file: ../../core/main/rest/handlers/admin.rb
+I, [2025-12-26T18:48:11.942714 #8214]  INFO -- : Updated copyright in ../../core/main/rest/handlers/admin.rb
+I, [2025-12-26T18:48:11.942993 #8214]  INFO -- : Processing file: ../../core/main/rest/handlers/autorun_engine.rb
+I, [2025-12-26T18:48:11.943626 #8214]  INFO -- : Updated copyright in ../../core/main/rest/handlers/autorun_engine.rb
+I, [2025-12-26T18:48:11.943671 #8214]  INFO -- : Processing file: ../../core/main/rest/handlers/browserdetails.rb
+I, [2025-12-26T18:48:11.944026 #8214]  INFO -- : Updated copyright in ../../core/main/rest/handlers/browserdetails.rb
+I, [2025-12-26T18:48:11.944093 #8214]  INFO -- : Processing file: ../../core/main/rest/handlers/categories.rb
+I, [2025-12-26T18:48:11.944296 #8214]  INFO -- : Updated copyright in ../../core/main/rest/handlers/categories.rb
+I, [2025-12-26T18:48:11.944412 #8214]  INFO -- : Processing file: ../../core/main/rest/handlers/hookedbrowsers.rb
+I, [2025-12-26T18:48:11.944981 #8214]  INFO -- : Updated copyright in ../../core/main/rest/handlers/hookedbrowsers.rb
+I, [2025-12-26T18:48:11.945021 #8214]  INFO -- : Processing file: ../../core/main/rest/handlers/logs.rb
+I, [2025-12-26T18:48:11.945366 #8214]  INFO -- : Updated copyright in ../../core/main/rest/handlers/logs.rb
+I, [2025-12-26T18:48:11.945427 #8214]  INFO -- : Processing file: ../../core/main/rest/handlers/modules.rb
+I, [2025-12-26T18:48:11.946007 #8214]  INFO -- : Updated copyright in ../../core/main/rest/handlers/modules.rb
+I, [2025-12-26T18:48:11.946065 #8214]  INFO -- : Processing file: ../../core/main/rest/handlers/server.rb
+I, [2025-12-26T18:48:11.946475 #8214]  INFO -- : Updated copyright in ../../core/main/rest/handlers/server.rb
+I, [2025-12-26T18:48:11.946717 #8214]  INFO -- : Processing file: ../../core/main/router/api.rb
+I, [2025-12-26T18:48:11.947224 #8214]  INFO -- : Updated copyright in ../../core/main/router/api.rb
+I, [2025-12-26T18:48:11.947258 #8214]  INFO -- : Processing file: ../../core/main/router/router.rb
+I, [2025-12-26T18:48:11.950183 #8214]  INFO -- : Updated copyright in ../../core/main/router/router.rb
+I, [2025-12-26T18:48:11.950217 #8214]  INFO -- : Processing file: ../../core/main/server.rb
+I, [2025-12-26T18:48:11.950444 #8214]  INFO -- : Updated copyright in ../../core/main/server.rb
+I, [2025-12-26T18:48:11.950591 #8214]  INFO -- : Processing file: ../../core/module.rb
+I, [2025-12-26T18:48:11.950829 #8214]  INFO -- : Updated copyright in ../../core/module.rb
+I, [2025-12-26T18:48:11.950884 #8214]  INFO -- : Processing file: ../../core/modules.rb
+I, [2025-12-26T18:48:11.951038 #8214]  INFO -- : Updated copyright in ../../core/modules.rb
+I, [2025-12-26T18:48:11.951065 #8214]  INFO -- : Processing file: ../../core/ruby/hash.rb
+I, [2025-12-26T18:48:11.951269 #8214]  INFO -- : Updated copyright in ../../core/ruby/hash.rb
+I, [2025-12-26T18:48:11.951375 #8214]  INFO -- : Processing file: ../../core/ruby/module.rb
+I, [2025-12-26T18:48:11.951609 #8214]  INFO -- : Updated copyright in ../../core/ruby/module.rb
+I, [2025-12-26T18:48:11.951639 #8214]  INFO -- : Processing file: ../../core/ruby/print.rb
+I, [2025-12-26T18:48:11.951845 #8214]  INFO -- : Updated copyright in ../../core/ruby/print.rb
+I, [2025-12-26T18:48:11.951914 #8214]  INFO -- : Processing file: ../../core/ruby/security.rb
+I, [2025-12-26T18:48:11.952153 #8214]  INFO -- : Updated copyright in ../../core/ruby/security.rb
+I, [2025-12-26T18:48:11.952217 #8214]  INFO -- : Processing file: ../../core/ruby/string.rb
+I, [2025-12-26T18:48:11.952648 #8214]  INFO -- : Updated copyright in ../../core/ruby/string.rb
+I, [2025-12-26T18:48:11.952728 #8214]  INFO -- : Processing file: ../../core/ruby.rb
+I, [2025-12-26T18:48:11.953342 #8214]  INFO -- : Updated copyright in ../../core/ruby.rb
+I, [2025-12-26T18:48:11.953609 #8214]  INFO -- : Processing file: ../../core/settings.rb
+I, [2025-12-26T18:48:11.954311 #8214]  INFO -- : Updated copyright in ../../core/settings.rb
+I, [2025-12-26T18:48:11.954438 #8214]  INFO -- : Processing file: ../../docs/BeefJS.html
+W, [2025-12-26T18:48:11.954715 #8214]  WARN -- : Copyright pattern not found in ../../docs/BeefJS.html
+I, [2025-12-26T18:48:11.954821 #8214]  INFO -- : Processing file: ../../docs/are.js.html
+I, [2025-12-26T18:48:11.955285 #8214]  INFO -- : Updated copyright in ../../docs/are.js.html
+I, [2025-12-26T18:48:11.955442 #8214]  INFO -- : Processing file: ../../docs/beef.are.html
+W, [2025-12-26T18:48:11.955605 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.are.html
+I, [2025-12-26T18:48:11.955678 #8214]  INFO -- : Processing file: ../../docs/beef.browser.cookie.html
+W, [2025-12-26T18:48:11.955777 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.browser.cookie.html
+I, [2025-12-26T18:48:11.955837 #8214]  INFO -- : Processing file: ../../docs/beef.browser.html
+W, [2025-12-26T18:48:11.957118 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.browser.html
+I, [2025-12-26T18:48:11.957466 #8214]  INFO -- : Processing file: ../../docs/beef.browser.popup.html
+W, [2025-12-26T18:48:11.957911 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.browser.popup.html
+I, [2025-12-26T18:48:11.958036 #8214]  INFO -- : Processing file: ../../docs/beef.dom.html
+W, [2025-12-26T18:48:11.958269 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.dom.html
+I, [2025-12-26T18:48:11.958562 #8214]  INFO -- : Processing file: ../../docs/beef.encode.base64.html
+W, [2025-12-26T18:48:11.958735 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.encode.base64.html
+I, [2025-12-26T18:48:11.958806 #8214]  INFO -- : Processing file: ../../docs/beef.encode.json.html
+W, [2025-12-26T18:48:11.958948 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.encode.json.html
+I, [2025-12-26T18:48:11.958979 #8214]  INFO -- : Processing file: ../../docs/beef.geolocation.html
+W, [2025-12-26T18:48:11.959069 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.geolocation.html
+I, [2025-12-26T18:48:11.959262 #8214]  INFO -- : Processing file: ../../docs/beef.hardware.html
+W, [2025-12-26T18:48:11.959430 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.hardware.html
+I, [2025-12-26T18:48:11.959592 #8214]  INFO -- : Processing file: ../../docs/beef.init.html
+W, [2025-12-26T18:48:11.960038 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.init.html
+I, [2025-12-26T18:48:11.960082 #8214]  INFO -- : Processing file: ../../docs/beef.js.html
+I, [2025-12-26T18:48:11.960568 #8214]  INFO -- : Updated copyright in ../../docs/beef.js.html
+I, [2025-12-26T18:48:11.960685 #8214]  INFO -- : Processing file: ../../docs/beef.logger.html
+W, [2025-12-26T18:48:11.960783 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.logger.html
+I, [2025-12-26T18:48:11.960959 #8214]  INFO -- : Processing file: ../../docs/beef.mitb.html
+W, [2025-12-26T18:48:11.961077 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.mitb.html
+I, [2025-12-26T18:48:11.961139 #8214]  INFO -- : Processing file: ../../docs/beef.net.connection.html
+W, [2025-12-26T18:48:11.961236 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.net.connection.html
+I, [2025-12-26T18:48:11.961304 #8214]  INFO -- : Processing file: ../../docs/beef.net.cors.html
+W, [2025-12-26T18:48:11.961395 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.net.cors.html
+I, [2025-12-26T18:48:11.961442 #8214]  INFO -- : Processing file: ../../docs/beef.net.dns.html
+W, [2025-12-26T18:48:11.961676 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.net.dns.html
+I, [2025-12-26T18:48:11.961724 #8214]  INFO -- : Processing file: ../../docs/beef.net.html
+W, [2025-12-26T18:48:11.961860 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.net.html
+I, [2025-12-26T18:48:11.961930 #8214]  INFO -- : Processing file: ../../docs/beef.net.local.html
+W, [2025-12-26T18:48:11.962167 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.net.local.html
+I, [2025-12-26T18:48:11.962229 #8214]  INFO -- : Processing file: ../../docs/beef.net.portscanner.html
+W, [2025-12-26T18:48:11.962358 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.net.portscanner.html
+I, [2025-12-26T18:48:11.962394 #8214]  INFO -- : Processing file: ../../docs/beef.net.requester.html
+W, [2025-12-26T18:48:11.962571 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.net.requester.html
+I, [2025-12-26T18:48:11.962658 #8214]  INFO -- : Processing file: ../../docs/beef.net.xssrays.html
+W, [2025-12-26T18:48:11.962812 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.net.xssrays.html
+I, [2025-12-26T18:48:11.962863 #8214]  INFO -- : Processing file: ../../docs/beef.os.html
+W, [2025-12-26T18:48:11.963023 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.os.html
+I, [2025-12-26T18:48:11.963083 #8214]  INFO -- : Processing file: ../../docs/beef.session.html
+W, [2025-12-26T18:48:11.963312 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.session.html
+I, [2025-12-26T18:48:11.963339 #8214]  INFO -- : Processing file: ../../docs/beef.timeout.html
+W, [2025-12-26T18:48:11.963388 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.timeout.html
+I, [2025-12-26T18:48:11.963412 #8214]  INFO -- : Processing file: ../../docs/beef.updater.html
+W, [2025-12-26T18:48:11.963462 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.updater.html
+I, [2025-12-26T18:48:11.963583 #8214]  INFO -- : Processing file: ../../docs/beef.webrtc.html
+W, [2025-12-26T18:48:11.963704 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.webrtc.html
+I, [2025-12-26T18:48:11.963762 #8214]  INFO -- : Processing file: ../../docs/beef.websocket.html
+W, [2025-12-26T18:48:11.963865 #8214]  WARN -- : Copyright pattern not found in ../../docs/beef.websocket.html
+I, [2025-12-26T18:48:11.963908 #8214]  INFO -- : Processing file: ../../docs/browser.js.html
+I, [2025-12-26T18:48:11.965569 #8214]  INFO -- : Updated copyright in ../../docs/browser.js.html
+I, [2025-12-26T18:48:11.965676 #8214]  INFO -- : Processing file: ../../docs/browser_cookie.js.html
+I, [2025-12-26T18:48:11.966210 #8214]  INFO -- : Updated copyright in ../../docs/browser_cookie.js.html
+I, [2025-12-26T18:48:11.966266 #8214]  INFO -- : Processing file: ../../docs/browser_jools.html
+W, [2025-12-26T18:48:11.966369 #8214]  WARN -- : Copyright pattern not found in ../../docs/browser_jools.html
+I, [2025-12-26T18:48:11.966400 #8214]  INFO -- : Processing file: ../../docs/browser_popup.js.html
+I, [2025-12-26T18:48:11.966653 #8214]  INFO -- : Updated copyright in ../../docs/browser_popup.js.html
+I, [2025-12-26T18:48:11.966681 #8214]  INFO -- : Processing file: ../../docs/dom.js.html
+I, [2025-12-26T18:48:11.966943 #8214]  INFO -- : Updated copyright in ../../docs/dom.js.html
+I, [2025-12-26T18:48:11.966997 #8214]  INFO -- : Processing file: ../../docs/encode_base64.js.html
+I, [2025-12-26T18:48:11.967411 #8214]  INFO -- : Updated copyright in ../../docs/encode_base64.js.html
+I, [2025-12-26T18:48:11.967446 #8214]  INFO -- : Processing file: ../../docs/encode_json.js.html
+I, [2025-12-26T18:48:11.967790 #8214]  INFO -- : Updated copyright in ../../docs/encode_json.js.html
+I, [2025-12-26T18:48:11.967984 #8214]  INFO -- : Processing file: ../../docs/geolocation.js.html
+I, [2025-12-26T18:48:11.968236 #8214]  INFO -- : Updated copyright in ../../docs/geolocation.js.html
+I, [2025-12-26T18:48:11.968331 #8214]  INFO -- : Processing file: ../../docs/global.html
+W, [2025-12-26T18:48:11.968430 #8214]  WARN -- : Copyright pattern not found in ../../docs/global.html
+I, [2025-12-26T18:48:11.968521 #8214]  INFO -- : Processing file: ../../docs/hardware.js.html
+I, [2025-12-26T18:48:11.968778 #8214]  INFO -- : Updated copyright in ../../docs/hardware.js.html
+I, [2025-12-26T18:48:11.968826 #8214]  INFO -- : Processing file: ../../docs/index.html
+I, [2025-12-26T18:48:11.969040 #8214]  INFO -- : Updated copyright in ../../docs/index.html
+I, [2025-12-26T18:48:11.969082 #8214]  INFO -- : Processing file: ../../docs/init.js.html
+I, [2025-12-26T18:48:11.969373 #8214]  INFO -- : Updated copyright in ../../docs/init.js.html
+I, [2025-12-26T18:48:11.969595 #8214]  INFO -- : Processing file: ../../docs/lib_browser_jools.js.html
+W, [2025-12-26T18:48:11.969722 #8214]  WARN -- : Copyright pattern not found in ../../docs/lib_browser_jools.js.html
+I, [2025-12-26T18:48:11.969749 #8214]  INFO -- : Processing file: ../../docs/lib_deployJava.js.html
+W, [2025-12-26T18:48:11.969848 #8214]  WARN -- : Copyright pattern not found in ../../docs/lib_deployJava.js.html
+I, [2025-12-26T18:48:11.969873 #8214]  INFO -- : Processing file: ../../docs/lib_platform.js.html
+W, [2025-12-26T18:48:11.969966 #8214]  WARN -- : Copyright pattern not found in ../../docs/lib_platform.js.html
+I, [2025-12-26T18:48:11.969991 #8214]  INFO -- : Processing file: ../../docs/logger.js.html
+I, [2025-12-26T18:48:11.970224 #8214]  INFO -- : Updated copyright in ../../docs/logger.js.html
+I, [2025-12-26T18:48:11.970281 #8214]  INFO -- : Processing file: ../../docs/mitb.js.html
+I, [2025-12-26T18:48:11.970571 #8214]  INFO -- : Updated copyright in ../../docs/mitb.js.html
+I, [2025-12-26T18:48:11.970604 #8214]  INFO -- : Processing file: ../../docs/net.js.html
+I, [2025-12-26T18:48:11.970854 #8214]  INFO -- : Updated copyright in ../../docs/net.js.html
+I, [2025-12-26T18:48:11.970940 #8214]  INFO -- : Processing file: ../../docs/net_connection.js.html
+I, [2025-12-26T18:48:11.971101 #8214]  INFO -- : Updated copyright in ../../docs/net_connection.js.html
+I, [2025-12-26T18:48:11.971128 #8214]  INFO -- : Processing file: ../../docs/net_cors.js.html
+W, [2025-12-26T18:48:11.971211 #8214]  WARN -- : Copyright pattern not found in ../../docs/net_cors.js.html
+I, [2025-12-26T18:48:11.971259 #8214]  INFO -- : Processing file: ../../docs/net_dns.js.html
+I, [2025-12-26T18:48:11.971483 #8214]  INFO -- : Updated copyright in ../../docs/net_dns.js.html
+I, [2025-12-26T18:48:11.971599 #8214]  INFO -- : Processing file: ../../docs/net_local.js.html
+I, [2025-12-26T18:48:11.971804 #8214]  INFO -- : Updated copyright in ../../docs/net_local.js.html
+I, [2025-12-26T18:48:11.971847 #8214]  INFO -- : Processing file: ../../docs/net_portscanner.js.html
+I, [2025-12-26T18:48:11.972036 #8214]  INFO -- : Updated copyright in ../../docs/net_portscanner.js.html
+I, [2025-12-26T18:48:11.972106 #8214]  INFO -- : Processing file: ../../docs/net_requester.js.html
+I, [2025-12-26T18:48:11.972292 #8214]  INFO -- : Updated copyright in ../../docs/net_requester.js.html
+I, [2025-12-26T18:48:11.972332 #8214]  INFO -- : Processing file: ../../docs/net_xssrays.js.html
+W, [2025-12-26T18:48:11.972453 #8214]  WARN -- : Copyright pattern not found in ../../docs/net_xssrays.js.html
+I, [2025-12-26T18:48:11.972480 #8214]  INFO -- : Processing file: ../../docs/os.js.html
+I, [2025-12-26T18:48:11.972765 #8214]  INFO -- : Updated copyright in ../../docs/os.js.html
+I, [2025-12-26T18:48:11.972800 #8214]  INFO -- : Processing file: ../../docs/platform.html
+W, [2025-12-26T18:48:11.972868 #8214]  WARN -- : Copyright pattern not found in ../../docs/platform.html
+I, [2025-12-26T18:48:11.972896 #8214]  INFO -- : Processing file: ../../docs/scripts/linenumber.js
+W, [2025-12-26T18:48:11.972995 #8214]  WARN -- : Copyright pattern not found in ../../docs/scripts/linenumber.js
+I, [2025-12-26T18:48:11.973047 #8214]  INFO -- : Processing file: ../../docs/scripts/prettify/Apache-License-2.0.txt
+W, [2025-12-26T18:48:11.973115 #8214]  WARN -- : Copyright pattern not found in ../../docs/scripts/prettify/Apache-License-2.0.txt
+I, [2025-12-26T18:48:11.973141 #8214]  INFO -- : Processing file: ../../docs/scripts/prettify/lang-css.js
+W, [2025-12-26T18:48:11.973266 #8214]  WARN -- : Copyright pattern not found in ../../docs/scripts/prettify/lang-css.js
+I, [2025-12-26T18:48:11.973293 #8214]  INFO -- : Processing file: ../../docs/scripts/prettify/prettify.js
+W, [2025-12-26T18:48:11.973353 #8214]  WARN -- : Copyright pattern not found in ../../docs/scripts/prettify/prettify.js
+I, [2025-12-26T18:48:11.973378 #8214]  INFO -- : Processing file: ../../docs/session.js.html
+I, [2025-12-26T18:48:11.973653 #8214]  INFO -- : Updated copyright in ../../docs/session.js.html
+I, [2025-12-26T18:48:11.973737 #8214]  INFO -- : Processing file: ../../docs/styles/jsdoc-default.css
+W, [2025-12-26T18:48:11.973808 #8214]  WARN -- : Copyright pattern not found in ../../docs/styles/jsdoc-default.css
+I, [2025-12-26T18:48:11.973833 #8214]  INFO -- : Processing file: ../../docs/styles/prettify-jsdoc.css
+W, [2025-12-26T18:48:11.973899 #8214]  WARN -- : Copyright pattern not found in ../../docs/styles/prettify-jsdoc.css
+I, [2025-12-26T18:48:11.973931 #8214]  INFO -- : Processing file: ../../docs/styles/prettify-tomorrow.css
+W, [2025-12-26T18:48:11.974022 #8214]  WARN -- : Copyright pattern not found in ../../docs/styles/prettify-tomorrow.css
+I, [2025-12-26T18:48:11.974051 #8214]  INFO -- : Processing file: ../../docs/timeout.js.html
+I, [2025-12-26T18:48:11.974220 #8214]  INFO -- : Updated copyright in ../../docs/timeout.js.html
+I, [2025-12-26T18:48:11.974248 #8214]  INFO -- : Processing file: ../../docs/updater.js.html
+I, [2025-12-26T18:48:11.974421 #8214]  INFO -- : Updated copyright in ../../docs/updater.js.html
+I, [2025-12-26T18:48:11.974453 #8214]  INFO -- : Processing file: ../../docs/webrtc.js.html
+I, [2025-12-26T18:48:11.974872 #8214]  INFO -- : Updated copyright in ../../docs/webrtc.js.html
+I, [2025-12-26T18:48:11.974902 #8214]  INFO -- : Processing file: ../../docs/websocket.js.html
+I, [2025-12-26T18:48:11.975175 #8214]  INFO -- : Updated copyright in ../../docs/websocket.js.html
+I, [2025-12-26T18:48:11.975204 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/api/handler.rb
+I, [2025-12-26T18:48:11.975407 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/api/handler.rb
+I, [2025-12-26T18:48:11.975436 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/classes/httpcontroller.rb
+I, [2025-12-26T18:48:11.975681 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/classes/httpcontroller.rb
+I, [2025-12-26T18:48:11.975710 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/classes/session.rb
+I, [2025-12-26T18:48:11.975920 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/classes/session.rb
+I, [2025-12-26T18:48:11.976002 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/config.yaml
+I, [2025-12-26T18:48:11.976365 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/config.yaml
+I, [2025-12-26T18:48:11.976431 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/constants/icons.rb
+I, [2025-12-26T18:48:11.976712 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/constants/icons.rb
+I, [2025-12-26T18:48:11.976767 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/controllers/authentication/authentication.rb
+I, [2025-12-26T18:48:11.977143 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/controllers/authentication/authentication.rb
+I, [2025-12-26T18:48:11.977217 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/controllers/authentication/index.html
+I, [2025-12-26T18:48:11.977376 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/controllers/authentication/index.html
+I, [2025-12-26T18:48:11.977437 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/controllers/modules/modules.rb
+I, [2025-12-26T18:48:11.977772 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/controllers/modules/modules.rb
+I, [2025-12-26T18:48:11.977805 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/controllers/panel/index.html
+I, [2025-12-26T18:48:11.977988 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/controllers/panel/index.html
+I, [2025-12-26T18:48:11.978017 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/controllers/panel/panel.rb
+I, [2025-12-26T18:48:11.978275 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/controllers/panel/panel.rb
+I, [2025-12-26T18:48:11.978312 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/extension.rb
+I, [2025-12-26T18:48:11.978461 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/extension.rb
+I, [2025-12-26T18:48:11.978488 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/handlers/ui.rb
+I, [2025-12-26T18:48:11.978728 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/handlers/ui.rb
+I, [2025-12-26T18:48:11.978780 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/css/base.css
+I, [2025-12-26T18:48:11.979068 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/css/base.css
+I, [2025-12-26T18:48:11.979139 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/css/ext-all.css
+I, [2025-12-26T18:48:11.980183 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/css/ext-all.css
+I, [2025-12-26T18:48:11.980220 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/esapi/Class.create.js
+I, [2025-12-26T18:48:11.980420 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/esapi/Class.create.js
+I, [2025-12-26T18:48:11.980581 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/esapi/jquery-3.3.1.min.js
+W, [2025-12-26T18:48:11.980918 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/esapi/jquery-3.3.1.min.js
+I, [2025-12-26T18:48:11.980947 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/esapi/jquery-encoder-0.1.0.js
+W, [2025-12-26T18:48:11.981073 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/esapi/jquery-encoder-0.1.0.js
+I, [2025-12-26T18:48:11.981101 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ext-all.js
+W, [2025-12-26T18:48:11.982735 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/ext-all.js
+I, [2025-12-26T18:48:11.982775 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ext-base.js
+W, [2025-12-26T18:48:11.982890 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/ext-base.js
+I, [2025-12-26T18:48:11.982943 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/authentication.js
+I, [2025-12-26T18:48:11.983273 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/authentication.js
+I, [2025-12-26T18:48:11.983340 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/common/beef_common.js
+I, [2025-12-26T18:48:11.983870 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/common/beef_common.js
+I, [2025-12-26T18:48:11.983916 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/AutoRunModuleForm.js
+W, [2025-12-26T18:48:11.984114 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/ui/panel/AutoRunModuleForm.js
+I, [2025-12-26T18:48:11.984217 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/AutoRunRuleForm.js
+W, [2025-12-26T18:48:11.984271 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/ui/panel/AutoRunRuleForm.js
+I, [2025-12-26T18:48:11.984299 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/AutoRunTab.js
+W, [2025-12-26T18:48:11.984367 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/ui/panel/AutoRunTab.js
+I, [2025-12-26T18:48:11.984454 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/BrowserDetailsDataGrid.js
+I, [2025-12-26T18:48:11.984810 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/BrowserDetailsDataGrid.js
+I, [2025-12-26T18:48:11.984919 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/HooksTab.js
+I, [2025-12-26T18:48:11.985413 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/HooksTab.js
+I, [2025-12-26T18:48:11.985685 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/Logout.js
+I, [2025-12-26T18:48:11.986064 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/Logout.js
+I, [2025-12-26T18:48:11.986252 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/LogsDataGrid.js
+I, [2025-12-26T18:48:11.986469 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/LogsDataGrid.js
+I, [2025-12-26T18:48:11.986806 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/MainPanel.js
+I, [2025-12-26T18:48:11.987119 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/MainPanel.js
+I, [2025-12-26T18:48:11.987206 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/ModuleSearching.js
+W, [2025-12-26T18:48:11.987279 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/ui/panel/ModuleSearching.js
+I, [2025-12-26T18:48:11.987436 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js
+I, [2025-12-26T18:48:11.987883 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js
+I, [2025-12-26T18:48:11.988086 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js
+I, [2025-12-26T18:48:11.988384 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js
+I, [2025-12-26T18:48:11.988624 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js
+I, [2025-12-26T18:48:11.988843 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js
+I, [2025-12-26T18:48:11.988874 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/ZombieDataGrid.js
+I, [2025-12-26T18:48:11.989094 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/ZombieDataGrid.js
+I, [2025-12-26T18:48:11.989138 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js
+I, [2025-12-26T18:48:11.989300 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js
+I, [2025-12-26T18:48:11.989330 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js
+I, [2025-12-26T18:48:11.989471 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js
+I, [2025-12-26T18:48:11.989582 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js
+I, [2025-12-26T18:48:11.989948 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js
+I, [2025-12-26T18:48:11.990063 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/common.js
+I, [2025-12-26T18:48:11.990282 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/common.js
+I, [2025-12-26T18:48:11.990316 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js
+I, [2025-12-26T18:48:11.990822 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js
+I, [2025-12-26T18:48:11.990928 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js
+I, [2025-12-26T18:48:11.991105 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js
+I, [2025-12-26T18:48:11.991133 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js
+I, [2025-12-26T18:48:11.991318 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js
+I, [2025-12-26T18:48:11.991387 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabNetwork.js
+I, [2025-12-26T18:48:11.991880 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabNetwork.js
+I, [2025-12-26T18:48:11.991910 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js
+I, [2025-12-26T18:48:11.992236 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js
+I, [2025-12-26T18:48:11.992278 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js
+I, [2025-12-26T18:48:11.992838 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js
+I, [2025-12-26T18:48:11.992903 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js
+I, [2025-12-26T18:48:11.993243 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js
+I, [2025-12-26T18:48:11.993273 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js
+I, [2025-12-26T18:48:11.993745 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js
+I, [2025-12-26T18:48:11.993778 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ux/PagingStore.js
+I, [2025-12-26T18:48:11.994097 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ux/PagingStore.js
+I, [2025-12-26T18:48:11.994125 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ux/StatusBar.js
+I, [2025-12-26T18:48:11.994424 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ux/StatusBar.js
+I, [2025-12-26T18:48:11.994512 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/ux/TabCloseMenu.js
+I, [2025-12-26T18:48:11.994730 #8214]  INFO -- : Updated copyright in ../../extensions/admin_ui/media/javascript/ux/TabCloseMenu.js
+I, [2025-12-26T18:48:11.994757 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/vis.js
+E, [2025-12-26T18:48:11.994866 #8214] ERROR -- : Error processing file ../../extensions/admin_ui/media/javascript/vis.js: Is a directory @ io_fread - ../../extensions/admin_ui/media/javascript/vis.js
+I, [2025-12-26T18:48:11.994934 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript/vis.js/vis.min.js
+W, [2025-12-26T18:48:11.998794 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript/vis.js/vis.min.js
+I, [2025-12-26T18:48:11.999079 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript-min/web_ui_all.js
+W, [2025-12-26T18:48:12.002225 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript-min/web_ui_all.js
+I, [2025-12-26T18:48:12.002468 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript-min/web_ui_auth.js
+W, [2025-12-26T18:48:12.002543 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript-min/web_ui_auth.js
+I, [2025-12-26T18:48:12.002634 #8214]  INFO -- : Processing file: ../../extensions/autoloader/config.yaml
+I, [2025-12-26T18:48:12.003250 #8214]  INFO -- : Updated copyright in ../../extensions/autoloader/config.yaml
+I, [2025-12-26T18:48:12.003298 #8214]  INFO -- : Processing file: ../../extensions/autoloader/extension.rb
+I, [2025-12-26T18:48:12.003654 #8214]  INFO -- : Updated copyright in ../../extensions/autoloader/extension.rb
+I, [2025-12-26T18:48:12.003694 #8214]  INFO -- : Processing file: ../../extensions/autoloader/model.rb
+I, [2025-12-26T18:48:12.004174 #8214]  INFO -- : Updated copyright in ../../extensions/autoloader/model.rb
+I, [2025-12-26T18:48:12.004385 #8214]  INFO -- : Processing file: ../../extensions/customhook/api.rb
+I, [2025-12-26T18:48:12.004920 #8214]  INFO -- : Updated copyright in ../../extensions/customhook/api.rb
+I, [2025-12-26T18:48:12.005063 #8214]  INFO -- : Processing file: ../../extensions/customhook/config.yaml
+I, [2025-12-26T18:48:12.005386 #8214]  INFO -- : Updated copyright in ../../extensions/customhook/config.yaml
+I, [2025-12-26T18:48:12.005540 #8214]  INFO -- : Processing file: ../../extensions/customhook/extension.rb
+I, [2025-12-26T18:48:12.005880 #8214]  INFO -- : Updated copyright in ../../extensions/customhook/extension.rb
+I, [2025-12-26T18:48:12.005956 #8214]  INFO -- : Processing file: ../../extensions/customhook/handler.rb
+I, [2025-12-26T18:48:12.006285 #8214]  INFO -- : Updated copyright in ../../extensions/customhook/handler.rb
+I, [2025-12-26T18:48:12.006376 #8214]  INFO -- : Processing file: ../../extensions/customhook/html/index.html
+I, [2025-12-26T18:48:12.006815 #8214]  INFO -- : Updated copyright in ../../extensions/customhook/html/index.html
+I, [2025-12-26T18:48:12.006863 #8214]  INFO -- : Processing file: ../../extensions/demos/api.rb
+I, [2025-12-26T18:48:12.007308 #8214]  INFO -- : Updated copyright in ../../extensions/demos/api.rb
+I, [2025-12-26T18:48:12.007347 #8214]  INFO -- : Processing file: ../../extensions/demos/config.yaml
+I, [2025-12-26T18:48:12.007550 #8214]  INFO -- : Updated copyright in ../../extensions/demos/config.yaml
+I, [2025-12-26T18:48:12.007622 #8214]  INFO -- : Processing file: ../../extensions/demos/extension.rb
+I, [2025-12-26T18:48:12.007840 #8214]  INFO -- : Updated copyright in ../../extensions/demos/extension.rb
+I, [2025-12-26T18:48:12.007949 #8214]  INFO -- : Processing file: ../../extensions/demos/handler.rb
+I, [2025-12-26T18:48:12.008249 #8214]  INFO -- : Updated copyright in ../../extensions/demos/handler.rb
+I, [2025-12-26T18:48:12.008726 #8214]  INFO -- : Processing file: ../../extensions/demos/html/basic.html
+I, [2025-12-26T18:48:12.009410 #8214]  INFO -- : Updated copyright in ../../extensions/demos/html/basic.html
+I, [2025-12-26T18:48:12.009469 #8214]  INFO -- : Processing file: ../../extensions/demos/html/butcher/butch.css
+I, [2025-12-26T18:48:12.009744 #8214]  INFO -- : Updated copyright in ../../extensions/demos/html/butcher/butch.css
+I, [2025-12-26T18:48:12.009784 #8214]  INFO -- : Processing file: ../../extensions/demos/html/butcher/index.html
+I, [2025-12-26T18:48:12.009991 #8214]  INFO -- : Updated copyright in ../../extensions/demos/html/butcher/index.html
+I, [2025-12-26T18:48:12.010040 #8214]  INFO -- : Processing file: ../../extensions/demos/html/butcher/jquery-1.12.4.min.js
+W, [2025-12-26T18:48:12.010248 #8214]  WARN -- : Copyright pattern not found in ../../extensions/demos/html/butcher/jquery-1.12.4.min.js
+I, [2025-12-26T18:48:12.010291 #8214]  INFO -- : Processing file: ../../extensions/demos/html/clickjacking/clickjack_attack.html
+I, [2025-12-26T18:48:12.010788 #8214]  INFO -- : Updated copyright in ../../extensions/demos/html/clickjacking/clickjack_attack.html
+I, [2025-12-26T18:48:12.010905 #8214]  INFO -- : Processing file: ../../extensions/demos/html/clickjacking/clickjack_victim.html
+I, [2025-12-26T18:48:12.011241 #8214]  INFO -- : Updated copyright in ../../extensions/demos/html/clickjacking/clickjack_victim.html
+I, [2025-12-26T18:48:12.011274 #8214]  INFO -- : Processing file: ../../extensions/demos/html/plain.html
+I, [2025-12-26T18:48:12.011582 #8214]  INFO -- : Updated copyright in ../../extensions/demos/html/plain.html
+I, [2025-12-26T18:48:12.011656 #8214]  INFO -- : Processing file: ../../extensions/demos/html/report.html
+I, [2025-12-26T18:48:12.011891 #8214]  INFO -- : Updated copyright in ../../extensions/demos/html/report.html
+I, [2025-12-26T18:48:12.011924 #8214]  INFO -- : Processing file: ../../extensions/demos/html/secret_page.html
+I, [2025-12-26T18:48:12.012187 #8214]  INFO -- : Updated copyright in ../../extensions/demos/html/secret_page.html
+I, [2025-12-26T18:48:12.012221 #8214]  INFO -- : Processing file: ../../extensions/dns/api.rb
+I, [2025-12-26T18:48:12.012594 #8214]  INFO -- : Updated copyright in ../../extensions/dns/api.rb
+I, [2025-12-26T18:48:12.012665 #8214]  INFO -- : Processing file: ../../extensions/dns/config.yaml
+I, [2025-12-26T18:48:12.012969 #8214]  INFO -- : Updated copyright in ../../extensions/dns/config.yaml
+I, [2025-12-26T18:48:12.013212 #8214]  INFO -- : Processing file: ../../extensions/dns/dns.rb
+I, [2025-12-26T18:48:12.013435 #8214]  INFO -- : Updated copyright in ../../extensions/dns/dns.rb
+I, [2025-12-26T18:48:12.013464 #8214]  INFO -- : Processing file: ../../extensions/dns/extension.rb
+I, [2025-12-26T18:48:12.013841 #8214]  INFO -- : Updated copyright in ../../extensions/dns/extension.rb
+I, [2025-12-26T18:48:12.013891 #8214]  INFO -- : Processing file: ../../extensions/dns/logger.rb
+I, [2025-12-26T18:48:12.014174 #8214]  INFO -- : Updated copyright in ../../extensions/dns/logger.rb
+I, [2025-12-26T18:48:12.014246 #8214]  INFO -- : Processing file: ../../extensions/dns/model.rb
+I, [2025-12-26T18:48:12.014553 #8214]  INFO -- : Updated copyright in ../../extensions/dns/model.rb
+I, [2025-12-26T18:48:12.014627 #8214]  INFO -- : Processing file: ../../extensions/dns/rest/dns.rb
+I, [2025-12-26T18:48:12.014869 #8214]  INFO -- : Updated copyright in ../../extensions/dns/rest/dns.rb
+I, [2025-12-26T18:48:12.014980 #8214]  INFO -- : Processing file: ../../extensions/dns_rebinding/api.rb
+I, [2025-12-26T18:48:12.015211 #8214]  INFO -- : Updated copyright in ../../extensions/dns_rebinding/api.rb
+I, [2025-12-26T18:48:12.015359 #8214]  INFO -- : Processing file: ../../extensions/dns_rebinding/config.yaml
+I, [2025-12-26T18:48:12.015568 #8214]  INFO -- : Updated copyright in ../../extensions/dns_rebinding/config.yaml
+I, [2025-12-26T18:48:12.015633 #8214]  INFO -- : Processing file: ../../extensions/dns_rebinding/dns_rebinding.rb
+W, [2025-12-26T18:48:12.015729 #8214]  WARN -- : Copyright pattern not found in ../../extensions/dns_rebinding/dns_rebinding.rb
+I, [2025-12-26T18:48:12.015756 #8214]  INFO -- : Processing file: ../../extensions/dns_rebinding/extension.rb
+I, [2025-12-26T18:48:12.015950 #8214]  INFO -- : Updated copyright in ../../extensions/dns_rebinding/extension.rb
+I, [2025-12-26T18:48:12.016015 #8214]  INFO -- : Processing file: ../../extensions/dns_rebinding/views/index.html
+W, [2025-12-26T18:48:12.016065 #8214]  WARN -- : Copyright pattern not found in ../../extensions/dns_rebinding/views/index.html
+I, [2025-12-26T18:48:12.016091 #8214]  INFO -- : Processing file: ../../extensions/etag/api.rb
+I, [2025-12-26T18:48:12.016258 #8214]  INFO -- : Updated copyright in ../../extensions/etag/api.rb
+I, [2025-12-26T18:48:12.016326 #8214]  INFO -- : Processing file: ../../extensions/etag/config.yaml
+I, [2025-12-26T18:48:12.016643 #8214]  INFO -- : Updated copyright in ../../extensions/etag/config.yaml
+I, [2025-12-26T18:48:12.016682 #8214]  INFO -- : Processing file: ../../extensions/etag/etag.rb
+I, [2025-12-26T18:48:12.017889 #8214]  INFO -- : Updated copyright in ../../extensions/etag/etag.rb
+I, [2025-12-26T18:48:12.017931 #8214]  INFO -- : Processing file: ../../extensions/etag/extension.rb
+I, [2025-12-26T18:48:12.018108 #8214]  INFO -- : Updated copyright in ../../extensions/etag/extension.rb
+I, [2025-12-26T18:48:12.018137 #8214]  INFO -- : Processing file: ../../extensions/evasion/config.yaml
+I, [2025-12-26T18:48:12.018316 #8214]  INFO -- : Updated copyright in ../../extensions/evasion/config.yaml
+I, [2025-12-26T18:48:12.018379 #8214]  INFO -- : Processing file: ../../extensions/evasion/evasion.rb
+I, [2025-12-26T18:48:12.018624 #8214]  INFO -- : Updated copyright in ../../extensions/evasion/evasion.rb
+I, [2025-12-26T18:48:12.018689 #8214]  INFO -- : Processing file: ../../extensions/evasion/extension.rb
+I, [2025-12-26T18:48:12.019035 #8214]  INFO -- : Updated copyright in ../../extensions/evasion/extension.rb
+I, [2025-12-26T18:48:12.019115 #8214]  INFO -- : Processing file: ../../extensions/evasion/obfuscation/base_64.rb
+I, [2025-12-26T18:48:12.019485 #8214]  INFO -- : Updated copyright in ../../extensions/evasion/obfuscation/base_64.rb
+I, [2025-12-26T18:48:12.019747 #8214]  INFO -- : Processing file: ../../extensions/evasion/obfuscation/minify.rb
+I, [2025-12-26T18:48:12.020045 #8214]  INFO -- : Updated copyright in ../../extensions/evasion/obfuscation/minify.rb
+I, [2025-12-26T18:48:12.020075 #8214]  INFO -- : Processing file: ../../extensions/evasion/obfuscation/scramble.rb
+I, [2025-12-26T18:48:12.021074 #8214]  INFO -- : Updated copyright in ../../extensions/evasion/obfuscation/scramble.rb
+I, [2025-12-26T18:48:12.021211 #8214]  INFO -- : Processing file: ../../extensions/evasion/obfuscation/whitespace.rb
+I, [2025-12-26T18:48:12.021587 #8214]  INFO -- : Updated copyright in ../../extensions/evasion/obfuscation/whitespace.rb
+I, [2025-12-26T18:48:12.021694 #8214]  INFO -- : Processing file: ../../extensions/events/api.rb
+I, [2025-12-26T18:48:12.021986 #8214]  INFO -- : Updated copyright in ../../extensions/events/api.rb
+I, [2025-12-26T18:48:12.022022 #8214]  INFO -- : Processing file: ../../extensions/events/config.yaml
+I, [2025-12-26T18:48:12.022557 #8214]  INFO -- : Updated copyright in ../../extensions/events/config.yaml
+I, [2025-12-26T18:48:12.022594 #8214]  INFO -- : Processing file: ../../extensions/events/extension.rb
+I, [2025-12-26T18:48:12.022807 #8214]  INFO -- : Updated copyright in ../../extensions/events/extension.rb
+I, [2025-12-26T18:48:12.022896 #8214]  INFO -- : Processing file: ../../extensions/events/handler.rb
+I, [2025-12-26T18:48:12.023097 #8214]  INFO -- : Updated copyright in ../../extensions/events/handler.rb
+I, [2025-12-26T18:48:12.023166 #8214]  INFO -- : Processing file: ../../extensions/metasploit/api.rb
+I, [2025-12-26T18:48:12.023722 #8214]  INFO -- : Updated copyright in ../../extensions/metasploit/api.rb
+I, [2025-12-26T18:48:12.023950 #8214]  INFO -- : Processing file: ../../extensions/metasploit/config.yaml
+I, [2025-12-26T18:48:12.024408 #8214]  INFO -- : Updated copyright in ../../extensions/metasploit/config.yaml
+I, [2025-12-26T18:48:12.024490 #8214]  INFO -- : Processing file: ../../extensions/metasploit/extension.rb
+I, [2025-12-26T18:48:12.025109 #8214]  INFO -- : Updated copyright in ../../extensions/metasploit/extension.rb
+I, [2025-12-26T18:48:12.025432 #8214]  INFO -- : Processing file: ../../extensions/metasploit/module.rb
+I, [2025-12-26T18:48:12.026031 #8214]  INFO -- : Updated copyright in ../../extensions/metasploit/module.rb
+I, [2025-12-26T18:48:12.026501 #8214]  INFO -- : Processing file: ../../extensions/metasploit/rest/msf.rb
+I, [2025-12-26T18:48:12.027169 #8214]  INFO -- : Updated copyright in ../../extensions/metasploit/rest/msf.rb
+I, [2025-12-26T18:48:12.027265 #8214]  INFO -- : Processing file: ../../extensions/metasploit/rpcclient.rb
+I, [2025-12-26T18:48:12.027946 #8214]  INFO -- : Updated copyright in ../../extensions/metasploit/rpcclient.rb
+I, [2025-12-26T18:48:12.028202 #8214]  INFO -- : Processing file: ../../extensions/network/api.rb
+I, [2025-12-26T18:48:12.028574 #8214]  INFO -- : Updated copyright in ../../extensions/network/api.rb
+I, [2025-12-26T18:48:12.028664 #8214]  INFO -- : Processing file: ../../extensions/network/config.yaml
+I, [2025-12-26T18:48:12.029048 #8214]  INFO -- : Updated copyright in ../../extensions/network/config.yaml
+I, [2025-12-26T18:48:12.029144 #8214]  INFO -- : Processing file: ../../extensions/network/extension.rb
+I, [2025-12-26T18:48:12.029588 #8214]  INFO -- : Updated copyright in ../../extensions/network/extension.rb
+I, [2025-12-26T18:48:12.029626 #8214]  INFO -- : Processing file: ../../extensions/network/models/network_host.rb
+I, [2025-12-26T18:48:12.030047 #8214]  INFO -- : Updated copyright in ../../extensions/network/models/network_host.rb
+I, [2025-12-26T18:48:12.030122 #8214]  INFO -- : Processing file: ../../extensions/network/models/network_service.rb
+I, [2025-12-26T18:48:12.030580 #8214]  INFO -- : Updated copyright in ../../extensions/network/models/network_service.rb
+I, [2025-12-26T18:48:12.030638 #8214]  INFO -- : Processing file: ../../extensions/network/rest/network.rb
+I, [2025-12-26T18:48:12.030995 #8214]  INFO -- : Updated copyright in ../../extensions/network/rest/network.rb
+I, [2025-12-26T18:48:12.031067 #8214]  INFO -- : Processing file: ../../extensions/notifications/channels/email.rb
+I, [2025-12-26T18:48:12.031289 #8214]  INFO -- : Updated copyright in ../../extensions/notifications/channels/email.rb
+I, [2025-12-26T18:48:12.031360 #8214]  INFO -- : Processing file: ../../extensions/notifications/channels/ntfy.rb
+W, [2025-12-26T18:48:12.031444 #8214]  WARN -- : Copyright pattern not found in ../../extensions/notifications/channels/ntfy.rb
+I, [2025-12-26T18:48:12.031477 #8214]  INFO -- : Processing file: ../../extensions/notifications/channels/pushover.rb
+W, [2025-12-26T18:48:12.031648 #8214]  WARN -- : Copyright pattern not found in ../../extensions/notifications/channels/pushover.rb
+I, [2025-12-26T18:48:12.031683 #8214]  INFO -- : Processing file: ../../extensions/notifications/channels/slack_workspace.rb
+I, [2025-12-26T18:48:12.031948 #8214]  INFO -- : Updated copyright in ../../extensions/notifications/channels/slack_workspace.rb
+I, [2025-12-26T18:48:12.032019 #8214]  INFO -- : Processing file: ../../extensions/notifications/config.yaml
+I, [2025-12-26T18:48:12.032254 #8214]  INFO -- : Updated copyright in ../../extensions/notifications/config.yaml
+I, [2025-12-26T18:48:12.032314 #8214]  INFO -- : Processing file: ../../extensions/notifications/extension.rb
+I, [2025-12-26T18:48:12.032628 #8214]  INFO -- : Updated copyright in ../../extensions/notifications/extension.rb
+I, [2025-12-26T18:48:12.032664 #8214]  INFO -- : Processing file: ../../extensions/notifications/notifications.rb
+I, [2025-12-26T18:48:12.032855 #8214]  INFO -- : Updated copyright in ../../extensions/notifications/notifications.rb
+I, [2025-12-26T18:48:12.032884 #8214]  INFO -- : Processing file: ../../extensions/proxy/api.rb
+I, [2025-12-26T18:48:12.033132 #8214]  INFO -- : Updated copyright in ../../extensions/proxy/api.rb
+I, [2025-12-26T18:48:12.033207 #8214]  INFO -- : Processing file: ../../extensions/proxy/config.yaml
+I, [2025-12-26T18:48:12.033389 #8214]  INFO -- : Updated copyright in ../../extensions/proxy/config.yaml
+I, [2025-12-26T18:48:12.033459 #8214]  INFO -- : Processing file: ../../extensions/proxy/extension.rb
+I, [2025-12-26T18:48:12.033738 #8214]  INFO -- : Updated copyright in ../../extensions/proxy/extension.rb
+I, [2025-12-26T18:48:12.033807 #8214]  INFO -- : Processing file: ../../extensions/proxy/proxy.rb
+I, [2025-12-26T18:48:12.034050 #8214]  INFO -- : Updated copyright in ../../extensions/proxy/proxy.rb
+I, [2025-12-26T18:48:12.034130 #8214]  INFO -- : Processing file: ../../extensions/proxy/rest/proxy.rb
+I, [2025-12-26T18:48:12.034315 #8214]  INFO -- : Updated copyright in ../../extensions/proxy/rest/proxy.rb
+I, [2025-12-26T18:48:12.034384 #8214]  INFO -- : Processing file: ../../extensions/qrcode/config.yaml
+I, [2025-12-26T18:48:12.034691 #8214]  INFO -- : Updated copyright in ../../extensions/qrcode/config.yaml
+I, [2025-12-26T18:48:12.034762 #8214]  INFO -- : Processing file: ../../extensions/qrcode/extension.rb
+I, [2025-12-26T18:48:12.034966 #8214]  INFO -- : Updated copyright in ../../extensions/qrcode/extension.rb
+I, [2025-12-26T18:48:12.035037 #8214]  INFO -- : Processing file: ../../extensions/qrcode/qrcode.rb
+I, [2025-12-26T18:48:12.035255 #8214]  INFO -- : Updated copyright in ../../extensions/qrcode/qrcode.rb
+I, [2025-12-26T18:48:12.035323 #8214]  INFO -- : Processing file: ../../extensions/requester/api/hook.rb
+I, [2025-12-26T18:48:12.035749 #8214]  INFO -- : Updated copyright in ../../extensions/requester/api/hook.rb
+I, [2025-12-26T18:48:12.035790 #8214]  INFO -- : Processing file: ../../extensions/requester/api.rb
+I, [2025-12-26T18:48:12.036576 #8214]  INFO -- : Updated copyright in ../../extensions/requester/api.rb
+I, [2025-12-26T18:48:12.036609 #8214]  INFO -- : Processing file: ../../extensions/requester/config.yaml
+I, [2025-12-26T18:48:12.036862 #8214]  INFO -- : Updated copyright in ../../extensions/requester/config.yaml
+I, [2025-12-26T18:48:12.037839 #8214]  INFO -- : Processing file: ../../extensions/requester/extension.rb
+I, [2025-12-26T18:48:12.038077 #8214]  INFO -- : Updated copyright in ../../extensions/requester/extension.rb
+I, [2025-12-26T18:48:12.038151 #8214]  INFO -- : Processing file: ../../extensions/requester/handler.rb
+I, [2025-12-26T18:48:12.038335 #8214]  INFO -- : Updated copyright in ../../extensions/requester/handler.rb
+I, [2025-12-26T18:48:12.038428 #8214]  INFO -- : Processing file: ../../extensions/requester/models/http.rb
+I, [2025-12-26T18:48:12.038675 #8214]  INFO -- : Updated copyright in ../../extensions/requester/models/http.rb
+I, [2025-12-26T18:48:12.039080 #8214]  INFO -- : Processing file: ../../extensions/requester/rest/requester.rb
+I, [2025-12-26T18:48:12.040062 #8214]  INFO -- : Updated copyright in ../../extensions/requester/rest/requester.rb
+I, [2025-12-26T18:48:12.040275 #8214]  INFO -- : Processing file: ../../extensions/s2c_dns_tunnel/api.rb
+I, [2025-12-26T18:48:12.041075 #8214]  INFO -- : Updated copyright in ../../extensions/s2c_dns_tunnel/api.rb
+I, [2025-12-26T18:48:12.041287 #8214]  INFO -- : Processing file: ../../extensions/s2c_dns_tunnel/config.yaml
+I, [2025-12-26T18:48:12.042216 #8214]  INFO -- : Updated copyright in ../../extensions/s2c_dns_tunnel/config.yaml
+I, [2025-12-26T18:48:12.042284 #8214]  INFO -- : Processing file: ../../extensions/s2c_dns_tunnel/dnsd.rb
+I, [2025-12-26T18:48:12.043109 #8214]  INFO -- : Updated copyright in ../../extensions/s2c_dns_tunnel/dnsd.rb
+I, [2025-12-26T18:48:12.043205 #8214]  INFO -- : Processing file: ../../extensions/s2c_dns_tunnel/extension.rb
+I, [2025-12-26T18:48:12.043580 #8214]  INFO -- : Updated copyright in ../../extensions/s2c_dns_tunnel/extension.rb
+I, [2025-12-26T18:48:12.043654 #8214]  INFO -- : Processing file: ../../extensions/s2c_dns_tunnel/httpd.rb
+W, [2025-12-26T18:48:12.043863 #8214]  WARN -- : Copyright pattern not found in ../../extensions/s2c_dns_tunnel/httpd.rb
+I, [2025-12-26T18:48:12.043906 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/config.yaml
+I, [2025-12-26T18:48:12.044385 #8214]  INFO -- : Updated copyright in ../../extensions/social_engineering/config.yaml
+I, [2025-12-26T18:48:12.044832 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/droppers/readme.txt
+W, [2025-12-26T18:48:12.045000 #8214]  WARN -- : Copyright pattern not found in ../../extensions/social_engineering/droppers/readme.txt
+I, [2025-12-26T18:48:12.045094 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/extension.rb
+I, [2025-12-26T18:48:12.045384 #8214]  INFO -- : Updated copyright in ../../extensions/social_engineering/extension.rb
+I, [2025-12-26T18:48:12.045461 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/models/interceptor.rb
+I, [2025-12-26T18:48:12.045888 #8214]  INFO -- : Updated copyright in ../../extensions/social_engineering/models/interceptor.rb
+I, [2025-12-26T18:48:12.045969 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/models/web_cloner.rb
+I, [2025-12-26T18:48:12.046708 #8214]  INFO -- : Updated copyright in ../../extensions/social_engineering/models/web_cloner.rb
+I, [2025-12-26T18:48:12.046753 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/powershell/bind_powershell.rb
+I, [2025-12-26T18:48:12.047190 #8214]  INFO -- : Updated copyright in ../../extensions/social_engineering/powershell/bind_powershell.rb
+I, [2025-12-26T18:48:12.047342 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/rest/socialengineering.rb
+I, [2025-12-26T18:48:12.047845 #8214]  INFO -- : Updated copyright in ../../extensions/social_engineering/rest/socialengineering.rb
+I, [2025-12-26T18:48:12.047964 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/web_cloner/cloned_pages/readme.txt
+W, [2025-12-26T18:48:12.048014 #8214]  WARN -- : Copyright pattern not found in ../../extensions/social_engineering/web_cloner/cloned_pages/readme.txt
+I, [2025-12-26T18:48:12.048040 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/web_cloner/interceptor.rb
+I, [2025-12-26T18:48:12.048375 #8214]  INFO -- : Updated copyright in ../../extensions/social_engineering/web_cloner/interceptor.rb
+I, [2025-12-26T18:48:12.048458 #8214]  INFO -- : Processing file: ../../extensions/social_engineering/web_cloner/web_cloner.rb
+I, [2025-12-26T18:48:12.049032 #8214]  INFO -- : Updated copyright in ../../extensions/social_engineering/web_cloner/web_cloner.rb
+I, [2025-12-26T18:48:12.049108 #8214]  INFO -- : Processing file: ../../extensions/webrtc/api/hook.rb
+I, [2025-12-26T18:48:12.049581 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/api/hook.rb
+I, [2025-12-26T18:48:12.049716 #8214]  INFO -- : Processing file: ../../extensions/webrtc/api.rb
+I, [2025-12-26T18:48:12.050556 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/api.rb
+I, [2025-12-26T18:48:12.050637 #8214]  INFO -- : Processing file: ../../extensions/webrtc/config.yaml
+I, [2025-12-26T18:48:12.050929 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/config.yaml
+I, [2025-12-26T18:48:12.050971 #8214]  INFO -- : Processing file: ../../extensions/webrtc/extension.rb
+I, [2025-12-26T18:48:12.051476 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/extension.rb
+I, [2025-12-26T18:48:12.051721 #8214]  INFO -- : Processing file: ../../extensions/webrtc/handlers.rb
+I, [2025-12-26T18:48:12.052087 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/handlers.rb
+I, [2025-12-26T18:48:12.052189 #8214]  INFO -- : Processing file: ../../extensions/webrtc/models/rtcmanage.rb
+I, [2025-12-26T18:48:12.052711 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/models/rtcmanage.rb
+I, [2025-12-26T18:48:12.052783 #8214]  INFO -- : Processing file: ../../extensions/webrtc/models/rtcmodulestatus.rb
+I, [2025-12-26T18:48:12.053122 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/models/rtcmodulestatus.rb
+I, [2025-12-26T18:48:12.053251 #8214]  INFO -- : Processing file: ../../extensions/webrtc/models/rtcsignal.rb
+I, [2025-12-26T18:48:12.053622 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/models/rtcsignal.rb
+I, [2025-12-26T18:48:12.053797 #8214]  INFO -- : Processing file: ../../extensions/webrtc/models/rtcstatus.rb
+I, [2025-12-26T18:48:12.054035 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/models/rtcstatus.rb
+I, [2025-12-26T18:48:12.054257 #8214]  INFO -- : Processing file: ../../extensions/webrtc/rest/webrtc.rb
+I, [2025-12-26T18:48:12.054815 #8214]  INFO -- : Updated copyright in ../../extensions/webrtc/rest/webrtc.rb
+I, [2025-12-26T18:48:12.054852 #8214]  INFO -- : Processing file: ../../extensions/xssrays/api/scan.rb
+I, [2025-12-26T18:48:12.055052 #8214]  INFO -- : Updated copyright in ../../extensions/xssrays/api/scan.rb
+I, [2025-12-26T18:48:12.055087 #8214]  INFO -- : Processing file: ../../extensions/xssrays/api.rb
+I, [2025-12-26T18:48:12.055290 #8214]  INFO -- : Updated copyright in ../../extensions/xssrays/api.rb
+I, [2025-12-26T18:48:12.055434 #8214]  INFO -- : Processing file: ../../extensions/xssrays/config.yaml
+I, [2025-12-26T18:48:12.055672 #8214]  INFO -- : Updated copyright in ../../extensions/xssrays/config.yaml
+I, [2025-12-26T18:48:12.055754 #8214]  INFO -- : Processing file: ../../extensions/xssrays/extension.rb
+I, [2025-12-26T18:48:12.055919 #8214]  INFO -- : Updated copyright in ../../extensions/xssrays/extension.rb
+I, [2025-12-26T18:48:12.055947 #8214]  INFO -- : Processing file: ../../extensions/xssrays/handler.rb
+I, [2025-12-26T18:48:12.056145 #8214]  INFO -- : Updated copyright in ../../extensions/xssrays/handler.rb
+I, [2025-12-26T18:48:12.056172 #8214]  INFO -- : Processing file: ../../extensions/xssrays/models/xssraysdetail.rb
+I, [2025-12-26T18:48:12.056334 #8214]  INFO -- : Updated copyright in ../../extensions/xssrays/models/xssraysdetail.rb
+I, [2025-12-26T18:48:12.056361 #8214]  INFO -- : Processing file: ../../extensions/xssrays/models/xssraysscan.rb
+I, [2025-12-26T18:48:12.056597 #8214]  INFO -- : Updated copyright in ../../extensions/xssrays/models/xssraysscan.rb
+I, [2025-12-26T18:48:12.056633 #8214]  INFO -- : Processing file: ../../extensions/xssrays/rest/xssrays.rb
+I, [2025-12-26T18:48:12.057333 #8214]  INFO -- : Updated copyright in ../../extensions/xssrays/rest/xssrays.rb
+I, [2025-12-26T18:48:12.057374 #8214]  INFO -- : Processing file: ../../googlef1d5ff5151333109.html
+W, [2025-12-26T18:48:12.057478 #8214]  WARN -- : Copyright pattern not found in ../../googlef1d5ff5151333109.html
+I, [2025-12-26T18:48:12.057550 #8214]  INFO -- : Processing file: ../../modules/browser/avant_steal_history/command.js
+I, [2025-12-26T18:48:12.057743 #8214]  INFO -- : Updated copyright in ../../modules/browser/avant_steal_history/command.js
+I, [2025-12-26T18:48:12.057802 #8214]  INFO -- : Processing file: ../../modules/browser/avant_steal_history/config.yaml
+I, [2025-12-26T18:48:12.058181 #8214]  INFO -- : Updated copyright in ../../modules/browser/avant_steal_history/config.yaml
+I, [2025-12-26T18:48:12.059336 #8214]  INFO -- : Processing file: ../../modules/browser/avant_steal_history/module.rb
+I, [2025-12-26T18:48:12.059568 #8214]  INFO -- : Updated copyright in ../../modules/browser/avant_steal_history/module.rb
+I, [2025-12-26T18:48:12.059678 #8214]  INFO -- : Processing file: ../../modules/browser/browser_fingerprinting/command.js
+I, [2025-12-26T18:48:12.059938 #8214]  INFO -- : Updated copyright in ../../modules/browser/browser_fingerprinting/command.js
+I, [2025-12-26T18:48:12.059972 #8214]  INFO -- : Processing file: ../../modules/browser/browser_fingerprinting/config.yaml
+I, [2025-12-26T18:48:12.063516 #8214]  INFO -- : Updated copyright in ../../modules/browser/browser_fingerprinting/config.yaml
+I, [2025-12-26T18:48:12.064112 #8214]  INFO -- : Processing file: ../../modules/browser/browser_fingerprinting/module.rb
+I, [2025-12-26T18:48:12.064839 #8214]  INFO -- : Updated copyright in ../../modules/browser/browser_fingerprinting/module.rb
+I, [2025-12-26T18:48:12.064966 #8214]  INFO -- : Processing file: ../../modules/browser/detect_activex/command.js
+I, [2025-12-26T18:48:12.065485 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_activex/command.js
+I, [2025-12-26T18:48:12.065868 #8214]  INFO -- : Processing file: ../../modules/browser/detect_activex/config.yaml
+I, [2025-12-26T18:48:12.066660 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_activex/config.yaml
+I, [2025-12-26T18:48:12.066728 #8214]  INFO -- : Processing file: ../../modules/browser/detect_activex/module.rb
+I, [2025-12-26T18:48:12.067373 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_activex/module.rb
+I, [2025-12-26T18:48:12.067484 #8214]  INFO -- : Processing file: ../../modules/browser/detect_evernote_clipper/command.js
+I, [2025-12-26T18:48:12.068031 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_evernote_clipper/command.js
+I, [2025-12-26T18:48:12.068085 #8214]  INFO -- : Processing file: ../../modules/browser/detect_evernote_clipper/config.yaml
+I, [2025-12-26T18:48:12.068541 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_evernote_clipper/config.yaml
+I, [2025-12-26T18:48:12.068678 #8214]  INFO -- : Processing file: ../../modules/browser/detect_evernote_clipper/module.rb
+I, [2025-12-26T18:48:12.068931 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_evernote_clipper/module.rb
+I, [2025-12-26T18:48:12.069019 #8214]  INFO -- : Processing file: ../../modules/browser/detect_extensions/command.js
+I, [2025-12-26T18:48:12.069687 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_extensions/command.js
+I, [2025-12-26T18:48:12.069743 #8214]  INFO -- : Processing file: ../../modules/browser/detect_extensions/config.yaml
+I, [2025-12-26T18:48:12.070228 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_extensions/config.yaml
+I, [2025-12-26T18:48:12.070266 #8214]  INFO -- : Processing file: ../../modules/browser/detect_extensions/module.rb
+I, [2025-12-26T18:48:12.070538 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_extensions/module.rb
+I, [2025-12-26T18:48:12.070602 #8214]  INFO -- : Processing file: ../../modules/browser/detect_firebug/command.js
+I, [2025-12-26T18:48:12.070950 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_firebug/command.js
+I, [2025-12-26T18:48:12.071026 #8214]  INFO -- : Processing file: ../../modules/browser/detect_firebug/config.yaml
+I, [2025-12-26T18:48:12.071323 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_firebug/config.yaml
+I, [2025-12-26T18:48:12.071399 #8214]  INFO -- : Processing file: ../../modules/browser/detect_firebug/module.rb
+I, [2025-12-26T18:48:12.071622 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_firebug/module.rb
+I, [2025-12-26T18:48:12.071658 #8214]  INFO -- : Processing file: ../../modules/browser/detect_foxit/command.js
+I, [2025-12-26T18:48:12.071790 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_foxit/command.js
+I, [2025-12-26T18:48:12.071818 #8214]  INFO -- : Processing file: ../../modules/browser/detect_foxit/config.yaml
+I, [2025-12-26T18:48:12.072023 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_foxit/config.yaml
+I, [2025-12-26T18:48:12.072062 #8214]  INFO -- : Processing file: ../../modules/browser/detect_foxit/module.rb
+I, [2025-12-26T18:48:12.072212 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_foxit/module.rb
+I, [2025-12-26T18:48:12.072244 #8214]  INFO -- : Processing file: ../../modules/browser/detect_lastpass/command.js
+I, [2025-12-26T18:48:12.072458 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_lastpass/command.js
+I, [2025-12-26T18:48:12.072651 #8214]  INFO -- : Processing file: ../../modules/browser/detect_lastpass/config.yaml
+I, [2025-12-26T18:48:12.072909 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_lastpass/config.yaml
+I, [2025-12-26T18:48:12.072950 #8214]  INFO -- : Processing file: ../../modules/browser/detect_lastpass/module.rb
+I, [2025-12-26T18:48:12.073106 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_lastpass/module.rb
+I, [2025-12-26T18:48:12.073170 #8214]  INFO -- : Processing file: ../../modules/browser/detect_mime_types/command.js
+I, [2025-12-26T18:48:12.073349 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_mime_types/command.js
+I, [2025-12-26T18:48:12.073433 #8214]  INFO -- : Processing file: ../../modules/browser/detect_mime_types/config.yaml
+I, [2025-12-26T18:48:12.073671 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_mime_types/config.yaml
+I, [2025-12-26T18:48:12.073704 #8214]  INFO -- : Processing file: ../../modules/browser/detect_mime_types/module.rb
+I, [2025-12-26T18:48:12.073875 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_mime_types/module.rb
+I, [2025-12-26T18:48:12.073904 #8214]  INFO -- : Processing file: ../../modules/browser/detect_office/command.js
+I, [2025-12-26T18:48:12.074081 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_office/command.js
+I, [2025-12-26T18:48:12.074108 #8214]  INFO -- : Processing file: ../../modules/browser/detect_office/config.yaml
+I, [2025-12-26T18:48:12.074294 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_office/config.yaml
+I, [2025-12-26T18:48:12.074351 #8214]  INFO -- : Processing file: ../../modules/browser/detect_office/module.rb
+I, [2025-12-26T18:48:12.074533 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_office/module.rb
+I, [2025-12-26T18:48:12.074600 #8214]  INFO -- : Processing file: ../../modules/browser/detect_popup_blocker/command.js
+I, [2025-12-26T18:48:12.074732 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_popup_blocker/command.js
+I, [2025-12-26T18:48:12.074789 #8214]  INFO -- : Processing file: ../../modules/browser/detect_popup_blocker/config.yaml
+I, [2025-12-26T18:48:12.074943 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_popup_blocker/config.yaml
+I, [2025-12-26T18:48:12.075010 #8214]  INFO -- : Processing file: ../../modules/browser/detect_popup_blocker/module.rb
+I, [2025-12-26T18:48:12.075177 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_popup_blocker/module.rb
+I, [2025-12-26T18:48:12.075397 #8214]  INFO -- : Processing file: ../../modules/browser/detect_quicktime/command.js
+I, [2025-12-26T18:48:12.075679 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_quicktime/command.js
+I, [2025-12-26T18:48:12.075858 #8214]  INFO -- : Processing file: ../../modules/browser/detect_quicktime/config.yaml
+I, [2025-12-26T18:48:12.076394 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_quicktime/config.yaml
+I, [2025-12-26T18:48:12.076476 #8214]  INFO -- : Processing file: ../../modules/browser/detect_quicktime/module.rb
+I, [2025-12-26T18:48:12.076851 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_quicktime/module.rb
+I, [2025-12-26T18:48:12.076892 #8214]  INFO -- : Processing file: ../../modules/browser/detect_realplayer/command.js
+I, [2025-12-26T18:48:12.077044 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_realplayer/command.js
+I, [2025-12-26T18:48:12.077074 #8214]  INFO -- : Processing file: ../../modules/browser/detect_realplayer/config.yaml
+I, [2025-12-26T18:48:12.077399 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_realplayer/config.yaml
+I, [2025-12-26T18:48:12.077785 #8214]  INFO -- : Processing file: ../../modules/browser/detect_realplayer/module.rb
+I, [2025-12-26T18:48:12.077977 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_realplayer/module.rb
+I, [2025-12-26T18:48:12.078006 #8214]  INFO -- : Processing file: ../../modules/browser/detect_silverlight/command.js
+I, [2025-12-26T18:48:12.078175 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_silverlight/command.js
+I, [2025-12-26T18:48:12.078203 #8214]  INFO -- : Processing file: ../../modules/browser/detect_silverlight/config.yaml
+I, [2025-12-26T18:48:12.079715 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_silverlight/config.yaml
+I, [2025-12-26T18:48:12.079747 #8214]  INFO -- : Processing file: ../../modules/browser/detect_silverlight/module.rb
+I, [2025-12-26T18:48:12.079917 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_silverlight/module.rb
+I, [2025-12-26T18:48:12.079946 #8214]  INFO -- : Processing file: ../../modules/browser/detect_simple_adblock/command.js
+I, [2025-12-26T18:48:12.080114 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_simple_adblock/command.js
+I, [2025-12-26T18:48:12.080142 #8214]  INFO -- : Processing file: ../../modules/browser/detect_simple_adblock/config.yaml
+I, [2025-12-26T18:48:12.080312 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_simple_adblock/config.yaml
+I, [2025-12-26T18:48:12.080370 #8214]  INFO -- : Processing file: ../../modules/browser/detect_simple_adblock/module.rb
+I, [2025-12-26T18:48:12.080570 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_simple_adblock/module.rb
+I, [2025-12-26T18:48:12.080617 #8214]  INFO -- : Processing file: ../../modules/browser/detect_toolbars/command.js
+I, [2025-12-26T18:48:12.081006 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_toolbars/command.js
+I, [2025-12-26T18:48:12.081044 #8214]  INFO -- : Processing file: ../../modules/browser/detect_toolbars/config.yaml
+I, [2025-12-26T18:48:12.081334 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_toolbars/config.yaml
+I, [2025-12-26T18:48:12.081411 #8214]  INFO -- : Processing file: ../../modules/browser/detect_toolbars/module.rb
+I, [2025-12-26T18:48:12.081742 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_toolbars/module.rb
+I, [2025-12-26T18:48:12.081818 #8214]  INFO -- : Processing file: ../../modules/browser/detect_unity/command.js
+I, [2025-12-26T18:48:12.082131 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_unity/command.js
+I, [2025-12-26T18:48:12.082199 #8214]  INFO -- : Processing file: ../../modules/browser/detect_unity/config.yaml
+I, [2025-12-26T18:48:12.082466 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_unity/config.yaml
+I, [2025-12-26T18:48:12.082670 #8214]  INFO -- : Processing file: ../../modules/browser/detect_unity/module.rb
+I, [2025-12-26T18:48:12.083109 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_unity/module.rb
+I, [2025-12-26T18:48:12.083147 #8214]  INFO -- : Processing file: ../../modules/browser/detect_unsafe_activex/command.js
+I, [2025-12-26T18:48:12.083365 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_unsafe_activex/command.js
+I, [2025-12-26T18:48:12.083521 #8214]  INFO -- : Processing file: ../../modules/browser/detect_unsafe_activex/config.yaml
+I, [2025-12-26T18:48:12.083955 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_unsafe_activex/config.yaml
+I, [2025-12-26T18:48:12.084147 #8214]  INFO -- : Processing file: ../../modules/browser/detect_unsafe_activex/module.rb
+I, [2025-12-26T18:48:12.084526 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_unsafe_activex/module.rb
+I, [2025-12-26T18:48:12.084709 #8214]  INFO -- : Processing file: ../../modules/browser/detect_vlc/command.js
+I, [2025-12-26T18:48:12.084927 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_vlc/command.js
+I, [2025-12-26T18:48:12.085038 #8214]  INFO -- : Processing file: ../../modules/browser/detect_vlc/config.yaml
+I, [2025-12-26T18:48:12.085331 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_vlc/config.yaml
+I, [2025-12-26T18:48:12.085366 #8214]  INFO -- : Processing file: ../../modules/browser/detect_vlc/module.rb
+I, [2025-12-26T18:48:12.085696 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_vlc/module.rb
+I, [2025-12-26T18:48:12.085732 #8214]  INFO -- : Processing file: ../../modules/browser/detect_wmp/command.js
+I, [2025-12-26T18:48:12.086006 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_wmp/command.js
+I, [2025-12-26T18:48:12.086088 #8214]  INFO -- : Processing file: ../../modules/browser/detect_wmp/config.yaml
+I, [2025-12-26T18:48:12.086383 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_wmp/config.yaml
+I, [2025-12-26T18:48:12.086669 #8214]  INFO -- : Processing file: ../../modules/browser/detect_wmp/module.rb
+I, [2025-12-26T18:48:12.086860 #8214]  INFO -- : Updated copyright in ../../modules/browser/detect_wmp/module.rb
+I, [2025-12-26T18:48:12.087019 #8214]  INFO -- : Processing file: ../../modules/browser/fingerprint_browser/command.js
+I, [2025-12-26T18:48:12.087327 #8214]  INFO -- : Updated copyright in ../../modules/browser/fingerprint_browser/command.js
+I, [2025-12-26T18:48:12.087408 #8214]  INFO -- : Processing file: ../../modules/browser/fingerprint_browser/config.yaml
+I, [2025-12-26T18:48:12.088936 #8214]  INFO -- : Updated copyright in ../../modules/browser/fingerprint_browser/config.yaml
+I, [2025-12-26T18:48:12.088991 #8214]  INFO -- : Processing file: ../../modules/browser/fingerprint_browser/fingerprint2.js
+W, [2025-12-26T18:48:12.089190 #8214]  WARN -- : Copyright pattern not found in ../../modules/browser/fingerprint_browser/fingerprint2.js
+I, [2025-12-26T18:48:12.089313 #8214]  INFO -- : Processing file: ../../modules/browser/fingerprint_browser/module.rb
+I, [2025-12-26T18:48:12.090105 #8214]  INFO -- : Updated copyright in ../../modules/browser/fingerprint_browser/module.rb
+I, [2025-12-26T18:48:12.090155 #8214]  INFO -- : Processing file: ../../modules/browser/get_visited_domains/command.js
+I, [2025-12-26T18:48:12.090420 #8214]  INFO -- : Updated copyright in ../../modules/browser/get_visited_domains/command.js
+I, [2025-12-26T18:48:12.090455 #8214]  INFO -- : Processing file: ../../modules/browser/get_visited_domains/config.yaml
+I, [2025-12-26T18:48:12.090639 #8214]  INFO -- : Updated copyright in ../../modules/browser/get_visited_domains/config.yaml
+I, [2025-12-26T18:48:12.090668 #8214]  INFO -- : Processing file: ../../modules/browser/get_visited_domains/module.rb
+I, [2025-12-26T18:48:12.091772 #8214]  INFO -- : Updated copyright in ../../modules/browser/get_visited_domains/module.rb
+I, [2025-12-26T18:48:12.091860 #8214]  INFO -- : Processing file: ../../modules/browser/get_visited_urls/command.js
+I, [2025-12-26T18:48:12.092742 #8214]  INFO -- : Updated copyright in ../../modules/browser/get_visited_urls/command.js
+I, [2025-12-26T18:48:12.092848 #8214]  INFO -- : Processing file: ../../modules/browser/get_visited_urls/config.yaml
+I, [2025-12-26T18:48:12.093354 #8214]  INFO -- : Updated copyright in ../../modules/browser/get_visited_urls/config.yaml
+I, [2025-12-26T18:48:12.093406 #8214]  INFO -- : Processing file: ../../modules/browser/get_visited_urls/module.rb
+I, [2025-12-26T18:48:12.093778 #8214]  INFO -- : Updated copyright in ../../modules/browser/get_visited_urls/module.rb
+I, [2025-12-26T18:48:12.093815 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/ajax_fingerprint/command.js
+I, [2025-12-26T18:48:12.094318 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/ajax_fingerprint/command.js
+I, [2025-12-26T18:48:12.094372 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/ajax_fingerprint/config.yaml
+I, [2025-12-26T18:48:12.094733 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/ajax_fingerprint/config.yaml
+I, [2025-12-26T18:48:12.094780 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/ajax_fingerprint/module.rb
+I, [2025-12-26T18:48:12.095020 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/ajax_fingerprint/module.rb
+I, [2025-12-26T18:48:12.095065 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/alert_dialog/command.js
+I, [2025-12-26T18:48:12.095298 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/alert_dialog/command.js
+I, [2025-12-26T18:48:12.095402 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/alert_dialog/config.yaml
+I, [2025-12-26T18:48:12.095643 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/alert_dialog/config.yaml
+I, [2025-12-26T18:48:12.095673 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/alert_dialog/module.rb
+I, [2025-12-26T18:48:12.095836 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/alert_dialog/module.rb
+I, [2025-12-26T18:48:12.095865 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/command.js
+I, [2025-12-26T18:48:12.096028 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/command.js
+I, [2025-12-26T18:48:12.096093 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/config.yaml
+I, [2025-12-26T18:48:12.096235 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/config.yaml
+I, [2025-12-26T18:48:12.096304 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/module.rb
+I, [2025-12-26T18:48:12.096440 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/apache_tomcat_examples_cookie_disclosure/module.rb
+I, [2025-12-26T18:48:12.096469 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/cisco_asa_password_disclosure/command.js
+I, [2025-12-26T18:48:12.096750 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/cisco_asa_password_disclosure/command.js
+I, [2025-12-26T18:48:12.096812 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/cisco_asa_password_disclosure/config.yaml
+I, [2025-12-26T18:48:12.097152 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/cisco_asa_password_disclosure/config.yaml
+I, [2025-12-26T18:48:12.097241 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/cisco_asa_password_disclosure/module.rb
+I, [2025-12-26T18:48:12.097379 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/cisco_asa_password_disclosure/module.rb
+I, [2025-12-26T18:48:12.097408 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/clear_console/command.js
+I, [2025-12-26T18:48:12.097615 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/clear_console/command.js
+I, [2025-12-26T18:48:12.097643 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/clear_console/config.yaml
+I, [2025-12-26T18:48:12.098092 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/clear_console/config.yaml
+I, [2025-12-26T18:48:12.098123 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/clear_console/module.rb
+I, [2025-12-26T18:48:12.098272 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/clear_console/module.rb
+I, [2025-12-26T18:48:12.098300 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/deface_web_page/command.js
+I, [2025-12-26T18:48:12.098532 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/deface_web_page/command.js
+I, [2025-12-26T18:48:12.098599 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/deface_web_page/config.yaml
+I, [2025-12-26T18:48:12.098760 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/deface_web_page/config.yaml
+I, [2025-12-26T18:48:12.098823 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/deface_web_page/module.rb
+I, [2025-12-26T18:48:12.098966 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/deface_web_page/module.rb
+I, [2025-12-26T18:48:12.099013 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/deface_web_page_component/command.js
+I, [2025-12-26T18:48:12.100900 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/deface_web_page_component/command.js
+I, [2025-12-26T18:48:12.100948 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/deface_web_page_component/config.yaml
+I, [2025-12-26T18:48:12.101126 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/deface_web_page_component/config.yaml
+I, [2025-12-26T18:48:12.101195 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/deface_web_page_component/module.rb
+I, [2025-12-26T18:48:12.101338 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/deface_web_page_component/module.rb
+I, [2025-12-26T18:48:12.101410 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/disable_developer_tools/command.js
+I, [2025-12-26T18:48:12.102296 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/disable_developer_tools/command.js
+I, [2025-12-26T18:48:12.102334 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/disable_developer_tools/config.yaml
+I, [2025-12-26T18:48:12.102489 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/disable_developer_tools/config.yaml
+I, [2025-12-26T18:48:12.102508 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/disable_developer_tools/module.rb
+I, [2025-12-26T18:48:12.102744 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/disable_developer_tools/module.rb
+I, [2025-12-26T18:48:12.102861 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_autocomplete_creds/command.js
+I, [2025-12-26T18:48:12.104295 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_autocomplete_creds/command.js
+I, [2025-12-26T18:48:12.104348 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_autocomplete_creds/config.yaml
+I, [2025-12-26T18:48:12.105322 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_autocomplete_creds/config.yaml
+I, [2025-12-26T18:48:12.105672 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_autocomplete_creds/module.rb
+I, [2025-12-26T18:48:12.106190 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_autocomplete_creds/module.rb
+I, [2025-12-26T18:48:12.106454 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_cookie/command.js
+I, [2025-12-26T18:48:12.107201 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_cookie/command.js
+I, [2025-12-26T18:48:12.107287 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_cookie/config.yaml
+I, [2025-12-26T18:48:12.109066 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_cookie/config.yaml
+I, [2025-12-26T18:48:12.109108 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_cookie/module.rb
+I, [2025-12-26T18:48:12.109353 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_cookie/module.rb
+I, [2025-12-26T18:48:12.109671 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_form_values/command.js
+I, [2025-12-26T18:48:12.109946 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_form_values/command.js
+I, [2025-12-26T18:48:12.110023 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_form_values/config.yaml
+I, [2025-12-26T18:48:12.110156 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_form_values/config.yaml
+I, [2025-12-26T18:48:12.110184 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_form_values/module.rb
+I, [2025-12-26T18:48:12.110794 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_form_values/module.rb
+I, [2025-12-26T18:48:12.110985 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_local_storage/command.js
+I, [2025-12-26T18:48:12.111457 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_local_storage/command.js
+I, [2025-12-26T18:48:12.111879 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_local_storage/config.yaml
+I, [2025-12-26T18:48:12.112495 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_local_storage/config.yaml
+I, [2025-12-26T18:48:12.112836 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_local_storage/module.rb
+I, [2025-12-26T18:48:12.113204 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_local_storage/module.rb
+I, [2025-12-26T18:48:12.113394 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_html/command.js
+I, [2025-12-26T18:48:12.114149 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_html/command.js
+I, [2025-12-26T18:48:12.114321 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_html/config.yaml
+I, [2025-12-26T18:48:12.114848 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_html/config.yaml
+I, [2025-12-26T18:48:12.114955 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_html/module.rb
+I, [2025-12-26T18:48:12.115183 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_html/module.rb
+I, [2025-12-26T18:48:12.115247 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_html_iframe/command.js
+I, [2025-12-26T18:48:12.115644 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_html_iframe/command.js
+I, [2025-12-26T18:48:12.115690 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_html_iframe/config.yaml
+I, [2025-12-26T18:48:12.115877 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_html_iframe/config.yaml
+I, [2025-12-26T18:48:12.115919 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_html_iframe/module.rb
+I, [2025-12-26T18:48:12.116138 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_html_iframe/module.rb
+I, [2025-12-26T18:48:12.116183 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_links/command.js
+I, [2025-12-26T18:48:12.116359 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_links/command.js
+I, [2025-12-26T18:48:12.116405 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_links/config.yaml
+I, [2025-12-26T18:48:12.116776 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_links/config.yaml
+I, [2025-12-26T18:48:12.116823 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_page_links/module.rb
+I, [2025-12-26T18:48:12.117135 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_page_links/module.rb
+I, [2025-12-26T18:48:12.117243 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_session_storage/command.js
+I, [2025-12-26T18:48:12.117781 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_session_storage/command.js
+I, [2025-12-26T18:48:12.117865 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_session_storage/config.yaml
+I, [2025-12-26T18:48:12.118050 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_session_storage/config.yaml
+I, [2025-12-26T18:48:12.118091 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_session_storage/module.rb
+I, [2025-12-26T18:48:12.118244 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_session_storage/module.rb
+I, [2025-12-26T18:48:12.118264 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_stored_credentials/command.js
+I, [2025-12-26T18:48:12.118435 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_stored_credentials/command.js
+I, [2025-12-26T18:48:12.118455 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_stored_credentials/config.yaml
+I, [2025-12-26T18:48:12.118645 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_stored_credentials/config.yaml
+I, [2025-12-26T18:48:12.118665 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/get_stored_credentials/module.rb
+I, [2025-12-26T18:48:12.118936 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/get_stored_credentials/module.rb
+I, [2025-12-26T18:48:12.119001 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite/command.js
+I, [2025-12-26T18:48:12.119131 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite/command.js
+I, [2025-12-26T18:48:12.119160 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite/config.yaml
+I, [2025-12-26T18:48:12.119318 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite/config.yaml
+I, [2025-12-26T18:48:12.119374 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite/module.rb
+I, [2025-12-26T18:48:12.119571 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite/module.rb
+I, [2025-12-26T18:48:12.119642 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_click_events/command.js
+I, [2025-12-26T18:48:12.119769 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_click_events/command.js
+I, [2025-12-26T18:48:12.119833 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_click_events/config.yaml
+I, [2025-12-26T18:48:12.119984 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_click_events/config.yaml
+I, [2025-12-26T18:48:12.120013 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_click_events/module.rb
+I, [2025-12-26T18:48:12.120175 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_click_events/module.rb
+I, [2025-12-26T18:48:12.120204 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_sslstrip/command.js
+I, [2025-12-26T18:48:12.120329 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_sslstrip/command.js
+I, [2025-12-26T18:48:12.120357 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_sslstrip/config.yaml
+I, [2025-12-26T18:48:12.120481 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_sslstrip/config.yaml
+I, [2025-12-26T18:48:12.120685 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_sslstrip/module.rb
+I, [2025-12-26T18:48:12.120924 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_sslstrip/module.rb
+I, [2025-12-26T18:48:12.120998 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_tel/command.js
+I, [2025-12-26T18:48:12.121153 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_tel/command.js
+I, [2025-12-26T18:48:12.121219 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_tel/config.yaml
+I, [2025-12-26T18:48:12.121367 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_tel/config.yaml
+I, [2025-12-26T18:48:12.121684 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/link_rewrite_tel/module.rb
+I, [2025-12-26T18:48:12.122021 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/link_rewrite_tel/module.rb
+I, [2025-12-26T18:48:12.122065 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/mobilesafari_address_spoofing/command.js
+I, [2025-12-26T18:48:12.122212 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/mobilesafari_address_spoofing/command.js
+I, [2025-12-26T18:48:12.122241 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/mobilesafari_address_spoofing/config.yaml
+I, [2025-12-26T18:48:12.122402 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/mobilesafari_address_spoofing/config.yaml
+I, [2025-12-26T18:48:12.122508 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/mobilesafari_address_spoofing/module.rb
+I, [2025-12-26T18:48:12.122658 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/mobilesafari_address_spoofing/module.rb
+I, [2025-12-26T18:48:12.122687 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/overflow_cookiejar/command.js
+I, [2025-12-26T18:48:12.123807 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/overflow_cookiejar/command.js
+I, [2025-12-26T18:48:12.123959 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/overflow_cookiejar/config.yaml
+I, [2025-12-26T18:48:12.124997 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/overflow_cookiejar/config.yaml
+I, [2025-12-26T18:48:12.125073 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/overflow_cookiejar/module.rb
+I, [2025-12-26T18:48:12.125338 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/overflow_cookiejar/module.rb
+I, [2025-12-26T18:48:12.125404 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/prompt_dialog/command.js
+I, [2025-12-26T18:48:12.127401 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/prompt_dialog/command.js
+I, [2025-12-26T18:48:12.127492 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/prompt_dialog/config.yaml
+I, [2025-12-26T18:48:12.128102 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/prompt_dialog/config.yaml
+I, [2025-12-26T18:48:12.128976 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/prompt_dialog/module.rb
+I, [2025-12-26T18:48:12.129404 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/prompt_dialog/module.rb
+I, [2025-12-26T18:48:12.129469 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/remove_stuck_iframes/command.js
+I, [2025-12-26T18:48:12.129701 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/remove_stuck_iframes/command.js
+I, [2025-12-26T18:48:12.129732 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/remove_stuck_iframes/config.yaml
+I, [2025-12-26T18:48:12.129889 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/remove_stuck_iframes/config.yaml
+I, [2025-12-26T18:48:12.129923 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/remove_stuck_iframes/module.rb
+I, [2025-12-26T18:48:12.130152 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/remove_stuck_iframes/module.rb
+I, [2025-12-26T18:48:12.130219 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/replace_video/command.js
+I, [2025-12-26T18:48:12.130658 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/replace_video/command.js
+I, [2025-12-26T18:48:12.130774 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/replace_video/config.yaml
+I, [2025-12-26T18:48:12.130928 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/replace_video/config.yaml
+I, [2025-12-26T18:48:12.130970 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/replace_video/module.rb
+I, [2025-12-26T18:48:12.131237 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/replace_video/module.rb
+I, [2025-12-26T18:48:12.131273 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/rickroll/command.js
+I, [2025-12-26T18:48:12.131433 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/rickroll/command.js
+I, [2025-12-26T18:48:12.131770 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/rickroll/config.yaml
+I, [2025-12-26T18:48:12.133561 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/rickroll/config.yaml
+I, [2025-12-26T18:48:12.133608 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/rickroll/module.rb
+I, [2025-12-26T18:48:12.133780 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/rickroll/module.rb
+I, [2025-12-26T18:48:12.133809 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/site_redirect/command.js
+I, [2025-12-26T18:48:12.134059 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/site_redirect/command.js
+I, [2025-12-26T18:48:12.134153 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/site_redirect/config.yaml
+I, [2025-12-26T18:48:12.134338 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/site_redirect/config.yaml
+I, [2025-12-26T18:48:12.134409 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/site_redirect/module.rb
+I, [2025-12-26T18:48:12.134652 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/site_redirect/module.rb
+I, [2025-12-26T18:48:12.134682 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/site_redirect_iframe/command.js
+I, [2025-12-26T18:48:12.134847 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/site_redirect_iframe/command.js
+I, [2025-12-26T18:48:12.134909 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/site_redirect_iframe/config.yaml
+I, [2025-12-26T18:48:12.135062 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/site_redirect_iframe/config.yaml
+I, [2025-12-26T18:48:12.135355 #8214]  INFO -- : Processing file: ../../modules/browser/hooked_origin/site_redirect_iframe/module.rb
+I, [2025-12-26T18:48:12.135993 #8214]  INFO -- : Updated copyright in ../../modules/browser/hooked_origin/site_redirect_iframe/module.rb
+I, [2025-12-26T18:48:12.136236 #8214]  INFO -- : Processing file: ../../modules/browser/play_sound/command.js
+I, [2025-12-26T18:48:12.136689 #8214]  INFO -- : Updated copyright in ../../modules/browser/play_sound/command.js
+I, [2025-12-26T18:48:12.137021 #8214]  INFO -- : Processing file: ../../modules/browser/play_sound/config.yaml
+I, [2025-12-26T18:48:12.137671 #8214]  INFO -- : Updated copyright in ../../modules/browser/play_sound/config.yaml
+I, [2025-12-26T18:48:12.138188 #8214]  INFO -- : Processing file: ../../modules/browser/play_sound/module.rb
+I, [2025-12-26T18:48:12.138613 #8214]  INFO -- : Updated copyright in ../../modules/browser/play_sound/module.rb
+I, [2025-12-26T18:48:12.138694 #8214]  INFO -- : Processing file: ../../modules/browser/remove_hook_element/command.js
+I, [2025-12-26T18:48:12.139021 #8214]  INFO -- : Updated copyright in ../../modules/browser/remove_hook_element/command.js
+I, [2025-12-26T18:48:12.139163 #8214]  INFO -- : Processing file: ../../modules/browser/remove_hook_element/config.yaml
+I, [2025-12-26T18:48:12.139553 #8214]  INFO -- : Updated copyright in ../../modules/browser/remove_hook_element/config.yaml
+I, [2025-12-26T18:48:12.139621 #8214]  INFO -- : Processing file: ../../modules/browser/remove_hook_element/module.rb
+I, [2025-12-26T18:48:12.139971 #8214]  INFO -- : Updated copyright in ../../modules/browser/remove_hook_element/module.rb
+I, [2025-12-26T18:48:12.140104 #8214]  INFO -- : Processing file: ../../modules/browser/spyder_eye/command.js
+I, [2025-12-26T18:48:12.140399 #8214]  INFO -- : Updated copyright in ../../modules/browser/spyder_eye/command.js
+I, [2025-12-26T18:48:12.140485 #8214]  INFO -- : Processing file: ../../modules/browser/spyder_eye/config.yaml
+I, [2025-12-26T18:48:12.141254 #8214]  INFO -- : Updated copyright in ../../modules/browser/spyder_eye/config.yaml
+I, [2025-12-26T18:48:12.141294 #8214]  INFO -- : Processing file: ../../modules/browser/spyder_eye/html2canvas.min.js
+W, [2025-12-26T18:48:12.141628 #8214]  WARN -- : Copyright pattern not found in ../../modules/browser/spyder_eye/html2canvas.min.js
+I, [2025-12-26T18:48:12.141796 #8214]  INFO -- : Processing file: ../../modules/browser/spyder_eye/module.rb
+I, [2025-12-26T18:48:12.142140 #8214]  INFO -- : Updated copyright in ../../modules/browser/spyder_eye/module.rb
+I, [2025-12-26T18:48:12.142178 #8214]  INFO -- : Processing file: ../../modules/browser/unhook/command.js
+I, [2025-12-26T18:48:12.142657 #8214]  INFO -- : Updated copyright in ../../modules/browser/unhook/command.js
+I, [2025-12-26T18:48:12.142702 #8214]  INFO -- : Processing file: ../../modules/browser/unhook/config.yaml
+I, [2025-12-26T18:48:12.142988 #8214]  INFO -- : Updated copyright in ../../modules/browser/unhook/config.yaml
+I, [2025-12-26T18:48:12.143024 #8214]  INFO -- : Processing file: ../../modules/browser/unhook/module.rb
+I, [2025-12-26T18:48:12.143422 #8214]  INFO -- : Updated copyright in ../../modules/browser/unhook/module.rb
+I, [2025-12-26T18:48:12.143459 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_flash/command.js
+I, [2025-12-26T18:48:12.144023 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_flash/command.js
+I, [2025-12-26T18:48:12.144067 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_flash/config.yaml
+I, [2025-12-26T18:48:12.144610 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_flash/config.yaml
+I, [2025-12-26T18:48:12.144880 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_flash/dev/com/adobe/images/BitString.as
+W, [2025-12-26T18:48:12.144939 #8214]  WARN -- : Copyright pattern not found in ../../modules/browser/webcam_flash/dev/com/adobe/images/BitString.as
+I, [2025-12-26T18:48:12.144965 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_flash/dev/com/adobe/images/JPGEncoder.as
+W, [2025-12-26T18:48:12.145024 #8214]  WARN -- : Copyright pattern not found in ../../modules/browser/webcam_flash/dev/com/adobe/images/JPGEncoder.as
+I, [2025-12-26T18:48:12.145050 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_flash/dev/com/adobe/images/PNGEncoder.as
+W, [2025-12-26T18:48:12.145383 #8214]  WARN -- : Copyright pattern not found in ../../modules/browser/webcam_flash/dev/com/adobe/images/PNGEncoder.as
+I, [2025-12-26T18:48:12.145484 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_flash/dev/com/foxarc/util/Base64.as
+W, [2025-12-26T18:48:12.145680 #8214]  WARN -- : Copyright pattern not found in ../../modules/browser/webcam_flash/dev/com/foxarc/util/Base64.as
+I, [2025-12-26T18:48:12.145719 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_flash/module.rb
+I, [2025-12-26T18:48:12.145946 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_flash/module.rb
+I, [2025-12-26T18:48:12.146040 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_flash/swfobject.js
+W, [2025-12-26T18:48:12.146102 #8214]  WARN -- : Copyright pattern not found in ../../modules/browser/webcam_flash/swfobject.js
+I, [2025-12-26T18:48:12.146128 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_html5/command.js
+I, [2025-12-26T18:48:12.146365 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_html5/command.js
+I, [2025-12-26T18:48:12.146404 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_html5/config.yaml
+I, [2025-12-26T18:48:12.146786 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_html5/config.yaml
+I, [2025-12-26T18:48:12.146821 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_html5/module.rb
+I, [2025-12-26T18:48:12.147044 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_html5/module.rb
+I, [2025-12-26T18:48:12.147115 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_permission_check/cameraCheck.as
+I, [2025-12-26T18:48:12.147266 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_permission_check/cameraCheck.as
+I, [2025-12-26T18:48:12.147434 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_permission_check/command.js
+I, [2025-12-26T18:48:12.147708 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_permission_check/command.js
+I, [2025-12-26T18:48:12.147738 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_permission_check/config.yaml
+I, [2025-12-26T18:48:12.147917 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_permission_check/config.yaml
+I, [2025-12-26T18:48:12.147945 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_permission_check/module.rb
+I, [2025-12-26T18:48:12.148100 #8214]  INFO -- : Updated copyright in ../../modules/browser/webcam_permission_check/module.rb
+I, [2025-12-26T18:48:12.148158 #8214]  INFO -- : Processing file: ../../modules/browser/webcam_permission_check/swfobject.js
+W, [2025-12-26T18:48:12.148217 #8214]  WARN -- : Copyright pattern not found in ../../modules/browser/webcam_permission_check/swfobject.js
+I, [2025-12-26T18:48:12.148243 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/execute_tabs/command.js
+I, [2025-12-26T18:48:12.148377 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/execute_tabs/command.js
+I, [2025-12-26T18:48:12.148405 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/execute_tabs/config.yaml
+I, [2025-12-26T18:48:12.148612 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/execute_tabs/config.yaml
+I, [2025-12-26T18:48:12.148639 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/execute_tabs/module.rb
+I, [2025-12-26T18:48:12.148812 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/execute_tabs/module.rb
+I, [2025-12-26T18:48:12.148868 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/get_all_cookies/command.js
+I, [2025-12-26T18:48:12.149022 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/get_all_cookies/command.js
+I, [2025-12-26T18:48:12.149055 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/get_all_cookies/config.yaml
+I, [2025-12-26T18:48:12.149232 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/get_all_cookies/config.yaml
+I, [2025-12-26T18:48:12.149300 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/get_all_cookies/module.rb
+I, [2025-12-26T18:48:12.149448 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/get_all_cookies/module.rb
+I, [2025-12-26T18:48:12.149777 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/grab_google_contacts/command.js
+I, [2025-12-26T18:48:12.149956 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/grab_google_contacts/command.js
+I, [2025-12-26T18:48:12.150142 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/grab_google_contacts/config.yaml
+I, [2025-12-26T18:48:12.150344 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/grab_google_contacts/config.yaml
+I, [2025-12-26T18:48:12.150417 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/grab_google_contacts/module.rb
+I, [2025-12-26T18:48:12.150654 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/grab_google_contacts/module.rb
+I, [2025-12-26T18:48:12.150691 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/inject_beef/command.js
+I, [2025-12-26T18:48:12.150834 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/inject_beef/command.js
+I, [2025-12-26T18:48:12.150874 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/inject_beef/config.yaml
+I, [2025-12-26T18:48:12.151225 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/inject_beef/config.yaml
+I, [2025-12-26T18:48:12.151272 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/inject_beef/module.rb
+I, [2025-12-26T18:48:12.151435 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/inject_beef/module.rb
+I, [2025-12-26T18:48:12.151463 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/screenshot/command.js
+I, [2025-12-26T18:48:12.151657 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/screenshot/command.js
+I, [2025-12-26T18:48:12.151685 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/screenshot/config.yaml
+I, [2025-12-26T18:48:12.151839 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/screenshot/config.yaml
+I, [2025-12-26T18:48:12.151897 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/screenshot/module.rb
+I, [2025-12-26T18:48:12.152039 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/screenshot/module.rb
+I, [2025-12-26T18:48:12.152096 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/send_gvoice_sms/command.js
+I, [2025-12-26T18:48:12.152225 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/send_gvoice_sms/command.js
+I, [2025-12-26T18:48:12.152289 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/send_gvoice_sms/config.yaml
+I, [2025-12-26T18:48:12.152416 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/send_gvoice_sms/config.yaml
+I, [2025-12-26T18:48:12.152542 #8214]  INFO -- : Processing file: ../../modules/chrome_extensions/send_gvoice_sms/module.rb
+I, [2025-12-26T18:48:12.152750 #8214]  INFO -- : Updated copyright in ../../modules/chrome_extensions/send_gvoice_sms/module.rb
+I, [2025-12-26T18:48:12.152792 #8214]  INFO -- : Processing file: ../../modules/debug/test_beef_debug/command.js
+I, [2025-12-26T18:48:12.152985 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_beef_debug/command.js
+I, [2025-12-26T18:48:12.153036 #8214]  INFO -- : Processing file: ../../modules/debug/test_beef_debug/config.yaml
+I, [2025-12-26T18:48:12.153192 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_beef_debug/config.yaml
+I, [2025-12-26T18:48:12.153240 #8214]  INFO -- : Processing file: ../../modules/debug/test_beef_debug/module.rb
+I, [2025-12-26T18:48:12.153424 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_beef_debug/module.rb
+I, [2025-12-26T18:48:12.153568 #8214]  INFO -- : Processing file: ../../modules/debug/test_cors_request/command.js
+I, [2025-12-26T18:48:12.153718 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_cors_request/command.js
+I, [2025-12-26T18:48:12.153938 #8214]  INFO -- : Processing file: ../../modules/debug/test_cors_request/config.yaml
+I, [2025-12-26T18:48:12.154169 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_cors_request/config.yaml
+I, [2025-12-26T18:48:12.155136 #8214]  INFO -- : Processing file: ../../modules/debug/test_cors_request/module.rb
+I, [2025-12-26T18:48:12.156214 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_cors_request/module.rb
+I, [2025-12-26T18:48:12.156287 #8214]  INFO -- : Processing file: ../../modules/debug/test_dns_tunnel_client/command.js
+I, [2025-12-26T18:48:12.156633 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_dns_tunnel_client/command.js
+I, [2025-12-26T18:48:12.156701 #8214]  INFO -- : Processing file: ../../modules/debug/test_dns_tunnel_client/config.yaml
+I, [2025-12-26T18:48:12.156958 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_dns_tunnel_client/config.yaml
+I, [2025-12-26T18:48:12.157605 #8214]  INFO -- : Processing file: ../../modules/debug/test_dns_tunnel_client/module.rb
+I, [2025-12-26T18:48:12.157821 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_dns_tunnel_client/module.rb
+I, [2025-12-26T18:48:12.157950 #8214]  INFO -- : Processing file: ../../modules/debug/test_get_variable/command.js
+I, [2025-12-26T18:48:12.158331 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_get_variable/command.js
+I, [2025-12-26T18:48:12.158382 #8214]  INFO -- : Processing file: ../../modules/debug/test_get_variable/config.yaml
+I, [2025-12-26T18:48:12.159015 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_get_variable/config.yaml
+I, [2025-12-26T18:48:12.159082 #8214]  INFO -- : Processing file: ../../modules/debug/test_get_variable/module.rb
+I, [2025-12-26T18:48:12.159430 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_get_variable/module.rb
+I, [2025-12-26T18:48:12.159593 #8214]  INFO -- : Processing file: ../../modules/debug/test_http_redirect/command.js
+I, [2025-12-26T18:48:12.159958 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_http_redirect/command.js
+I, [2025-12-26T18:48:12.160030 #8214]  INFO -- : Processing file: ../../modules/debug/test_http_redirect/config.yaml
+I, [2025-12-26T18:48:12.160816 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_http_redirect/config.yaml
+I, [2025-12-26T18:48:12.160929 #8214]  INFO -- : Processing file: ../../modules/debug/test_http_redirect/module.rb
+I, [2025-12-26T18:48:12.161171 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_http_redirect/module.rb
+I, [2025-12-26T18:48:12.161274 #8214]  INFO -- : Processing file: ../../modules/debug/test_network_request/command.js
+I, [2025-12-26T18:48:12.161599 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_network_request/command.js
+I, [2025-12-26T18:48:12.161711 #8214]  INFO -- : Processing file: ../../modules/debug/test_network_request/config.yaml
+I, [2025-12-26T18:48:12.162316 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_network_request/config.yaml
+I, [2025-12-26T18:48:12.162456 #8214]  INFO -- : Processing file: ../../modules/debug/test_network_request/module.rb
+I, [2025-12-26T18:48:12.162761 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_network_request/module.rb
+I, [2025-12-26T18:48:12.162826 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_ascii_chars/command.js
+I, [2025-12-26T18:48:12.163038 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_ascii_chars/command.js
+I, [2025-12-26T18:48:12.163073 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_ascii_chars/config.yaml
+I, [2025-12-26T18:48:12.163250 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_ascii_chars/config.yaml
+I, [2025-12-26T18:48:12.163283 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_ascii_chars/module.rb
+I, [2025-12-26T18:48:12.163467 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_ascii_chars/module.rb
+I, [2025-12-26T18:48:12.163495 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_image/command.js
+I, [2025-12-26T18:48:12.163758 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_image/command.js
+I, [2025-12-26T18:48:12.163791 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_image/config.yaml
+I, [2025-12-26T18:48:12.163918 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_image/config.yaml
+I, [2025-12-26T18:48:12.163946 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_image/module.rb
+I, [2025-12-26T18:48:12.164070 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_image/module.rb
+I, [2025-12-26T18:48:12.164115 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_long_string/command.js
+I, [2025-12-26T18:48:12.164284 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_long_string/command.js
+I, [2025-12-26T18:48:12.164420 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_long_string/config.yaml
+I, [2025-12-26T18:48:12.164590 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_long_string/config.yaml
+I, [2025-12-26T18:48:12.164618 #8214]  INFO -- : Processing file: ../../modules/debug/test_return_long_string/module.rb
+I, [2025-12-26T18:48:12.164765 #8214]  INFO -- : Updated copyright in ../../modules/debug/test_return_long_string/module.rb
+I, [2025-12-26T18:48:12.164823 #8214]  INFO -- : Processing file: ../../modules/exploits/apache_cookie_disclosure/command.js
+I, [2025-12-26T18:48:12.164964 #8214]  INFO -- : Updated copyright in ../../modules/exploits/apache_cookie_disclosure/command.js
+I, [2025-12-26T18:48:12.165019 #8214]  INFO -- : Processing file: ../../modules/exploits/apache_cookie_disclosure/config.yaml
+I, [2025-12-26T18:48:12.165167 #8214]  INFO -- : Updated copyright in ../../modules/exploits/apache_cookie_disclosure/config.yaml
+I, [2025-12-26T18:48:12.165255 #8214]  INFO -- : Processing file: ../../modules/exploits/apache_cookie_disclosure/module.rb
+I, [2025-12-26T18:48:12.165394 #8214]  INFO -- : Updated copyright in ../../modules/exploits/apache_cookie_disclosure/module.rb
+I, [2025-12-26T18:48:12.165422 #8214]  INFO -- : Processing file: ../../modules/exploits/apache_felix_remote_shell/command.js
+I, [2025-12-26T18:48:12.165631 #8214]  INFO -- : Updated copyright in ../../modules/exploits/apache_felix_remote_shell/command.js
+I, [2025-12-26T18:48:12.165659 #8214]  INFO -- : Processing file: ../../modules/exploits/apache_felix_remote_shell/config.yaml
+I, [2025-12-26T18:48:12.165809 #8214]  INFO -- : Updated copyright in ../../modules/exploits/apache_felix_remote_shell/config.yaml
+I, [2025-12-26T18:48:12.165837 #8214]  INFO -- : Processing file: ../../modules/exploits/apache_felix_remote_shell/module.rb
+I, [2025-12-26T18:48:12.166005 #8214]  INFO -- : Updated copyright in ../../modules/exploits/apache_felix_remote_shell/module.rb
+I, [2025-12-26T18:48:12.166033 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/beef_bind_shell/command.js
+I, [2025-12-26T18:48:12.166186 #8214]  INFO -- : Updated copyright in ../../modules/exploits/beefbind/beef_bind_shell/command.js
+I, [2025-12-26T18:48:12.166214 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/beef_bind_shell/config.yaml
+I, [2025-12-26T18:48:12.166370 #8214]  INFO -- : Updated copyright in ../../modules/exploits/beefbind/beef_bind_shell/config.yaml
+I, [2025-12-26T18:48:12.166412 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/beef_bind_shell/module.rb
+I, [2025-12-26T18:48:12.166617 #8214]  INFO -- : Updated copyright in ../../modules/exploits/beefbind/beef_bind_shell/module.rb
+I, [2025-12-26T18:48:12.166646 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/linux/x64/socket64.c
+I, [2025-12-26T18:48:12.166786 #8214]  INFO -- : Updated copyright in ../../modules/exploits/beefbind/shellcode_sources/linux/x64/socket64.c
+I, [2025-12-26T18:48:12.166841 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/linux/x64/stage64.nasm
+W, [2025-12-26T18:48:12.166936 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/linux/x64/stage64.nasm
+I, [2025-12-26T18:48:12.166969 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/linux/x64/stager64.nasm
+W, [2025-12-26T18:48:12.167014 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/linux/x64/stager64.nasm
+I, [2025-12-26T18:48:12.167039 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/linux/x86/socket.c
+I, [2025-12-26T18:48:12.168279 #8214]  INFO -- : Updated copyright in ../../modules/exploits/beefbind/shellcode_sources/linux/x86/socket.c
+I, [2025-12-26T18:48:12.168349 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/linux/x86/stage.nasm
+I, [2025-12-26T18:48:12.168690 #8214]  INFO -- : Updated copyright in ../../modules/exploits/beefbind/shellcode_sources/linux/x86/stage.nasm
+I, [2025-12-26T18:48:12.169393 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/linux/x86/stager.nasm
+I, [2025-12-26T18:48:12.170161 #8214]  INFO -- : Updated copyright in ../../modules/exploits/beefbind/shellcode_sources/linux/x86/stager.nasm
+I, [2025-12-26T18:48:12.170310 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/msf/README.md
+W, [2025-12-26T18:48:12.170875 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/msf/README.md
+I, [2025-12-26T18:48:12.170947 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-handler.rb
+W, [2025-12-26T18:48:12.171221 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-handler.rb
+I, [2025-12-26T18:48:12.171345 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stage-linux-x64.rb
+W, [2025-12-26T18:48:12.171496 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stage-linux-x64.rb
+I, [2025-12-26T18:48:12.171562 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stage-linux-x86.rb
+W, [2025-12-26T18:48:12.172019 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stage-linux-x86.rb
+I, [2025-12-26T18:48:12.172167 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stage-windows-x86.rb
+W, [2025-12-26T18:48:12.172396 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stage-windows-x86.rb
+I, [2025-12-26T18:48:12.172490 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x64.rb
+W, [2025-12-26T18:48:12.172673 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x64.rb
+I, [2025-12-26T18:48:12.172721 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x86.rb
+W, [2025-12-26T18:48:12.172827 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-linux-x86.rb
+I, [2025-12-26T18:48:12.172903 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-windows-x86.rb
+W, [2025-12-26T18:48:12.172988 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/beefbind/shellcode_sources/msf/beef_bind-stager-windows-x86.rb
+I, [2025-12-26T18:48:12.173016 #8214]  INFO -- : Processing file: ../../modules/exploits/beefbind/shellcode_sources/windows/socket.c
+I, [2025-12-26T18:48:12.173482 #8214]  INFO -- : Updated copyright in ../../modules/exploits/beefbind/shellcode_sources/windows/socket.c
+I, [2025-12-26T18:48:12.173739 #8214]  INFO -- : Processing file: ../../modules/exploits/boastmachine_3_1_add_user_csrf/command.js
+I, [2025-12-26T18:48:12.173903 #8214]  INFO -- : Updated copyright in ../../modules/exploits/boastmachine_3_1_add_user_csrf/command.js
+I, [2025-12-26T18:48:12.173932 #8214]  INFO -- : Processing file: ../../modules/exploits/boastmachine_3_1_add_user_csrf/config.yaml
+I, [2025-12-26T18:48:12.174087 #8214]  INFO -- : Updated copyright in ../../modules/exploits/boastmachine_3_1_add_user_csrf/config.yaml
+I, [2025-12-26T18:48:12.174115 #8214]  INFO -- : Processing file: ../../modules/exploits/boastmachine_3_1_add_user_csrf/module.rb
+I, [2025-12-26T18:48:12.174282 #8214]  INFO -- : Updated copyright in ../../modules/exploits/boastmachine_3_1_add_user_csrf/module.rb
+I, [2025-12-26T18:48:12.174310 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/airlive_ip_camera_csrf/command.js
+I, [2025-12-26T18:48:12.174901 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/airlive_ip_camera_csrf/command.js
+I, [2025-12-26T18:48:12.175002 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/airlive_ip_camera_csrf/config.yaml
+I, [2025-12-26T18:48:12.175281 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/airlive_ip_camera_csrf/config.yaml
+I, [2025-12-26T18:48:12.175362 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/airlive_ip_camera_csrf/module.rb
+I, [2025-12-26T18:48:12.175684 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/airlive_ip_camera_csrf/module.rb
+I, [2025-12-26T18:48:12.176008 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/dlink_dcs_series_csrf/command.js
+I, [2025-12-26T18:48:12.176185 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/dlink_dcs_series_csrf/command.js
+I, [2025-12-26T18:48:12.176211 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/dlink_dcs_series_csrf/config.yaml
+I, [2025-12-26T18:48:12.176368 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/dlink_dcs_series_csrf/config.yaml
+I, [2025-12-26T18:48:12.176393 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/dlink_dcs_series_csrf/module.rb
+I, [2025-12-26T18:48:12.177266 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/dlink_dcs_series_csrf/module.rb
+I, [2025-12-26T18:48:12.177328 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/linksys_wvc_wireless_camera_csrf/command.js
+I, [2025-12-26T18:48:12.177901 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/linksys_wvc_wireless_camera_csrf/command.js
+I, [2025-12-26T18:48:12.177961 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/linksys_wvc_wireless_camera_csrf/config.yaml
+I, [2025-12-26T18:48:12.178945 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/linksys_wvc_wireless_camera_csrf/config.yaml
+I, [2025-12-26T18:48:12.178990 #8214]  INFO -- : Processing file: ../../modules/exploits/camera/linksys_wvc_wireless_camera_csrf/module.rb
+I, [2025-12-26T18:48:12.179277 #8214]  INFO -- : Updated copyright in ../../modules/exploits/camera/linksys_wvc_wireless_camera_csrf/module.rb
+I, [2025-12-26T18:48:12.179662 #8214]  INFO -- : Processing file: ../../modules/exploits/coldfusion_dir_traversal_exploit/command.js
+I, [2025-12-26T18:48:12.179883 #8214]  INFO -- : Updated copyright in ../../modules/exploits/coldfusion_dir_traversal_exploit/command.js
+I, [2025-12-26T18:48:12.180021 #8214]  INFO -- : Processing file: ../../modules/exploits/coldfusion_dir_traversal_exploit/config.yaml
+I, [2025-12-26T18:48:12.180191 #8214]  INFO -- : Updated copyright in ../../modules/exploits/coldfusion_dir_traversal_exploit/config.yaml
+I, [2025-12-26T18:48:12.180495 #8214]  INFO -- : Processing file: ../../modules/exploits/coldfusion_dir_traversal_exploit/module.rb
+I, [2025-12-26T18:48:12.181015 #8214]  INFO -- : Updated copyright in ../../modules/exploits/coldfusion_dir_traversal_exploit/module.rb
+I, [2025-12-26T18:48:12.181098 #8214]  INFO -- : Processing file: ../../modules/exploits/extract_cmd_exec/command.js
+I, [2025-12-26T18:48:12.181466 #8214]  INFO -- : Updated copyright in ../../modules/exploits/extract_cmd_exec/command.js
+I, [2025-12-26T18:48:12.181710 #8214]  INFO -- : Processing file: ../../modules/exploits/extract_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.182031 #8214]  INFO -- : Updated copyright in ../../modules/exploits/extract_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.182102 #8214]  INFO -- : Processing file: ../../modules/exploits/extract_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.182429 #8214]  INFO -- : Updated copyright in ../../modules/exploits/extract_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.182501 #8214]  INFO -- : Processing file: ../../modules/exploits/farsite_x25_remote_shell/command.js
+W, [2025-12-26T18:48:12.182675 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/farsite_x25_remote_shell/command.js
+I, [2025-12-26T18:48:12.182724 #8214]  INFO -- : Processing file: ../../modules/exploits/farsite_x25_remote_shell/config.yaml
+W, [2025-12-26T18:48:12.182787 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/farsite_x25_remote_shell/config.yaml
+I, [2025-12-26T18:48:12.182813 #8214]  INFO -- : Processing file: ../../modules/exploits/farsite_x25_remote_shell/module.rb
+W, [2025-12-26T18:48:12.182992 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/farsite_x25_remote_shell/module.rb
+I, [2025-12-26T18:48:12.183046 #8214]  INFO -- : Processing file: ../../modules/exploits/firephp/command.js
+I, [2025-12-26T18:48:12.183368 #8214]  INFO -- : Updated copyright in ../../modules/exploits/firephp/command.js
+I, [2025-12-26T18:48:12.183439 #8214]  INFO -- : Processing file: ../../modules/exploits/firephp/config.yaml
+I, [2025-12-26T18:48:12.183821 #8214]  INFO -- : Updated copyright in ../../modules/exploits/firephp/config.yaml
+I, [2025-12-26T18:48:12.183893 #8214]  INFO -- : Processing file: ../../modules/exploits/firephp/module.rb
+I, [2025-12-26T18:48:12.184060 #8214]  INFO -- : Updated copyright in ../../modules/exploits/firephp/module.rb
+I, [2025-12-26T18:48:12.184143 #8214]  INFO -- : Processing file: ../../modules/exploits/firephp/payload.js
+W, [2025-12-26T18:48:12.184201 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/firephp/payload.js
+I, [2025-12-26T18:48:12.184228 #8214]  INFO -- : Processing file: ../../modules/exploits/glassfish_war_upload_xsrf/command.js
+I, [2025-12-26T18:48:12.184352 #8214]  INFO -- : Updated copyright in ../../modules/exploits/glassfish_war_upload_xsrf/command.js
+I, [2025-12-26T18:48:12.184380 #8214]  INFO -- : Processing file: ../../modules/exploits/glassfish_war_upload_xsrf/config.yaml
+I, [2025-12-26T18:48:12.184608 #8214]  INFO -- : Updated copyright in ../../modules/exploits/glassfish_war_upload_xsrf/config.yaml
+I, [2025-12-26T18:48:12.184639 #8214]  INFO -- : Processing file: ../../modules/exploits/glassfish_war_upload_xsrf/module.rb
+I, [2025-12-26T18:48:12.184827 #8214]  INFO -- : Updated copyright in ../../modules/exploits/glassfish_war_upload_xsrf/module.rb
+I, [2025-12-26T18:48:12.184898 #8214]  INFO -- : Processing file: ../../modules/exploits/groovyshell_server_cmd_exec/command.js
+I, [2025-12-26T18:48:12.185037 #8214]  INFO -- : Updated copyright in ../../modules/exploits/groovyshell_server_cmd_exec/command.js
+I, [2025-12-26T18:48:12.185065 #8214]  INFO -- : Processing file: ../../modules/exploits/groovyshell_server_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.185187 #8214]  INFO -- : Updated copyright in ../../modules/exploits/groovyshell_server_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.185230 #8214]  INFO -- : Processing file: ../../modules/exploits/groovyshell_server_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.185485 #8214]  INFO -- : Updated copyright in ../../modules/exploits/groovyshell_server_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.185574 #8214]  INFO -- : Processing file: ../../modules/exploits/hp_ucmdb_add_user_csrf/command.js
+I, [2025-12-26T18:48:12.185756 #8214]  INFO -- : Updated copyright in ../../modules/exploits/hp_ucmdb_add_user_csrf/command.js
+I, [2025-12-26T18:48:12.185837 #8214]  INFO -- : Processing file: ../../modules/exploits/hp_ucmdb_add_user_csrf/config.yaml
+I, [2025-12-26T18:48:12.185967 #8214]  INFO -- : Updated copyright in ../../modules/exploits/hp_ucmdb_add_user_csrf/config.yaml
+I, [2025-12-26T18:48:12.185996 #8214]  INFO -- : Processing file: ../../modules/exploits/hp_ucmdb_add_user_csrf/module.rb
+I, [2025-12-26T18:48:12.186161 #8214]  INFO -- : Updated copyright in ../../modules/exploits/hp_ucmdb_add_user_csrf/module.rb
+I, [2025-12-26T18:48:12.186189 #8214]  INFO -- : Processing file: ../../modules/exploits/jboss_jmx_upload_exploit/command.js
+I, [2025-12-26T18:48:12.186358 #8214]  INFO -- : Updated copyright in ../../modules/exploits/jboss_jmx_upload_exploit/command.js
+I, [2025-12-26T18:48:12.186387 #8214]  INFO -- : Processing file: ../../modules/exploits/jboss_jmx_upload_exploit/config.yaml
+I, [2025-12-26T18:48:12.186621 #8214]  INFO -- : Updated copyright in ../../modules/exploits/jboss_jmx_upload_exploit/config.yaml
+I, [2025-12-26T18:48:12.186687 #8214]  INFO -- : Processing file: ../../modules/exploits/jboss_jmx_upload_exploit/module.rb
+I, [2025-12-26T18:48:12.186829 #8214]  INFO -- : Updated copyright in ../../modules/exploits/jboss_jmx_upload_exploit/module.rb
+I, [2025-12-26T18:48:12.186857 #8214]  INFO -- : Processing file: ../../modules/exploits/jenkins_groovy_code_exec/command.js
+I, [2025-12-26T18:48:12.187028 #8214]  INFO -- : Updated copyright in ../../modules/exploits/jenkins_groovy_code_exec/command.js
+I, [2025-12-26T18:48:12.187057 #8214]  INFO -- : Processing file: ../../modules/exploits/jenkins_groovy_code_exec/config.yaml
+I, [2025-12-26T18:48:12.187207 #8214]  INFO -- : Updated copyright in ../../modules/exploits/jenkins_groovy_code_exec/config.yaml
+I, [2025-12-26T18:48:12.187235 #8214]  INFO -- : Processing file: ../../modules/exploits/jenkins_groovy_code_exec/module.rb
+I, [2025-12-26T18:48:12.187386 #8214]  INFO -- : Updated copyright in ../../modules/exploits/jenkins_groovy_code_exec/module.rb
+I, [2025-12-26T18:48:12.187449 #8214]  INFO -- : Processing file: ../../modules/exploits/kemp_command_execution/command.js
+I, [2025-12-26T18:48:12.187664 #8214]  INFO -- : Updated copyright in ../../modules/exploits/kemp_command_execution/command.js
+I, [2025-12-26T18:48:12.187693 #8214]  INFO -- : Processing file: ../../modules/exploits/kemp_command_execution/config.yaml
+I, [2025-12-26T18:48:12.187857 #8214]  INFO -- : Updated copyright in ../../modules/exploits/kemp_command_execution/config.yaml
+I, [2025-12-26T18:48:12.187885 #8214]  INFO -- : Processing file: ../../modules/exploits/kemp_command_execution/module.rb
+I, [2025-12-26T18:48:12.188064 #8214]  INFO -- : Updated copyright in ../../modules/exploits/kemp_command_execution/module.rb
+I, [2025-12-26T18:48:12.188115 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/activex_command_execution/command.js
+I, [2025-12-26T18:48:12.188309 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/activex_command_execution/command.js
+I, [2025-12-26T18:48:12.188360 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/activex_command_execution/config.yaml
+I, [2025-12-26T18:48:12.188700 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/activex_command_execution/config.yaml
+I, [2025-12-26T18:48:12.188735 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/activex_command_execution/module.rb
+I, [2025-12-26T18:48:12.189037 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/activex_command_execution/module.rb
+I, [2025-12-26T18:48:12.189105 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/java_payload/README.txt
+W, [2025-12-26T18:48:12.189335 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/local_host/java_payload/README.txt
+I, [2025-12-26T18:48:12.189393 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/java_payload/command.js
+I, [2025-12-26T18:48:12.189699 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/java_payload/command.js
+I, [2025-12-26T18:48:12.189814 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/java_payload/config.yaml
+I, [2025-12-26T18:48:12.189976 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/java_payload/config.yaml
+I, [2025-12-26T18:48:12.190006 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/java_payload/module.rb
+I, [2025-12-26T18:48:12.190194 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/java_payload/module.rb
+I, [2025-12-26T18:48:12.190264 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/mozilla_nsiprocess_interface/command.js
+I, [2025-12-26T18:48:12.190407 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/mozilla_nsiprocess_interface/command.js
+I, [2025-12-26T18:48:12.190435 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/mozilla_nsiprocess_interface/config.yaml
+I, [2025-12-26T18:48:12.190660 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/mozilla_nsiprocess_interface/config.yaml
+I, [2025-12-26T18:48:12.190688 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/mozilla_nsiprocess_interface/module.rb
+I, [2025-12-26T18:48:12.190844 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/mozilla_nsiprocess_interface/module.rb
+I, [2025-12-26T18:48:12.190873 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/safari_launch_app/command.js
+I, [2025-12-26T18:48:12.191025 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/safari_launch_app/command.js
+I, [2025-12-26T18:48:12.191082 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/safari_launch_app/config.yaml
+I, [2025-12-26T18:48:12.191210 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/safari_launch_app/config.yaml
+I, [2025-12-26T18:48:12.191238 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/safari_launch_app/module.rb
+I, [2025-12-26T18:48:12.191411 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/safari_launch_app/module.rb
+I, [2025-12-26T18:48:12.191439 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/signed_applet_dropper/README.txt
+W, [2025-12-26T18:48:12.191632 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/local_host/signed_applet_dropper/README.txt
+I, [2025-12-26T18:48:12.191667 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/signed_applet_dropper/applet/SM.java
+I, [2025-12-26T18:48:12.191897 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/signed_applet_dropper/applet/SM.java
+I, [2025-12-26T18:48:12.191970 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java
+I, [2025-12-26T18:48:12.192121 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java
+I, [2025-12-26T18:48:12.192183 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/signed_applet_dropper/command.js
+I, [2025-12-26T18:48:12.192321 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/signed_applet_dropper/command.js
+I, [2025-12-26T18:48:12.192385 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/signed_applet_dropper/config.yaml
+I, [2025-12-26T18:48:12.192663 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/signed_applet_dropper/config.yaml
+I, [2025-12-26T18:48:12.192717 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/signed_applet_dropper/module.rb
+I, [2025-12-26T18:48:12.192890 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/signed_applet_dropper/module.rb
+I, [2025-12-26T18:48:12.192939 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/window_mail_client_dos/command.js
+I, [2025-12-26T18:48:12.193230 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/window_mail_client_dos/command.js
+I, [2025-12-26T18:48:12.193296 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/window_mail_client_dos/config.yaml
+I, [2025-12-26T18:48:12.193440 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/window_mail_client_dos/config.yaml
+I, [2025-12-26T18:48:12.193477 #8214]  INFO -- : Processing file: ../../modules/exploits/local_host/window_mail_client_dos/module.rb
+I, [2025-12-26T18:48:12.193817 #8214]  INFO -- : Updated copyright in ../../modules/exploits/local_host/window_mail_client_dos/module.rb
+I, [2025-12-26T18:48:12.193905 #8214]  INFO -- : Processing file: ../../modules/exploits/nas/dlink_sharecenter_cmd_exec/command.js
+I, [2025-12-26T18:48:12.194168 #8214]  INFO -- : Updated copyright in ../../modules/exploits/nas/dlink_sharecenter_cmd_exec/command.js
+I, [2025-12-26T18:48:12.194266 #8214]  INFO -- : Processing file: ../../modules/exploits/nas/dlink_sharecenter_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.194618 #8214]  INFO -- : Updated copyright in ../../modules/exploits/nas/dlink_sharecenter_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.194664 #8214]  INFO -- : Processing file: ../../modules/exploits/nas/dlink_sharecenter_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.194818 #8214]  INFO -- : Updated copyright in ../../modules/exploits/nas/dlink_sharecenter_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.194888 #8214]  INFO -- : Processing file: ../../modules/exploits/nas/freenas_reverse_root_shell_csrf/command.js
+I, [2025-12-26T18:48:12.195027 #8214]  INFO -- : Updated copyright in ../../modules/exploits/nas/freenas_reverse_root_shell_csrf/command.js
+I, [2025-12-26T18:48:12.195094 #8214]  INFO -- : Processing file: ../../modules/exploits/nas/freenas_reverse_root_shell_csrf/config.yaml
+I, [2025-12-26T18:48:12.195233 #8214]  INFO -- : Updated copyright in ../../modules/exploits/nas/freenas_reverse_root_shell_csrf/config.yaml
+I, [2025-12-26T18:48:12.195298 #8214]  INFO -- : Processing file: ../../modules/exploits/nas/freenas_reverse_root_shell_csrf/module.rb
+I, [2025-12-26T18:48:12.195440 #8214]  INFO -- : Updated copyright in ../../modules/exploits/nas/freenas_reverse_root_shell_csrf/module.rb
+I, [2025-12-26T18:48:12.195476 #8214]  INFO -- : Processing file: ../../modules/exploits/ntfscommoncreate_dos/command.js
+I, [2025-12-26T18:48:12.195719 #8214]  INFO -- : Updated copyright in ../../modules/exploits/ntfscommoncreate_dos/command.js
+I, [2025-12-26T18:48:12.195764 #8214]  INFO -- : Processing file: ../../modules/exploits/ntfscommoncreate_dos/config.yaml
+I, [2025-12-26T18:48:12.195954 #8214]  INFO -- : Updated copyright in ../../modules/exploits/ntfscommoncreate_dos/config.yaml
+I, [2025-12-26T18:48:12.195987 #8214]  INFO -- : Processing file: ../../modules/exploits/ntfscommoncreate_dos/module.rb
+I, [2025-12-26T18:48:12.196151 #8214]  INFO -- : Updated copyright in ../../modules/exploits/ntfscommoncreate_dos/module.rb
+I, [2025-12-26T18:48:12.196184 #8214]  INFO -- : Processing file: ../../modules/exploits/opencart_reset_password/command.js
+I, [2025-12-26T18:48:12.196344 #8214]  INFO -- : Updated copyright in ../../modules/exploits/opencart_reset_password/command.js
+I, [2025-12-26T18:48:12.196379 #8214]  INFO -- : Processing file: ../../modules/exploits/opencart_reset_password/config.yaml
+I, [2025-12-26T18:48:12.196688 #8214]  INFO -- : Updated copyright in ../../modules/exploits/opencart_reset_password/config.yaml
+I, [2025-12-26T18:48:12.196728 #8214]  INFO -- : Processing file: ../../modules/exploits/opencart_reset_password/module.rb
+I, [2025-12-26T18:48:12.196888 #8214]  INFO -- : Updated copyright in ../../modules/exploits/opencart_reset_password/module.rb
+I, [2025-12-26T18:48:12.197005 #8214]  INFO -- : Processing file: ../../modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/command.js
+I, [2025-12-26T18:48:12.197159 #8214]  INFO -- : Updated copyright in ../../modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/command.js
+I, [2025-12-26T18:48:12.197192 #8214]  INFO -- : Processing file: ../../modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/config.yaml
+I, [2025-12-26T18:48:12.197375 #8214]  INFO -- : Updated copyright in ../../modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/config.yaml
+I, [2025-12-26T18:48:12.197444 #8214]  INFO -- : Processing file: ../../modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/module.rb
+I, [2025-12-26T18:48:12.197644 #8214]  INFO -- : Updated copyright in ../../modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/module.rb
+I, [2025-12-26T18:48:12.197678 #8214]  INFO -- : Processing file: ../../modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/x.js
+W, [2025-12-26T18:48:12.197725 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/pfsense/pfsense_2.3.2_reverse_root_shell_csrf/x.js
+I, [2025-12-26T18:48:12.197788 #8214]  INFO -- : Processing file: ../../modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/command.js
+I, [2025-12-26T18:48:12.197931 #8214]  INFO -- : Updated copyright in ../../modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/command.js
+I, [2025-12-26T18:48:12.197964 #8214]  INFO -- : Processing file: ../../modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/config.yaml
+I, [2025-12-26T18:48:12.199808 #8214]  INFO -- : Updated copyright in ../../modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/config.yaml
+I, [2025-12-26T18:48:12.200373 #8214]  INFO -- : Processing file: ../../modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/module.rb
+I, [2025-12-26T18:48:12.201018 #8214]  INFO -- : Updated copyright in ../../modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/module.rb
+I, [2025-12-26T18:48:12.201139 #8214]  INFO -- : Processing file: ../../modules/exploits/php-5.3.9-dos/command.js
+I, [2025-12-26T18:48:12.201685 #8214]  INFO -- : Updated copyright in ../../modules/exploits/php-5.3.9-dos/command.js
+I, [2025-12-26T18:48:12.201747 #8214]  INFO -- : Processing file: ../../modules/exploits/php-5.3.9-dos/config.yaml
+I, [2025-12-26T18:48:12.202099 #8214]  INFO -- : Updated copyright in ../../modules/exploits/php-5.3.9-dos/config.yaml
+I, [2025-12-26T18:48:12.202138 #8214]  INFO -- : Processing file: ../../modules/exploits/php-5.3.9-dos/module.rb
+I, [2025-12-26T18:48:12.202388 #8214]  INFO -- : Updated copyright in ../../modules/exploits/php-5.3.9-dos/module.rb
+I, [2025-12-26T18:48:12.202558 #8214]  INFO -- : Processing file: ../../modules/exploits/qemu_monitor_migrate_cmd_exec/command.js
+I, [2025-12-26T18:48:12.202882 #8214]  INFO -- : Updated copyright in ../../modules/exploits/qemu_monitor_migrate_cmd_exec/command.js
+I, [2025-12-26T18:48:12.202981 #8214]  INFO -- : Processing file: ../../modules/exploits/qemu_monitor_migrate_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.203813 #8214]  INFO -- : Updated copyright in ../../modules/exploits/qemu_monitor_migrate_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.204109 #8214]  INFO -- : Processing file: ../../modules/exploits/qemu_monitor_migrate_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.204574 #8214]  INFO -- : Updated copyright in ../../modules/exploits/qemu_monitor_migrate_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.204659 #8214]  INFO -- : Processing file: ../../modules/exploits/qnx_qconn_command_execution/command.js
+I, [2025-12-26T18:48:12.204915 #8214]  INFO -- : Updated copyright in ../../modules/exploits/qnx_qconn_command_execution/command.js
+I, [2025-12-26T18:48:12.204949 #8214]  INFO -- : Processing file: ../../modules/exploits/qnx_qconn_command_execution/config.yaml
+I, [2025-12-26T18:48:12.205151 #8214]  INFO -- : Updated copyright in ../../modules/exploits/qnx_qconn_command_execution/config.yaml
+I, [2025-12-26T18:48:12.205199 #8214]  INFO -- : Processing file: ../../modules/exploits/qnx_qconn_command_execution/module.rb
+I, [2025-12-26T18:48:12.205361 #8214]  INFO -- : Updated copyright in ../../modules/exploits/qnx_qconn_command_execution/module.rb
+I, [2025-12-26T18:48:12.205408 #8214]  INFO -- : Processing file: ../../modules/exploits/resource_exhaustion_dos/command.js
+I, [2025-12-26T18:48:12.205765 #8214]  INFO -- : Updated copyright in ../../modules/exploits/resource_exhaustion_dos/command.js
+I, [2025-12-26T18:48:12.205991 #8214]  INFO -- : Processing file: ../../modules/exploits/resource_exhaustion_dos/config.yaml
+I, [2025-12-26T18:48:12.206173 #8214]  INFO -- : Updated copyright in ../../modules/exploits/resource_exhaustion_dos/config.yaml
+I, [2025-12-26T18:48:12.206218 #8214]  INFO -- : Processing file: ../../modules/exploits/resource_exhaustion_dos/module.rb
+I, [2025-12-26T18:48:12.206399 #8214]  INFO -- : Updated copyright in ../../modules/exploits/resource_exhaustion_dos/module.rb
+I, [2025-12-26T18:48:12.206432 #8214]  INFO -- : Processing file: ../../modules/exploits/rfi_scanner/command.js
+I, [2025-12-26T18:48:12.207738 #8214]  INFO -- : Updated copyright in ../../modules/exploits/rfi_scanner/command.js
+I, [2025-12-26T18:48:12.207769 #8214]  INFO -- : Processing file: ../../modules/exploits/rfi_scanner/config.yaml
+I, [2025-12-26T18:48:12.207933 #8214]  INFO -- : Updated copyright in ../../modules/exploits/rfi_scanner/config.yaml
+I, [2025-12-26T18:48:12.207997 #8214]  INFO -- : Processing file: ../../modules/exploits/rfi_scanner/module.rb
+I, [2025-12-26T18:48:12.208164 #8214]  INFO -- : Updated copyright in ../../modules/exploits/rfi_scanner/module.rb
+I, [2025-12-26T18:48:12.208233 #8214]  INFO -- : Processing file: ../../modules/exploits/rfi_scanner/rfi.txt
+W, [2025-12-26T18:48:12.208379 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/rfi_scanner/rfi.txt
+I, [2025-12-26T18:48:12.208412 #8214]  INFO -- : Processing file: ../../modules/exploits/router/3com_officeconnect_cmd_exec/command.js
+I, [2025-12-26T18:48:12.208797 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/3com_officeconnect_cmd_exec/command.js
+I, [2025-12-26T18:48:12.208892 #8214]  INFO -- : Processing file: ../../modules/exploits/router/3com_officeconnect_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.209402 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/3com_officeconnect_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.209513 #8214]  INFO -- : Processing file: ../../modules/exploits/router/3com_officeconnect_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.209933 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/3com_officeconnect_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.210013 #8214]  INFO -- : Processing file: ../../modules/exploits/router/actiontec_q1000_csrf/command.js
+I, [2025-12-26T18:48:12.210311 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/actiontec_q1000_csrf/command.js
+I, [2025-12-26T18:48:12.210388 #8214]  INFO -- : Processing file: ../../modules/exploits/router/actiontec_q1000_csrf/config.yaml
+I, [2025-12-26T18:48:12.211660 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/actiontec_q1000_csrf/config.yaml
+I, [2025-12-26T18:48:12.211704 #8214]  INFO -- : Processing file: ../../modules/exploits/router/actiontec_q1000_csrf/module.rb
+I, [2025-12-26T18:48:12.212634 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/actiontec_q1000_csrf/module.rb
+I, [2025-12-26T18:48:12.212721 #8214]  INFO -- : Processing file: ../../modules/exploits/router/argw4_adsl_dns_hijack/command.js
+I, [2025-12-26T18:48:12.213226 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/argw4_adsl_dns_hijack/command.js
+I, [2025-12-26T18:48:12.213449 #8214]  INFO -- : Processing file: ../../modules/exploits/router/argw4_adsl_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.214317 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/argw4_adsl_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.214489 #8214]  INFO -- : Processing file: ../../modules/exploits/router/argw4_adsl_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.215278 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/argw4_adsl_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.215377 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asmax_ar804gu_cmd_exec/command.js
+I, [2025-12-26T18:48:12.215661 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asmax_ar804gu_cmd_exec/command.js
+I, [2025-12-26T18:48:12.215732 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.216339 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.216376 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.216692 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.216773 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_dslx11_dns_hijack/command.js
+I, [2025-12-26T18:48:12.217061 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_dslx11_dns_hijack/command.js
+I, [2025-12-26T18:48:12.217171 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_dslx11_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.217424 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_dslx11_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.217590 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_dslx11_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.217887 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_dslx11_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.218063 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_rt_n12e_get_info/command.js
+I, [2025-12-26T18:48:12.218413 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_rt_n12e_get_info/command.js
+I, [2025-12-26T18:48:12.218542 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_rt_n12e_get_info/config.yaml
+I, [2025-12-26T18:48:12.218794 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_rt_n12e_get_info/config.yaml
+I, [2025-12-26T18:48:12.218884 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_rt_n12e_get_info/module.rb
+I, [2025-12-26T18:48:12.219153 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_rt_n12e_get_info/module.rb
+I, [2025-12-26T18:48:12.219259 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_rt_n66u_cmd_exec/command.js
+I, [2025-12-26T18:48:12.219551 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_rt_n66u_cmd_exec/command.js
+I, [2025-12-26T18:48:12.219582 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.219716 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.219735 #8214]  INFO -- : Processing file: ../../modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.219873 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.219893 #8214]  INFO -- : Processing file: ../../modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js
+I, [2025-12-26T18:48:12.220031 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js
+I, [2025-12-26T18:48:12.220050 #8214]  INFO -- : Processing file: ../../modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.220191 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.220210 #8214]  INFO -- : Processing file: ../../modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.220340 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.220358 #8214]  INFO -- : Processing file: ../../modules/exploits/router/belkin_dns_csrf/command.js
+I, [2025-12-26T18:48:12.220631 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/belkin_dns_csrf/command.js
+I, [2025-12-26T18:48:12.220659 #8214]  INFO -- : Processing file: ../../modules/exploits/router/belkin_dns_csrf/config.yaml
+I, [2025-12-26T18:48:12.220799 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/belkin_dns_csrf/config.yaml
+I, [2025-12-26T18:48:12.220827 #8214]  INFO -- : Processing file: ../../modules/exploits/router/belkin_dns_csrf/module.rb
+I, [2025-12-26T18:48:12.220978 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/belkin_dns_csrf/module.rb
+I, [2025-12-26T18:48:12.221006 #8214]  INFO -- : Processing file: ../../modules/exploits/router/bt_home_hub_csrf/command.js
+I, [2025-12-26T18:48:12.221158 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/bt_home_hub_csrf/command.js
+I, [2025-12-26T18:48:12.221185 #8214]  INFO -- : Processing file: ../../modules/exploits/router/bt_home_hub_csrf/config.yaml
+I, [2025-12-26T18:48:12.221347 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/bt_home_hub_csrf/config.yaml
+I, [2025-12-26T18:48:12.221376 #8214]  INFO -- : Processing file: ../../modules/exploits/router/bt_home_hub_csrf/module.rb
+I, [2025-12-26T18:48:12.221493 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/bt_home_hub_csrf/module.rb
+I, [2025-12-26T18:48:12.221692 #8214]  INFO -- : Processing file: ../../modules/exploits/router/cisco_e2400_csrf/command.js
+I, [2025-12-26T18:48:12.222067 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/cisco_e2400_csrf/command.js
+I, [2025-12-26T18:48:12.222102 #8214]  INFO -- : Processing file: ../../modules/exploits/router/cisco_e2400_csrf/config.yaml
+I, [2025-12-26T18:48:12.222250 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/cisco_e2400_csrf/config.yaml
+I, [2025-12-26T18:48:12.222308 #8214]  INFO -- : Processing file: ../../modules/exploits/router/cisco_e2400_csrf/module.rb
+I, [2025-12-26T18:48:12.222453 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/cisco_e2400_csrf/module.rb
+I, [2025-12-26T18:48:12.222564 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct5367_csrf/command.js
+I, [2025-12-26T18:48:12.222694 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct5367_csrf/command.js
+I, [2025-12-26T18:48:12.222722 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct5367_csrf/config.yaml
+I, [2025-12-26T18:48:12.222914 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct5367_csrf/config.yaml
+I, [2025-12-26T18:48:12.222947 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct5367_csrf/module.rb
+I, [2025-12-26T18:48:12.223069 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct5367_csrf/module.rb
+I, [2025-12-26T18:48:12.223125 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct5624_csrf/command.js
+I, [2025-12-26T18:48:12.223250 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct5624_csrf/command.js
+I, [2025-12-26T18:48:12.223278 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct5624_csrf/config.yaml
+I, [2025-12-26T18:48:12.223429 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct5624_csrf/config.yaml
+I, [2025-12-26T18:48:12.223456 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct5624_csrf/module.rb
+I, [2025-12-26T18:48:12.223720 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct5624_csrf/module.rb
+I, [2025-12-26T18:48:12.223792 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct_series_dns_hijack/command.js
+I, [2025-12-26T18:48:12.223931 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct_series_dns_hijack/command.js
+I, [2025-12-26T18:48:12.223996 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct_series_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.224139 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct_series_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.224207 #8214]  INFO -- : Processing file: ../../modules/exploits/router/comtrend_ct_series_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.224343 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/comtrend_ct_series_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.224424 #8214]  INFO -- : Processing file: ../../modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js
+I, [2025-12-26T18:48:12.224680 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js
+I, [2025-12-26T18:48:12.224752 #8214]  INFO -- : Processing file: ../../modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.224920 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.224996 #8214]  INFO -- : Processing file: ../../modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.225224 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.225258 #8214]  INFO -- : Processing file: ../../modules/exploits/router/ddwrt_v24_sp1_csrf/command.js
+I, [2025-12-26T18:48:12.225395 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/ddwrt_v24_sp1_csrf/command.js
+I, [2025-12-26T18:48:12.225452 #8214]  INFO -- : Processing file: ../../modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml
+I, [2025-12-26T18:48:12.225783 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml
+I, [2025-12-26T18:48:12.225851 #8214]  INFO -- : Processing file: ../../modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb
+I, [2025-12-26T18:48:12.226008 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb
+I, [2025-12-26T18:48:12.226077 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dir_615_csrf/command.js
+I, [2025-12-26T18:48:12.226230 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dir_615_csrf/command.js
+I, [2025-12-26T18:48:12.226299 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dir_615_csrf/config.yaml
+I, [2025-12-26T18:48:12.226442 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dir_615_csrf/config.yaml
+I, [2025-12-26T18:48:12.226578 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dir_615_csrf/module.rb
+I, [2025-12-26T18:48:12.226739 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dir_615_csrf/module.rb
+I, [2025-12-26T18:48:12.226802 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2640b_dns_hijack/command.js
+I, [2025-12-26T18:48:12.227120 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2640b_dns_hijack/command.js
+I, [2025-12-26T18:48:12.227179 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2640b_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.227360 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2640b_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.227445 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.227684 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.227758 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js
+I, [2025-12-26T18:48:12.227941 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js
+I, [2025-12-26T18:48:12.228071 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.228250 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.228323 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.228605 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.228665 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2740r_dns_hijack/command.js
+I, [2025-12-26T18:48:12.228824 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2740r_dns_hijack/command.js
+I, [2025-12-26T18:48:12.228896 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2740r_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.229053 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2740r_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.229088 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.229259 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.229387 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2780b_dns_hijack/command.js
+I, [2025-12-26T18:48:12.229678 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2780b_dns_hijack/command.js
+I, [2025-12-26T18:48:12.232318 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2780b_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.232820 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2780b_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.232892 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.233223 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.233260 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl500t_csrf/command.js
+I, [2025-12-26T18:48:12.234481 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl500t_csrf/command.js
+I, [2025-12-26T18:48:12.234755 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl500t_csrf/config.yaml
+I, [2025-12-26T18:48:12.235265 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl500t_csrf/config.yaml
+I, [2025-12-26T18:48:12.235341 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl500t_csrf/module.rb
+I, [2025-12-26T18:48:12.235717 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl500t_csrf/module.rb
+I, [2025-12-26T18:48:12.235795 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl526b_dns_hijack/command.js
+I, [2025-12-26T18:48:12.236145 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl526b_dns_hijack/command.js
+I, [2025-12-26T18:48:12.236212 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl526b_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.236577 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl526b_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.236629 #8214]  INFO -- : Processing file: ../../modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.236787 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.236825 #8214]  INFO -- : Processing file: ../../modules/exploits/router/exper_ewm01_adsl_dns_hijack/command.js
+I, [2025-12-26T18:48:12.237166 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/exper_ewm01_adsl_dns_hijack/command.js
+I, [2025-12-26T18:48:12.237299 #8214]  INFO -- : Processing file: ../../modules/exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.238132 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.238317 #8214]  INFO -- : Processing file: ../../modules/exploits/router/exper_ewm01_adsl_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.238679 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/exper_ewm01_adsl_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.238760 #8214]  INFO -- : Processing file: ../../modules/exploits/router/huawei_smartax_mt880/command.js
+I, [2025-12-26T18:48:12.239278 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/huawei_smartax_mt880/command.js
+I, [2025-12-26T18:48:12.239321 #8214]  INFO -- : Processing file: ../../modules/exploits/router/huawei_smartax_mt880/config.yaml
+I, [2025-12-26T18:48:12.239688 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/huawei_smartax_mt880/config.yaml
+I, [2025-12-26T18:48:12.239881 #8214]  INFO -- : Processing file: ../../modules/exploits/router/huawei_smartax_mt880/module.rb
+I, [2025-12-26T18:48:12.240211 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/huawei_smartax_mt880/module.rb
+I, [2025-12-26T18:48:12.240249 #8214]  INFO -- : Processing file: ../../modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js
+I, [2025-12-26T18:48:12.240682 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js
+I, [2025-12-26T18:48:12.240730 #8214]  INFO -- : Processing file: ../../modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.241447 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.241578 #8214]  INFO -- : Processing file: ../../modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.242146 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.242389 #8214]  INFO -- : Processing file: ../../modules/exploits/router/inteno_eg101r1_voip_dns_hijack/command.js
+I, [2025-12-26T18:48:12.244018 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/inteno_eg101r1_voip_dns_hijack/command.js
+I, [2025-12-26T18:48:12.244225 #8214]  INFO -- : Processing file: ../../modules/exploits/router/inteno_eg101r1_voip_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.245707 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/inteno_eg101r1_voip_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.245746 #8214]  INFO -- : Processing file: ../../modules/exploits/router/inteno_eg101r1_voip_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.245975 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/inteno_eg101r1_voip_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.246011 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_befsr41_csrf/command.js
+I, [2025-12-26T18:48:12.246940 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_befsr41_csrf/command.js
+I, [2025-12-26T18:48:12.247233 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_befsr41_csrf/config.yaml
+I, [2025-12-26T18:48:12.247561 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_befsr41_csrf/config.yaml
+I, [2025-12-26T18:48:12.247650 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_befsr41_csrf/module.rb
+I, [2025-12-26T18:48:12.247900 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_befsr41_csrf/module.rb
+I, [2025-12-26T18:48:12.247939 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_csrf/command.js
+I, [2025-12-26T18:48:12.248212 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_csrf/command.js
+I, [2025-12-26T18:48:12.248246 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_csrf/config.yaml
+I, [2025-12-26T18:48:12.248604 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_csrf/config.yaml
+I, [2025-12-26T18:48:12.248674 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_csrf/module.rb
+I, [2025-12-26T18:48:12.248845 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_csrf/module.rb
+I, [2025-12-26T18:48:12.248873 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_dns_hijack/command.js
+I, [2025-12-26T18:48:12.249048 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_dns_hijack/command.js
+I, [2025-12-26T18:48:12.249096 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.249246 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.249273 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.249428 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.249456 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_shell/command.js
+I, [2025-12-26T18:48:12.249723 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_shell/command.js
+I, [2025-12-26T18:48:12.249756 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_shell/config.yaml
+I, [2025-12-26T18:48:12.249921 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_shell/config.yaml
+I, [2025-12-26T18:48:12.249949 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_e2500_shell/module.rb
+I, [2025-12-26T18:48:12.250194 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_e2500_shell/module.rb
+I, [2025-12-26T18:48:12.250253 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_wrt54g2_csrf/command.js
+I, [2025-12-26T18:48:12.250383 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_wrt54g2_csrf/command.js
+I, [2025-12-26T18:48:12.250411 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_wrt54g2_csrf/config.yaml
+I, [2025-12-26T18:48:12.250773 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_wrt54g2_csrf/config.yaml
+I, [2025-12-26T18:48:12.250906 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_wrt54g2_csrf/module.rb
+I, [2025-12-26T18:48:12.251206 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_wrt54g2_csrf/module.rb
+I, [2025-12-26T18:48:12.251323 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_wrt54g_csrf/command.js
+I, [2025-12-26T18:48:12.251614 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_wrt54g_csrf/command.js
+I, [2025-12-26T18:48:12.251658 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_wrt54g_csrf/config.yaml
+I, [2025-12-26T18:48:12.251941 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_wrt54g_csrf/config.yaml
+I, [2025-12-26T18:48:12.252005 #8214]  INFO -- : Processing file: ../../modules/exploits/router/linksys_wrt54g_csrf/module.rb
+I, [2025-12-26T18:48:12.252166 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/linksys_wrt54g_csrf/module.rb
+I, [2025-12-26T18:48:12.252200 #8214]  INFO -- : Processing file: ../../modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/command.js
+I, [2025-12-26T18:48:12.252534 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/command.js
+I, [2025-12-26T18:48:12.252579 #8214]  INFO -- : Processing file: ../../modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/config.yaml
+I, [2025-12-26T18:48:12.252736 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/config.yaml
+I, [2025-12-26T18:48:12.252770 #8214]  INFO -- : Processing file: ../../modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/module.rb
+I, [2025-12-26T18:48:12.252966 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/module.rb
+I, [2025-12-26T18:48:12.253003 #8214]  INFO -- : Processing file: ../../modules/exploits/router/netgear_dgn2200_cmd_exec/command.js
+I, [2025-12-26T18:48:12.253167 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/netgear_dgn2200_cmd_exec/command.js
+I, [2025-12-26T18:48:12.253251 #8214]  INFO -- : Processing file: ../../modules/exploits/router/netgear_dgn2200_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.253780 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/netgear_dgn2200_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.253883 #8214]  INFO -- : Processing file: ../../modules/exploits/router/netgear_dgn2200_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.254064 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/netgear_dgn2200_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.254096 #8214]  INFO -- : Processing file: ../../modules/exploits/router/phillips_dns_hijack/command.js
+I, [2025-12-26T18:48:12.256215 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/phillips_dns_hijack/command.js
+I, [2025-12-26T18:48:12.256252 #8214]  INFO -- : Processing file: ../../modules/exploits/router/phillips_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.256539 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/phillips_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.256608 #8214]  INFO -- : Processing file: ../../modules/exploits/router/phillips_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.256794 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/phillips_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.256891 #8214]  INFO -- : Processing file: ../../modules/exploits/router/pikatel_96338_dns_hijack/command.js
+I, [2025-12-26T18:48:12.257551 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/pikatel_96338_dns_hijack/command.js
+I, [2025-12-26T18:48:12.257595 #8214]  INFO -- : Processing file: ../../modules/exploits/router/pikatel_96338_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.257993 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/pikatel_96338_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.258037 #8214]  INFO -- : Processing file: ../../modules/exploits/router/pikatel_96338_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.258326 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/pikatel_96338_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.258425 #8214]  INFO -- : Processing file: ../../modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/command.js
+I, [2025-12-26T18:48:12.258797 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/command.js
+I, [2025-12-26T18:48:12.258859 #8214]  INFO -- : Processing file: ../../modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.259165 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.259280 #8214]  INFO -- : Processing file: ../../modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.259687 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.259789 #8214]  INFO -- : Processing file: ../../modules/exploits/router/shuttle_tech_915wm_dns_hijack/command.js
+I, [2025-12-26T18:48:12.260273 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/shuttle_tech_915wm_dns_hijack/command.js
+I, [2025-12-26T18:48:12.260365 #8214]  INFO -- : Processing file: ../../modules/exploits/router/shuttle_tech_915wm_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.260882 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/shuttle_tech_915wm_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.261162 #8214]  INFO -- : Processing file: ../../modules/exploits/router/shuttle_tech_915wm_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.261650 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/shuttle_tech_915wm_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.261691 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_change_pw/command.js
+I, [2025-12-26T18:48:12.261959 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_change_pw/command.js
+I, [2025-12-26T18:48:12.262022 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_change_pw/config.yaml
+I, [2025-12-26T18:48:12.262339 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_change_pw/config.yaml
+I, [2025-12-26T18:48:12.262587 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_change_pw/module.rb
+I, [2025-12-26T18:48:12.262910 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_change_pw/module.rb
+I, [2025-12-26T18:48:12.263169 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_change_ssid/command.js
+I, [2025-12-26T18:48:12.263601 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_change_ssid/command.js
+I, [2025-12-26T18:48:12.263641 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_change_ssid/config.yaml
+I, [2025-12-26T18:48:12.263943 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_change_ssid/config.yaml
+I, [2025-12-26T18:48:12.264024 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_change_ssid/module.rb
+I, [2025-12-26T18:48:12.264291 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_change_ssid/module.rb
+I, [2025-12-26T18:48:12.264365 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/command.js
+I, [2025-12-26T18:48:12.264593 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/command.js
+I, [2025-12-26T18:48:12.264626 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/config.yaml
+I, [2025-12-26T18:48:12.265091 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/config.yaml
+I, [2025-12-26T18:48:12.265128 #8214]  INFO -- : Processing file: ../../modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/module.rb
+I, [2025-12-26T18:48:12.265574 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/module.rb
+I, [2025-12-26T18:48:12.265642 #8214]  INFO -- : Processing file: ../../modules/exploits/router/tenda_adsl_dns_hijack/command.js
+I, [2025-12-26T18:48:12.266284 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/tenda_adsl_dns_hijack/command.js
+I, [2025-12-26T18:48:12.266343 #8214]  INFO -- : Processing file: ../../modules/exploits/router/tenda_adsl_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.266679 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/tenda_adsl_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.266739 #8214]  INFO -- : Processing file: ../../modules/exploits/router/tenda_adsl_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.269102 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/tenda_adsl_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.269163 #8214]  INFO -- : Processing file: ../../modules/exploits/router/tplink_dns_csrf/command.js
+I, [2025-12-26T18:48:12.269649 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/tplink_dns_csrf/command.js
+I, [2025-12-26T18:48:12.269826 #8214]  INFO -- : Processing file: ../../modules/exploits/router/tplink_dns_csrf/config.yaml
+I, [2025-12-26T18:48:12.270661 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/tplink_dns_csrf/config.yaml
+I, [2025-12-26T18:48:12.270716 #8214]  INFO -- : Processing file: ../../modules/exploits/router/tplink_dns_csrf/module.rb
+I, [2025-12-26T18:48:12.271003 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/tplink_dns_csrf/module.rb
+I, [2025-12-26T18:48:12.271060 #8214]  INFO -- : Processing file: ../../modules/exploits/router/utstarcom_wa3002g4_dns_hijack/command.js
+I, [2025-12-26T18:48:12.271345 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/utstarcom_wa3002g4_dns_hijack/command.js
+I, [2025-12-26T18:48:12.271414 #8214]  INFO -- : Processing file: ../../modules/exploits/router/utstarcom_wa3002g4_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.271980 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/utstarcom_wa3002g4_dns_hijack/config.yaml
+I, [2025-12-26T18:48:12.272015 #8214]  INFO -- : Processing file: ../../modules/exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.272155 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb
+I, [2025-12-26T18:48:12.272184 #8214]  INFO -- : Processing file: ../../modules/exploits/router/virgin_superhub_csrf/command.js
+I, [2025-12-26T18:48:12.272367 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/virgin_superhub_csrf/command.js
+I, [2025-12-26T18:48:12.272400 #8214]  INFO -- : Processing file: ../../modules/exploits/router/virgin_superhub_csrf/config.yaml
+I, [2025-12-26T18:48:12.272559 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/virgin_superhub_csrf/config.yaml
+I, [2025-12-26T18:48:12.272631 #8214]  INFO -- : Processing file: ../../modules/exploits/router/virgin_superhub_csrf/module.rb
+I, [2025-12-26T18:48:12.272759 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/virgin_superhub_csrf/module.rb
+I, [2025-12-26T18:48:12.272788 #8214]  INFO -- : Processing file: ../../modules/exploits/router/wipg1000_cmd_injection/command.js
+I, [2025-12-26T18:48:12.272957 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/wipg1000_cmd_injection/command.js
+I, [2025-12-26T18:48:12.272985 #8214]  INFO -- : Processing file: ../../modules/exploits/router/wipg1000_cmd_injection/config.yaml
+I, [2025-12-26T18:48:12.273167 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/wipg1000_cmd_injection/config.yaml
+I, [2025-12-26T18:48:12.273195 #8214]  INFO -- : Processing file: ../../modules/exploits/router/wipg1000_cmd_injection/module.rb
+I, [2025-12-26T18:48:12.273319 #8214]  INFO -- : Updated copyright in ../../modules/exploits/router/wipg1000_cmd_injection/module.rb
+I, [2025-12-26T18:48:12.273348 #8214]  INFO -- : Processing file: ../../modules/exploits/ruby_nntpd_cmd_exec/command.js
+I, [2025-12-26T18:48:12.273573 #8214]  INFO -- : Updated copyright in ../../modules/exploits/ruby_nntpd_cmd_exec/command.js
+I, [2025-12-26T18:48:12.273657 #8214]  INFO -- : Processing file: ../../modules/exploits/ruby_nntpd_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.273796 #8214]  INFO -- : Updated copyright in ../../modules/exploits/ruby_nntpd_cmd_exec/config.yaml
+I, [2025-12-26T18:48:12.273824 #8214]  INFO -- : Processing file: ../../modules/exploits/ruby_nntpd_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.273996 #8214]  INFO -- : Updated copyright in ../../modules/exploits/ruby_nntpd_cmd_exec/module.rb
+I, [2025-12-26T18:48:12.274024 #8214]  INFO -- : Processing file: ../../modules/exploits/shell_shock_scanner/command.js
+I, [2025-12-26T18:48:12.274179 #8214]  INFO -- : Updated copyright in ../../modules/exploits/shell_shock_scanner/command.js
+I, [2025-12-26T18:48:12.274234 #8214]  INFO -- : Processing file: ../../modules/exploits/shell_shock_scanner/config.yaml
+I, [2025-12-26T18:48:12.274378 #8214]  INFO -- : Updated copyright in ../../modules/exploits/shell_shock_scanner/config.yaml
+I, [2025-12-26T18:48:12.274407 #8214]  INFO -- : Processing file: ../../modules/exploits/shell_shock_scanner/module.rb
+I, [2025-12-26T18:48:12.274611 #8214]  INFO -- : Updated copyright in ../../modules/exploits/shell_shock_scanner/module.rb
+I, [2025-12-26T18:48:12.274639 #8214]  INFO -- : Processing file: ../../modules/exploits/shell_shocked/command.js
+I, [2025-12-26T18:48:12.274807 #8214]  INFO -- : Updated copyright in ../../modules/exploits/shell_shocked/command.js
+I, [2025-12-26T18:48:12.274835 #8214]  INFO -- : Processing file: ../../modules/exploits/shell_shocked/config.yaml
+I, [2025-12-26T18:48:12.275002 #8214]  INFO -- : Updated copyright in ../../modules/exploits/shell_shocked/config.yaml
+I, [2025-12-26T18:48:12.275030 #8214]  INFO -- : Processing file: ../../modules/exploits/shell_shocked/module.rb
+I, [2025-12-26T18:48:12.275186 #8214]  INFO -- : Updated copyright in ../../modules/exploits/shell_shocked/module.rb
+I, [2025-12-26T18:48:12.275243 #8214]  INFO -- : Processing file: ../../modules/exploits/skype_xss/command.js
+I, [2025-12-26T18:48:12.275399 #8214]  INFO -- : Updated copyright in ../../modules/exploits/skype_xss/command.js
+I, [2025-12-26T18:48:12.275455 #8214]  INFO -- : Processing file: ../../modules/exploits/skype_xss/config.yaml
+I, [2025-12-26T18:48:12.275642 #8214]  INFO -- : Updated copyright in ../../modules/exploits/skype_xss/config.yaml
+I, [2025-12-26T18:48:12.275706 #8214]  INFO -- : Processing file: ../../modules/exploits/skype_xss/module.rb
+I, [2025-12-26T18:48:12.275835 #8214]  INFO -- : Updated copyright in ../../modules/exploits/skype_xss/module.rb
+I, [2025-12-26T18:48:12.275864 #8214]  INFO -- : Processing file: ../../modules/exploits/spring_framework_malicious_jar/command.js
+I, [2025-12-26T18:48:12.278397 #8214]  INFO -- : Updated copyright in ../../modules/exploits/spring_framework_malicious_jar/command.js
+I, [2025-12-26T18:48:12.278474 #8214]  INFO -- : Processing file: ../../modules/exploits/spring_framework_malicious_jar/config.yaml
+I, [2025-12-26T18:48:12.278861 #8214]  INFO -- : Updated copyright in ../../modules/exploits/spring_framework_malicious_jar/config.yaml
+I, [2025-12-26T18:48:12.278959 #8214]  INFO -- : Processing file: ../../modules/exploits/spring_framework_malicious_jar/module.rb
+I, [2025-12-26T18:48:12.279128 #8214]  INFO -- : Updated copyright in ../../modules/exploits/spring_framework_malicious_jar/module.rb
+I, [2025-12-26T18:48:12.279158 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_device_reset/command.js
+I, [2025-12-26T18:48:12.279295 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_device_reset/command.js
+I, [2025-12-26T18:48:12.279323 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_device_reset/config.yaml
+I, [2025-12-26T18:48:12.279713 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_device_reset/config.yaml
+I, [2025-12-26T18:48:12.279751 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_device_reset/module.rb
+I, [2025-12-26T18:48:12.280477 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_device_reset/module.rb
+I, [2025-12-26T18:48:12.280936 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js
+I, [2025-12-26T18:48:12.282121 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js
+I, [2025-12-26T18:48:12.282244 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/config.yaml
+I, [2025-12-26T18:48:12.283118 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/config.yaml
+I, [2025-12-26T18:48:12.283325 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb
+I, [2025-12-26T18:48:12.283807 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb
+I, [2025-12-26T18:48:12.283923 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_port_mirroring/command.js
+I, [2025-12-26T18:48:12.284334 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_port_mirroring/command.js
+I, [2025-12-26T18:48:12.284373 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_port_mirroring/config.yaml
+I, [2025-12-26T18:48:12.284730 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_port_mirroring/config.yaml
+I, [2025-12-26T18:48:12.284810 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/dlink_dgs_1100_port_mirroring/module.rb
+I, [2025-12-26T18:48:12.285236 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/dlink_dgs_1100_port_mirroring/module.rb
+I, [2025-12-26T18:48:12.285274 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/netgear_gs108t_csrf/command.js
+I, [2025-12-26T18:48:12.285649 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/netgear_gs108t_csrf/command.js
+I, [2025-12-26T18:48:12.285686 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/netgear_gs108t_csrf/config.yaml
+I, [2025-12-26T18:48:12.286057 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/netgear_gs108t_csrf/config.yaml
+I, [2025-12-26T18:48:12.286133 #8214]  INFO -- : Processing file: ../../modules/exploits/switch/netgear_gs108t_csrf/module.rb
+I, [2025-12-26T18:48:12.286602 #8214]  INFO -- : Updated copyright in ../../modules/exploits/switch/netgear_gs108t_csrf/module.rb
+I, [2025-12-26T18:48:12.286656 #8214]  INFO -- : Processing file: ../../modules/exploits/vtiger_crm_upload_exploit/command.js
+I, [2025-12-26T18:48:12.287082 #8214]  INFO -- : Updated copyright in ../../modules/exploits/vtiger_crm_upload_exploit/command.js
+I, [2025-12-26T18:48:12.287203 #8214]  INFO -- : Processing file: ../../modules/exploits/vtiger_crm_upload_exploit/config.yaml
+I, [2025-12-26T18:48:12.287602 #8214]  INFO -- : Updated copyright in ../../modules/exploits/vtiger_crm_upload_exploit/config.yaml
+I, [2025-12-26T18:48:12.287647 #8214]  INFO -- : Processing file: ../../modules/exploits/vtiger_crm_upload_exploit/module.rb
+I, [2025-12-26T18:48:12.287946 #8214]  INFO -- : Updated copyright in ../../modules/exploits/vtiger_crm_upload_exploit/module.rb
+I, [2025-12-26T18:48:12.288030 #8214]  INFO -- : Processing file: ../../modules/exploits/wanem_command_execution/command.js
+I, [2025-12-26T18:48:12.288419 #8214]  INFO -- : Updated copyright in ../../modules/exploits/wanem_command_execution/command.js
+I, [2025-12-26T18:48:12.288483 #8214]  INFO -- : Processing file: ../../modules/exploits/wanem_command_execution/config.yaml
+I, [2025-12-26T18:48:12.288897 #8214]  INFO -- : Updated copyright in ../../modules/exploits/wanem_command_execution/config.yaml
+I, [2025-12-26T18:48:12.289175 #8214]  INFO -- : Processing file: ../../modules/exploits/wanem_command_execution/module.rb
+I, [2025-12-26T18:48:12.289344 #8214]  INFO -- : Updated copyright in ../../modules/exploits/wanem_command_execution/module.rb
+I, [2025-12-26T18:48:12.289415 #8214]  INFO -- : Processing file: ../../modules/exploits/wifi_pineapple_csrf/command.js
+I, [2025-12-26T18:48:12.289797 #8214]  INFO -- : Updated copyright in ../../modules/exploits/wifi_pineapple_csrf/command.js
+I, [2025-12-26T18:48:12.289876 #8214]  INFO -- : Processing file: ../../modules/exploits/wifi_pineapple_csrf/config.yaml
+I, [2025-12-26T18:48:12.290243 #8214]  INFO -- : Updated copyright in ../../modules/exploits/wifi_pineapple_csrf/config.yaml
+I, [2025-12-26T18:48:12.290280 #8214]  INFO -- : Processing file: ../../modules/exploits/wifi_pineapple_csrf/module.rb
+I, [2025-12-26T18:48:12.290610 #8214]  INFO -- : Updated copyright in ../../modules/exploits/wifi_pineapple_csrf/module.rb
+I, [2025-12-26T18:48:12.290703 #8214]  INFO -- : Processing file: ../../modules/exploits/wordpress_add_admin/command.js
+W, [2025-12-26T18:48:12.290840 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/wordpress_add_admin/command.js
+I, [2025-12-26T18:48:12.291137 #8214]  INFO -- : Processing file: ../../modules/exploits/wordpress_add_admin/config.yaml
+W, [2025-12-26T18:48:12.291266 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/wordpress_add_admin/config.yaml
+I, [2025-12-26T18:48:12.291360 #8214]  INFO -- : Processing file: ../../modules/exploits/wordpress_add_admin/module.rb
+W, [2025-12-26T18:48:12.291721 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/wordpress_add_admin/module.rb
+I, [2025-12-26T18:48:12.291896 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/alienvault_ossim_3.1_xss/command.js
+I, [2025-12-26T18:48:12.292103 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/alienvault_ossim_3.1_xss/command.js
+I, [2025-12-26T18:48:12.292133 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/alienvault_ossim_3.1_xss/config.yaml
+I, [2025-12-26T18:48:12.292340 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/alienvault_ossim_3.1_xss/config.yaml
+I, [2025-12-26T18:48:12.292369 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/alienvault_ossim_3.1_xss/module.rb
+I, [2025-12-26T18:48:12.292732 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/alienvault_ossim_3.1_xss/module.rb
+I, [2025-12-26T18:48:12.292768 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/cisco_collaboration_server_5_xss/command.js
+I, [2025-12-26T18:48:12.292938 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/cisco_collaboration_server_5_xss/command.js
+I, [2025-12-26T18:48:12.292966 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/cisco_collaboration_server_5_xss/config.yaml
+I, [2025-12-26T18:48:12.293159 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/cisco_collaboration_server_5_xss/config.yaml
+I, [2025-12-26T18:48:12.293193 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/cisco_collaboration_server_5_xss/module.rb
+I, [2025-12-26T18:48:12.293328 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/cisco_collaboration_server_5_xss/module.rb
+I, [2025-12-26T18:48:12.293356 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/serendipity_1.6_xss/command.js
+I, [2025-12-26T18:48:12.293590 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/serendipity_1.6_xss/command.js
+I, [2025-12-26T18:48:12.293678 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/serendipity_1.6_xss/config.yaml
+I, [2025-12-26T18:48:12.294037 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/serendipity_1.6_xss/config.yaml
+I, [2025-12-26T18:48:12.294081 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/serendipity_1.6_xss/module.rb
+I, [2025-12-26T18:48:12.294242 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/serendipity_1.6_xss/module.rb
+I, [2025-12-26T18:48:12.294288 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/sqlitemanager_xss/command.js
+I, [2025-12-26T18:48:12.294593 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/sqlitemanager_xss/command.js
+I, [2025-12-26T18:48:12.294626 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/sqlitemanager_xss/config.yaml
+I, [2025-12-26T18:48:12.294778 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/sqlitemanager_xss/config.yaml
+I, [2025-12-26T18:48:12.294806 #8214]  INFO -- : Processing file: ../../modules/exploits/xss/sqlitemanager_xss/module.rb
+I, [2025-12-26T18:48:12.294971 #8214]  INFO -- : Updated copyright in ../../modules/exploits/xss/sqlitemanager_xss/module.rb
+I, [2025-12-26T18:48:12.295005 #8214]  INFO -- : Processing file: ../../modules/exploits/zenoss_3x_command_execution/command.js
+I, [2025-12-26T18:48:12.295209 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zenoss_3x_command_execution/command.js
+I, [2025-12-26T18:48:12.295237 #8214]  INFO -- : Processing file: ../../modules/exploits/zenoss_3x_command_execution/config.yaml
+I, [2025-12-26T18:48:12.295404 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zenoss_3x_command_execution/config.yaml
+I, [2025-12-26T18:48:12.295432 #8214]  INFO -- : Processing file: ../../modules/exploits/zenoss_3x_command_execution/module.rb
+I, [2025-12-26T18:48:12.295730 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zenoss_3x_command_execution/module.rb
+I, [2025-12-26T18:48:12.295805 #8214]  INFO -- : Processing file: ../../modules/exploits/zenoss_add_user_csrf/command.js
+I, [2025-12-26T18:48:12.296139 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zenoss_add_user_csrf/command.js
+I, [2025-12-26T18:48:12.296184 #8214]  INFO -- : Processing file: ../../modules/exploits/zenoss_add_user_csrf/config.yaml
+I, [2025-12-26T18:48:12.296354 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zenoss_add_user_csrf/config.yaml
+I, [2025-12-26T18:48:12.296383 #8214]  INFO -- : Processing file: ../../modules/exploits/zenoss_add_user_csrf/module.rb
+I, [2025-12-26T18:48:12.296624 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zenoss_add_user_csrf/module.rb
+I, [2025-12-26T18:48:12.296689 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/command.js
+I, [2025-12-26T18:48:12.296847 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/command.js
+I, [2025-12-26T18:48:12.296875 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/config.yaml
+I, [2025-12-26T18:48:12.297052 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/config.yaml
+I, [2025-12-26T18:48:12.297116 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/module.rb
+I, [2025-12-26T18:48:12.297263 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/module.rb
+I, [2025-12-26T18:48:12.297320 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/command.js
+I, [2025-12-26T18:48:12.297466 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/command.js
+I, [2025-12-26T18:48:12.297561 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/config.yaml
+I, [2025-12-26T18:48:12.298209 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/config.yaml
+I, [2025-12-26T18:48:12.298240 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/module.rb
+I, [2025-12-26T18:48:12.298414 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/module.rb
+I, [2025-12-26T18:48:12.299207 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/command.js
+I, [2025-12-26T18:48:12.299975 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/command.js
+I, [2025-12-26T18:48:12.300023 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/config.yaml
+I, [2025-12-26T18:48:12.301220 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/config.yaml
+I, [2025-12-26T18:48:12.301542 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb
+I, [2025-12-26T18:48:12.303079 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb
+I, [2025-12-26T18:48:12.303154 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/command.js
+I, [2025-12-26T18:48:12.304268 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/command.js
+I, [2025-12-26T18:48:12.304313 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml
+I, [2025-12-26T18:48:12.305064 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml
+I, [2025-12-26T18:48:12.305198 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb
+I, [2025-12-26T18:48:12.306156 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb
+I, [2025-12-26T18:48:12.306284 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/command.js
+I, [2025-12-26T18:48:12.307707 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/command.js
+I, [2025-12-26T18:48:12.307746 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml
+I, [2025-12-26T18:48:12.308424 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml
+I, [2025-12-26T18:48:12.308671 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb
+I, [2025-12-26T18:48:12.309799 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb
+I, [2025-12-26T18:48:12.310085 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js
+I, [2025-12-26T18:48:12.311321 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js
+I, [2025-12-26T18:48:12.312137 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml
+I, [2025-12-26T18:48:12.313302 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml
+I, [2025-12-26T18:48:12.313422 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb
+I, [2025-12-26T18:48:12.313871 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb
+I, [2025-12-26T18:48:12.313913 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/command.js
+I, [2025-12-26T18:48:12.314289 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/command.js
+I, [2025-12-26T18:48:12.314335 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/config.yaml
+I, [2025-12-26T18:48:12.314579 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/config.yaml
+I, [2025-12-26T18:48:12.314609 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/module.rb
+I, [2025-12-26T18:48:12.315041 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/module.rb
+I, [2025-12-26T18:48:12.315081 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/x.js
+W, [2025-12-26T18:48:12.315293 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/x.js
+I, [2025-12-26T18:48:12.315330 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/command.js
+I, [2025-12-26T18:48:12.315640 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/command.js
+I, [2025-12-26T18:48:12.315676 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/config.yaml
+I, [2025-12-26T18:48:12.315822 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/config.yaml
+I, [2025-12-26T18:48:12.315919 #8214]  INFO -- : Processing file: ../../modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/module.rb
+I, [2025-12-26T18:48:12.316169 #8214]  INFO -- : Updated copyright in ../../modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/module.rb
+I, [2025-12-26T18:48:12.316205 #8214]  INFO -- : Processing file: ../../modules/host/clipboard_theft/command.js
+I, [2025-12-26T18:48:12.316434 #8214]  INFO -- : Updated copyright in ../../modules/host/clipboard_theft/command.js
+I, [2025-12-26T18:48:12.316470 #8214]  INFO -- : Processing file: ../../modules/host/clipboard_theft/config.yaml
+I, [2025-12-26T18:48:12.316780 #8214]  INFO -- : Updated copyright in ../../modules/host/clipboard_theft/config.yaml
+I, [2025-12-26T18:48:12.316819 #8214]  INFO -- : Processing file: ../../modules/host/clipboard_theft/module.rb
+I, [2025-12-26T18:48:12.317352 #8214]  INFO -- : Updated copyright in ../../modules/host/clipboard_theft/module.rb
+I, [2025-12-26T18:48:12.317389 #8214]  INFO -- : Processing file: ../../modules/host/detect_airdroid/command.js
+I, [2025-12-26T18:48:12.317625 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_airdroid/command.js
+I, [2025-12-26T18:48:12.317725 #8214]  INFO -- : Processing file: ../../modules/host/detect_airdroid/config.yaml
+I, [2025-12-26T18:48:12.317923 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_airdroid/config.yaml
+I, [2025-12-26T18:48:12.317952 #8214]  INFO -- : Processing file: ../../modules/host/detect_airdroid/module.rb
+I, [2025-12-26T18:48:12.318081 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_airdroid/module.rb
+I, [2025-12-26T18:48:12.318109 #8214]  INFO -- : Processing file: ../../modules/host/detect_antivirus/command.js
+I, [2025-12-26T18:48:12.319700 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_antivirus/command.js
+I, [2025-12-26T18:48:12.319767 #8214]  INFO -- : Processing file: ../../modules/host/detect_antivirus/config.yaml
+I, [2025-12-26T18:48:12.320160 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_antivirus/config.yaml
+I, [2025-12-26T18:48:12.320221 #8214]  INFO -- : Processing file: ../../modules/host/detect_antivirus/module.rb
+I, [2025-12-26T18:48:12.320718 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_antivirus/module.rb
+I, [2025-12-26T18:48:12.320765 #8214]  INFO -- : Processing file: ../../modules/host/detect_coupon_printer/command.js
+I, [2025-12-26T18:48:12.321336 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_coupon_printer/command.js
+I, [2025-12-26T18:48:12.321479 #8214]  INFO -- : Processing file: ../../modules/host/detect_coupon_printer/config.yaml
+I, [2025-12-26T18:48:12.322469 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_coupon_printer/config.yaml
+I, [2025-12-26T18:48:12.322910 #8214]  INFO -- : Processing file: ../../modules/host/detect_coupon_printer/module.rb
+I, [2025-12-26T18:48:12.324718 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_coupon_printer/module.rb
+I, [2025-12-26T18:48:12.324755 #8214]  INFO -- : Processing file: ../../modules/host/detect_cups/command.js
+I, [2025-12-26T18:48:12.324975 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_cups/command.js
+I, [2025-12-26T18:48:12.325126 #8214]  INFO -- : Processing file: ../../modules/host/detect_cups/config.yaml
+I, [2025-12-26T18:48:12.325642 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_cups/config.yaml
+I, [2025-12-26T18:48:12.325712 #8214]  INFO -- : Processing file: ../../modules/host/detect_cups/module.rb
+I, [2025-12-26T18:48:12.326333 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_cups/module.rb
+I, [2025-12-26T18:48:12.326469 #8214]  INFO -- : Processing file: ../../modules/host/detect_default_browser/command.js
+I, [2025-12-26T18:48:12.327163 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_default_browser/command.js
+I, [2025-12-26T18:48:12.327309 #8214]  INFO -- : Processing file: ../../modules/host/detect_default_browser/config.yaml
+I, [2025-12-26T18:48:12.328349 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_default_browser/config.yaml
+I, [2025-12-26T18:48:12.328821 #8214]  INFO -- : Processing file: ../../modules/host/detect_default_browser/module.rb
+I, [2025-12-26T18:48:12.329770 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_default_browser/module.rb
+I, [2025-12-26T18:48:12.329810 #8214]  INFO -- : Processing file: ../../modules/host/detect_google_desktop/command.js
+I, [2025-12-26T18:48:12.330272 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_google_desktop/command.js
+I, [2025-12-26T18:48:12.330627 #8214]  INFO -- : Processing file: ../../modules/host/detect_google_desktop/config.yaml
+I, [2025-12-26T18:48:12.330820 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_google_desktop/config.yaml
+I, [2025-12-26T18:48:12.330841 #8214]  INFO -- : Processing file: ../../modules/host/detect_google_desktop/module.rb
+I, [2025-12-26T18:48:12.330983 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_google_desktop/module.rb
+I, [2025-12-26T18:48:12.331002 #8214]  INFO -- : Processing file: ../../modules/host/detect_hp/command.js
+I, [2025-12-26T18:48:12.331142 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_hp/command.js
+I, [2025-12-26T18:48:12.331185 #8214]  INFO -- : Processing file: ../../modules/host/detect_hp/config.yaml
+I, [2025-12-26T18:48:12.331293 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_hp/config.yaml
+I, [2025-12-26T18:48:12.331313 #8214]  INFO -- : Processing file: ../../modules/host/detect_hp/module.rb
+I, [2025-12-26T18:48:12.333170 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_hp/module.rb
+I, [2025-12-26T18:48:12.333284 #8214]  INFO -- : Processing file: ../../modules/host/detect_local_drives/command.js
+I, [2025-12-26T18:48:12.333809 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_local_drives/command.js
+I, [2025-12-26T18:48:12.333935 #8214]  INFO -- : Processing file: ../../modules/host/detect_local_drives/config.yaml
+I, [2025-12-26T18:48:12.334640 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_local_drives/config.yaml
+I, [2025-12-26T18:48:12.334696 #8214]  INFO -- : Processing file: ../../modules/host/detect_local_drives/module.rb
+I, [2025-12-26T18:48:12.335064 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_local_drives/module.rb
+I, [2025-12-26T18:48:12.335258 #8214]  INFO -- : Processing file: ../../modules/host/detect_protocol_handlers/command.js
+I, [2025-12-26T18:48:12.335719 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_protocol_handlers/command.js
+I, [2025-12-26T18:48:12.335758 #8214]  INFO -- : Processing file: ../../modules/host/detect_protocol_handlers/config.yaml
+I, [2025-12-26T18:48:12.336198 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_protocol_handlers/config.yaml
+I, [2025-12-26T18:48:12.336344 #8214]  INFO -- : Processing file: ../../modules/host/detect_protocol_handlers/module.rb
+I, [2025-12-26T18:48:12.336777 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_protocol_handlers/module.rb
+I, [2025-12-26T18:48:12.336814 #8214]  INFO -- : Processing file: ../../modules/host/detect_software/command.js
+I, [2025-12-26T18:48:12.337619 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_software/command.js
+I, [2025-12-26T18:48:12.337763 #8214]  INFO -- : Processing file: ../../modules/host/detect_software/config.yaml
+I, [2025-12-26T18:48:12.338129 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_software/config.yaml
+I, [2025-12-26T18:48:12.338239 #8214]  INFO -- : Processing file: ../../modules/host/detect_software/module.rb
+I, [2025-12-26T18:48:12.338703 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_software/module.rb
+I, [2025-12-26T18:48:12.338813 #8214]  INFO -- : Processing file: ../../modules/host/detect_users/command.js
+I, [2025-12-26T18:48:12.339111 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_users/command.js
+I, [2025-12-26T18:48:12.339148 #8214]  INFO -- : Processing file: ../../modules/host/detect_users/config.yaml
+I, [2025-12-26T18:48:12.339281 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_users/config.yaml
+I, [2025-12-26T18:48:12.339394 #8214]  INFO -- : Processing file: ../../modules/host/detect_users/module.rb
+I, [2025-12-26T18:48:12.339703 #8214]  INFO -- : Updated copyright in ../../modules/host/detect_users/module.rb
+I, [2025-12-26T18:48:12.339745 #8214]  INFO -- : Processing file: ../../modules/host/get_battery_status/command.js
+I, [2025-12-26T18:48:12.339915 #8214]  INFO -- : Updated copyright in ../../modules/host/get_battery_status/command.js
+I, [2025-12-26T18:48:12.339982 #8214]  INFO -- : Processing file: ../../modules/host/get_battery_status/config.yaml
+I, [2025-12-26T18:48:12.340132 #8214]  INFO -- : Updated copyright in ../../modules/host/get_battery_status/config.yaml
+I, [2025-12-26T18:48:12.340198 #8214]  INFO -- : Processing file: ../../modules/host/get_battery_status/module.rb
+I, [2025-12-26T18:48:12.340616 #8214]  INFO -- : Updated copyright in ../../modules/host/get_battery_status/module.rb
+I, [2025-12-26T18:48:12.340648 #8214]  INFO -- : Processing file: ../../modules/host/get_connection_type/command.js
+I, [2025-12-26T18:48:12.340823 #8214]  INFO -- : Updated copyright in ../../modules/host/get_connection_type/command.js
+I, [2025-12-26T18:48:12.340891 #8214]  INFO -- : Processing file: ../../modules/host/get_connection_type/config.yaml
+I, [2025-12-26T18:48:12.341038 #8214]  INFO -- : Updated copyright in ../../modules/host/get_connection_type/config.yaml
+I, [2025-12-26T18:48:12.341105 #8214]  INFO -- : Processing file: ../../modules/host/get_connection_type/module.rb
+I, [2025-12-26T18:48:12.341267 #8214]  INFO -- : Updated copyright in ../../modules/host/get_connection_type/module.rb
+I, [2025-12-26T18:48:12.341301 #8214]  INFO -- : Processing file: ../../modules/host/get_internal_ip_java/command.js
+I, [2025-12-26T18:48:12.341714 #8214]  INFO -- : Updated copyright in ../../modules/host/get_internal_ip_java/command.js
+I, [2025-12-26T18:48:12.341760 #8214]  INFO -- : Processing file: ../../modules/host/get_internal_ip_java/config.yaml
+I, [2025-12-26T18:48:12.341923 #8214]  INFO -- : Updated copyright in ../../modules/host/get_internal_ip_java/config.yaml
+I, [2025-12-26T18:48:12.341952 #8214]  INFO -- : Processing file: ../../modules/host/get_internal_ip_java/get_internal_ip.java
+I, [2025-12-26T18:48:12.342113 #8214]  INFO -- : Updated copyright in ../../modules/host/get_internal_ip_java/get_internal_ip.java
+I, [2025-12-26T18:48:12.342142 #8214]  INFO -- : Processing file: ../../modules/host/get_internal_ip_java/module.rb
+I, [2025-12-26T18:48:12.342318 #8214]  INFO -- : Updated copyright in ../../modules/host/get_internal_ip_java/module.rb
+I, [2025-12-26T18:48:12.342346 #8214]  INFO -- : Processing file: ../../modules/host/get_internal_ip_webrtc/command.js
+I, [2025-12-26T18:48:12.342494 #8214]  INFO -- : Updated copyright in ../../modules/host/get_internal_ip_webrtc/command.js
+I, [2025-12-26T18:48:12.342635 #8214]  INFO -- : Processing file: ../../modules/host/get_internal_ip_webrtc/config.yaml
+I, [2025-12-26T18:48:12.342938 #8214]  INFO -- : Updated copyright in ../../modules/host/get_internal_ip_webrtc/config.yaml
+I, [2025-12-26T18:48:12.342971 #8214]  INFO -- : Processing file: ../../modules/host/get_internal_ip_webrtc/module.rb
+I, [2025-12-26T18:48:12.343244 #8214]  INFO -- : Updated copyright in ../../modules/host/get_internal_ip_webrtc/module.rb
+I, [2025-12-26T18:48:12.343292 #8214]  INFO -- : Processing file: ../../modules/host/get_registry_keys/command.js
+I, [2025-12-26T18:48:12.343555 #8214]  INFO -- : Updated copyright in ../../modules/host/get_registry_keys/command.js
+I, [2025-12-26T18:48:12.343630 #8214]  INFO -- : Processing file: ../../modules/host/get_registry_keys/config.yaml
+I, [2025-12-26T18:48:12.343824 #8214]  INFO -- : Updated copyright in ../../modules/host/get_registry_keys/config.yaml
+I, [2025-12-26T18:48:12.343980 #8214]  INFO -- : Processing file: ../../modules/host/get_registry_keys/module.rb
+I, [2025-12-26T18:48:12.344242 #8214]  INFO -- : Updated copyright in ../../modules/host/get_registry_keys/module.rb
+I, [2025-12-26T18:48:12.344284 #8214]  INFO -- : Processing file: ../../modules/host/get_system_info_java/command.js
+I, [2025-12-26T18:48:12.344800 #8214]  INFO -- : Updated copyright in ../../modules/host/get_system_info_java/command.js
+I, [2025-12-26T18:48:12.344845 #8214]  INFO -- : Processing file: ../../modules/host/get_system_info_java/config.yaml
+I, [2025-12-26T18:48:12.345040 #8214]  INFO -- : Updated copyright in ../../modules/host/get_system_info_java/config.yaml
+I, [2025-12-26T18:48:12.345113 #8214]  INFO -- : Processing file: ../../modules/host/get_system_info_java/getSystemInfo.java
+I, [2025-12-26T18:48:12.345277 #8214]  INFO -- : Updated copyright in ../../modules/host/get_system_info_java/getSystemInfo.java
+I, [2025-12-26T18:48:12.345306 #8214]  INFO -- : Processing file: ../../modules/host/get_system_info_java/module.rb
+I, [2025-12-26T18:48:12.345640 #8214]  INFO -- : Updated copyright in ../../modules/host/get_system_info_java/module.rb
+I, [2025-12-26T18:48:12.345685 #8214]  INFO -- : Processing file: ../../modules/host/get_wireless_keys/command.js
+I, [2025-12-26T18:48:12.345862 #8214]  INFO -- : Updated copyright in ../../modules/host/get_wireless_keys/command.js
+I, [2025-12-26T18:48:12.345954 #8214]  INFO -- : Processing file: ../../modules/host/get_wireless_keys/config.yaml
+I, [2025-12-26T18:48:12.346120 #8214]  INFO -- : Updated copyright in ../../modules/host/get_wireless_keys/config.yaml
+I, [2025-12-26T18:48:12.346184 #8214]  INFO -- : Processing file: ../../modules/host/get_wireless_keys/module.rb
+I, [2025-12-26T18:48:12.346359 #8214]  INFO -- : Updated copyright in ../../modules/host/get_wireless_keys/module.rb
+I, [2025-12-26T18:48:12.346435 #8214]  INFO -- : Processing file: ../../modules/host/get_wireless_keys/wirelessZeroConfig.java
+I, [2025-12-26T18:48:12.346610 #8214]  INFO -- : Updated copyright in ../../modules/host/get_wireless_keys/wirelessZeroConfig.java
+I, [2025-12-26T18:48:12.346639 #8214]  INFO -- : Processing file: ../../modules/host/hook_default_browser/command.js
+I, [2025-12-26T18:48:12.347020 #8214]  INFO -- : Updated copyright in ../../modules/host/hook_default_browser/command.js
+I, [2025-12-26T18:48:12.347114 #8214]  INFO -- : Processing file: ../../modules/host/hook_default_browser/config.yaml
+I, [2025-12-26T18:48:12.347316 #8214]  INFO -- : Updated copyright in ../../modules/host/hook_default_browser/config.yaml
+I, [2025-12-26T18:48:12.347389 #8214]  INFO -- : Processing file: ../../modules/host/hook_default_browser/module.rb
+I, [2025-12-26T18:48:12.348004 #8214]  INFO -- : Updated copyright in ../../modules/host/hook_default_browser/module.rb
+I, [2025-12-26T18:48:12.348121 #8214]  INFO -- : Processing file: ../../modules/host/hook_microsoft_edge/command.js
+I, [2025-12-26T18:48:12.348577 #8214]  INFO -- : Updated copyright in ../../modules/host/hook_microsoft_edge/command.js
+I, [2025-12-26T18:48:12.348633 #8214]  INFO -- : Processing file: ../../modules/host/hook_microsoft_edge/config.yaml
+I, [2025-12-26T18:48:12.348829 #8214]  INFO -- : Updated copyright in ../../modules/host/hook_microsoft_edge/config.yaml
+I, [2025-12-26T18:48:12.348865 #8214]  INFO -- : Processing file: ../../modules/host/hook_microsoft_edge/module.rb
+I, [2025-12-26T18:48:12.349079 #8214]  INFO -- : Updated copyright in ../../modules/host/hook_microsoft_edge/module.rb
+I, [2025-12-26T18:48:12.349120 #8214]  INFO -- : Processing file: ../../modules/host/insecure_url_skype/command.js
+I, [2025-12-26T18:48:12.349392 #8214]  INFO -- : Updated copyright in ../../modules/host/insecure_url_skype/command.js
+I, [2025-12-26T18:48:12.349607 #8214]  INFO -- : Processing file: ../../modules/host/insecure_url_skype/config.yaml
+I, [2025-12-26T18:48:12.350104 #8214]  INFO -- : Updated copyright in ../../modules/host/insecure_url_skype/config.yaml
+I, [2025-12-26T18:48:12.350168 #8214]  INFO -- : Processing file: ../../modules/host/insecure_url_skype/module.rb
+I, [2025-12-26T18:48:12.351587 #8214]  INFO -- : Updated copyright in ../../modules/host/insecure_url_skype/module.rb
+I, [2025-12-26T18:48:12.351658 #8214]  INFO -- : Processing file: ../../modules/host/iphone_tel/command.js
+I, [2025-12-26T18:48:12.351883 #8214]  INFO -- : Updated copyright in ../../modules/host/iphone_tel/command.js
+I, [2025-12-26T18:48:12.351940 #8214]  INFO -- : Processing file: ../../modules/host/iphone_tel/config.yaml
+I, [2025-12-26T18:48:12.352149 #8214]  INFO -- : Updated copyright in ../../modules/host/iphone_tel/config.yaml
+I, [2025-12-26T18:48:12.352218 #8214]  INFO -- : Processing file: ../../modules/host/iphone_tel/module.rb
+I, [2025-12-26T18:48:12.352428 #8214]  INFO -- : Updated copyright in ../../modules/host/iphone_tel/module.rb
+I, [2025-12-26T18:48:12.352730 #8214]  INFO -- : Processing file: ../../modules/host/physical_location/command.js
+I, [2025-12-26T18:48:12.353058 #8214]  INFO -- : Updated copyright in ../../modules/host/physical_location/command.js
+I, [2025-12-26T18:48:12.353097 #8214]  INFO -- : Processing file: ../../modules/host/physical_location/config.yaml
+I, [2025-12-26T18:48:12.353564 #8214]  INFO -- : Updated copyright in ../../modules/host/physical_location/config.yaml
+I, [2025-12-26T18:48:12.353741 #8214]  INFO -- : Processing file: ../../modules/host/physical_location/module.rb
+I, [2025-12-26T18:48:12.354043 #8214]  INFO -- : Updated copyright in ../../modules/host/physical_location/module.rb
+I, [2025-12-26T18:48:12.354338 #8214]  INFO -- : Processing file: ../../modules/host/physical_location_thirdparty/command.js
+I, [2025-12-26T18:48:12.354826 #8214]  INFO -- : Updated copyright in ../../modules/host/physical_location_thirdparty/command.js
+I, [2025-12-26T18:48:12.354969 #8214]  INFO -- : Processing file: ../../modules/host/physical_location_thirdparty/config.yaml
+I, [2025-12-26T18:48:12.355358 #8214]  INFO -- : Updated copyright in ../../modules/host/physical_location_thirdparty/config.yaml
+I, [2025-12-26T18:48:12.355400 #8214]  INFO -- : Processing file: ../../modules/host/physical_location_thirdparty/module.rb
+I, [2025-12-26T18:48:12.356528 #8214]  INFO -- : Updated copyright in ../../modules/host/physical_location_thirdparty/module.rb
+I, [2025-12-26T18:48:12.356621 #8214]  INFO -- : Processing file: ../../modules/ipec/cross_site_faxing/command.js
+I, [2025-12-26T18:48:12.357185 #8214]  INFO -- : Updated copyright in ../../modules/ipec/cross_site_faxing/command.js
+I, [2025-12-26T18:48:12.357311 #8214]  INFO -- : Processing file: ../../modules/ipec/cross_site_faxing/config.yaml
+I, [2025-12-26T18:48:12.357662 #8214]  INFO -- : Updated copyright in ../../modules/ipec/cross_site_faxing/config.yaml
+I, [2025-12-26T18:48:12.357802 #8214]  INFO -- : Processing file: ../../modules/ipec/cross_site_faxing/module.rb
+I, [2025-12-26T18:48:12.358164 #8214]  INFO -- : Updated copyright in ../../modules/ipec/cross_site_faxing/module.rb
+I, [2025-12-26T18:48:12.358201 #8214]  INFO -- : Processing file: ../../modules/ipec/cross_site_printing/command.js
+I, [2025-12-26T18:48:12.358582 #8214]  INFO -- : Updated copyright in ../../modules/ipec/cross_site_printing/command.js
+I, [2025-12-26T18:48:12.358619 #8214]  INFO -- : Processing file: ../../modules/ipec/cross_site_printing/config.yaml
+I, [2025-12-26T18:48:12.358850 #8214]  INFO -- : Updated copyright in ../../modules/ipec/cross_site_printing/config.yaml
+I, [2025-12-26T18:48:12.358918 #8214]  INFO -- : Processing file: ../../modules/ipec/cross_site_printing/module.rb
+I, [2025-12-26T18:48:12.359479 #8214]  INFO -- : Updated copyright in ../../modules/ipec/cross_site_printing/module.rb
+I, [2025-12-26T18:48:12.359642 #8214]  INFO -- : Processing file: ../../modules/ipec/dns_tunnel/command.js
+I, [2025-12-26T18:48:12.359981 #8214]  INFO -- : Updated copyright in ../../modules/ipec/dns_tunnel/command.js
+I, [2025-12-26T18:48:12.360102 #8214]  INFO -- : Processing file: ../../modules/ipec/dns_tunnel/config.yaml
+I, [2025-12-26T18:48:12.360495 #8214]  INFO -- : Updated copyright in ../../modules/ipec/dns_tunnel/config.yaml
+I, [2025-12-26T18:48:12.360569 #8214]  INFO -- : Processing file: ../../modules/ipec/dns_tunnel/module.rb
+I, [2025-12-26T18:48:12.360986 #8214]  INFO -- : Updated copyright in ../../modules/ipec/dns_tunnel/module.rb
+I, [2025-12-26T18:48:12.361023 #8214]  INFO -- : Processing file: ../../modules/ipec/etag_client/command.js
+I, [2025-12-26T18:48:12.361271 #8214]  INFO -- : Updated copyright in ../../modules/ipec/etag_client/command.js
+I, [2025-12-26T18:48:12.361307 #8214]  INFO -- : Processing file: ../../modules/ipec/etag_client/config.yaml
+I, [2025-12-26T18:48:12.361746 #8214]  INFO -- : Updated copyright in ../../modules/ipec/etag_client/config.yaml
+I, [2025-12-26T18:48:12.361816 #8214]  INFO -- : Processing file: ../../modules/ipec/etag_client/module.rb
+I, [2025-12-26T18:48:12.362136 #8214]  INFO -- : Updated copyright in ../../modules/ipec/etag_client/module.rb
+I, [2025-12-26T18:48:12.362172 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_imap/command.js
+I, [2025-12-26T18:48:12.362569 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_imap/command.js
+I, [2025-12-26T18:48:12.362615 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_imap/config.yaml
+I, [2025-12-26T18:48:12.362864 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_imap/config.yaml
+I, [2025-12-26T18:48:12.362902 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_imap/module.rb
+I, [2025-12-26T18:48:12.363356 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_imap/module.rb
+I, [2025-12-26T18:48:12.363395 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_irc/command.js
+I, [2025-12-26T18:48:12.363598 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_irc/command.js
+I, [2025-12-26T18:48:12.363644 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_irc/config.yaml
+I, [2025-12-26T18:48:12.363914 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_irc/config.yaml
+I, [2025-12-26T18:48:12.363979 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_irc/module.rb
+I, [2025-12-26T18:48:12.364126 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_irc/module.rb
+I, [2025-12-26T18:48:12.364196 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_posix_bindshell/command.js
+I, [2025-12-26T18:48:12.364554 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_posix_bindshell/command.js
+I, [2025-12-26T18:48:12.364583 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_posix_bindshell/config.yaml
+I, [2025-12-26T18:48:12.364714 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_posix_bindshell/config.yaml
+I, [2025-12-26T18:48:12.364751 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_posix_bindshell/module.rb
+I, [2025-12-26T18:48:12.364923 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_posix_bindshell/module.rb
+I, [2025-12-26T18:48:12.364959 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_redis/command.js
+I, [2025-12-26T18:48:12.365100 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_redis/command.js
+I, [2025-12-26T18:48:12.365135 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_redis/config.yaml
+I, [2025-12-26T18:48:12.365276 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_redis/config.yaml
+I, [2025-12-26T18:48:12.368720 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_redis/module.rb
+I, [2025-12-26T18:48:12.368964 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_redis/module.rb
+I, [2025-12-26T18:48:12.368987 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_win_bindshell/command.js
+I, [2025-12-26T18:48:12.369219 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_win_bindshell/command.js
+I, [2025-12-26T18:48:12.369261 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_win_bindshell/command.old.js
+I, [2025-12-26T18:48:12.369462 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_win_bindshell/command.old.js
+I, [2025-12-26T18:48:12.369490 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_win_bindshell/config.yaml
+I, [2025-12-26T18:48:12.369874 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_win_bindshell/config.yaml
+I, [2025-12-26T18:48:12.369918 #8214]  INFO -- : Processing file: ../../modules/ipec/inter_protocol_win_bindshell/module.rb
+I, [2025-12-26T18:48:12.370601 #8214]  INFO -- : Updated copyright in ../../modules/ipec/inter_protocol_win_bindshell/module.rb
+I, [2025-12-26T18:48:12.370674 #8214]  INFO -- : Processing file: ../../modules/ipec/s2c_dns_tunnel/command.js
+I, [2025-12-26T18:48:12.370893 #8214]  INFO -- : Updated copyright in ../../modules/ipec/s2c_dns_tunnel/command.js
+I, [2025-12-26T18:48:12.370968 #8214]  INFO -- : Processing file: ../../modules/ipec/s2c_dns_tunnel/config.yaml
+I, [2025-12-26T18:48:12.371116 #8214]  INFO -- : Updated copyright in ../../modules/ipec/s2c_dns_tunnel/config.yaml
+I, [2025-12-26T18:48:12.371145 #8214]  INFO -- : Processing file: ../../modules/ipec/s2c_dns_tunnel/module.rb
+I, [2025-12-26T18:48:12.371320 #8214]  INFO -- : Updated copyright in ../../modules/ipec/s2c_dns_tunnel/module.rb
+I, [2025-12-26T18:48:12.371372 #8214]  INFO -- : Processing file: ../../modules/metasploit/browser_autopwn/command.js
+I, [2025-12-26T18:48:12.371584 #8214]  INFO -- : Updated copyright in ../../modules/metasploit/browser_autopwn/command.js
+I, [2025-12-26T18:48:12.371738 #8214]  INFO -- : Processing file: ../../modules/metasploit/browser_autopwn/config.yaml
+I, [2025-12-26T18:48:12.371934 #8214]  INFO -- : Updated copyright in ../../modules/metasploit/browser_autopwn/config.yaml
+I, [2025-12-26T18:48:12.371972 #8214]  INFO -- : Processing file: ../../modules/metasploit/browser_autopwn/module.rb
+I, [2025-12-26T18:48:12.372118 #8214]  INFO -- : Updated copyright in ../../modules/metasploit/browser_autopwn/module.rb
+I, [2025-12-26T18:48:12.372138 #8214]  INFO -- : Processing file: ../../modules/misc/blockui/command.js
+I, [2025-12-26T18:48:12.372276 #8214]  INFO -- : Updated copyright in ../../modules/misc/blockui/command.js
+I, [2025-12-26T18:48:12.372301 #8214]  INFO -- : Processing file: ../../modules/misc/blockui/config.yaml
+I, [2025-12-26T18:48:12.372462 #8214]  INFO -- : Updated copyright in ../../modules/misc/blockui/config.yaml
+I, [2025-12-26T18:48:12.372484 #8214]  INFO -- : Processing file: ../../modules/misc/blockui/module.rb
+I, [2025-12-26T18:48:12.372818 #8214]  INFO -- : Updated copyright in ../../modules/misc/blockui/module.rb
+I, [2025-12-26T18:48:12.372853 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/extract_inotes_list/command.js
+I, [2025-12-26T18:48:12.373123 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/extract_inotes_list/command.js
+I, [2025-12-26T18:48:12.373151 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/extract_inotes_list/config.yaml
+I, [2025-12-26T18:48:12.373375 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/extract_inotes_list/config.yaml
+I, [2025-12-26T18:48:12.373398 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/extract_inotes_list/module.rb
+I, [2025-12-26T18:48:12.373668 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/extract_inotes_list/module.rb
+I, [2025-12-26T18:48:12.373708 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/inotes_flooder/command.js
+I, [2025-12-26T18:48:12.373941 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/inotes_flooder/command.js
+I, [2025-12-26T18:48:12.373965 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/inotes_flooder/config.yaml
+I, [2025-12-26T18:48:12.374138 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/inotes_flooder/config.yaml
+I, [2025-12-26T18:48:12.374162 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/inotes_flooder/module.rb
+I, [2025-12-26T18:48:12.374467 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/inotes_flooder/module.rb
+I, [2025-12-26T18:48:12.374554 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/read_inotes/command.js
+I, [2025-12-26T18:48:12.374884 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/read_inotes/command.js
+I, [2025-12-26T18:48:12.374973 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/read_inotes/config.yaml
+I, [2025-12-26T18:48:12.375228 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/read_inotes/config.yaml
+I, [2025-12-26T18:48:12.375256 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/read_inotes/module.rb
+I, [2025-12-26T18:48:12.375393 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/read_inotes/module.rb
+I, [2025-12-26T18:48:12.375453 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/send_inotes/command.js
+I, [2025-12-26T18:48:12.375844 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/send_inotes/command.js
+I, [2025-12-26T18:48:12.375921 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/send_inotes/config.yaml
+I, [2025-12-26T18:48:12.376076 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/send_inotes/config.yaml
+I, [2025-12-26T18:48:12.376106 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/send_inotes/module.rb
+I, [2025-12-26T18:48:12.376290 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/send_inotes/module.rb
+I, [2025-12-26T18:48:12.376330 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/send_inotes_with_attachment/command.js
+I, [2025-12-26T18:48:12.376561 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/send_inotes_with_attachment/command.js
+I, [2025-12-26T18:48:12.376628 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/send_inotes_with_attachment/config.yaml
+I, [2025-12-26T18:48:12.376754 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/send_inotes_with_attachment/config.yaml
+I, [2025-12-26T18:48:12.376783 #8214]  INFO -- : Processing file: ../../modules/misc/ibm_inotes/send_inotes_with_attachment/module.rb
+I, [2025-12-26T18:48:12.377065 #8214]  INFO -- : Updated copyright in ../../modules/misc/ibm_inotes/send_inotes_with_attachment/module.rb
+I, [2025-12-26T18:48:12.377106 #8214]  INFO -- : Processing file: ../../modules/misc/iframe_keylogger/command.js
+I, [2025-12-26T18:48:12.377383 #8214]  INFO -- : Updated copyright in ../../modules/misc/iframe_keylogger/command.js
+I, [2025-12-26T18:48:12.377864 #8214]  INFO -- : Processing file: ../../modules/misc/iframe_keylogger/config.yaml
+I, [2025-12-26T18:48:12.379218 #8214]  INFO -- : Updated copyright in ../../modules/misc/iframe_keylogger/config.yaml
+I, [2025-12-26T18:48:12.379263 #8214]  INFO -- : Processing file: ../../modules/misc/iframe_keylogger/module.rb
+I, [2025-12-26T18:48:12.379439 #8214]  INFO -- : Updated copyright in ../../modules/misc/iframe_keylogger/module.rb
+I, [2025-12-26T18:48:12.379549 #8214]  INFO -- : Processing file: ../../modules/misc/iframe_sniffer/command.js
+I, [2025-12-26T18:48:12.379694 #8214]  INFO -- : Updated copyright in ../../modules/misc/iframe_sniffer/command.js
+I, [2025-12-26T18:48:12.379757 #8214]  INFO -- : Processing file: ../../modules/misc/iframe_sniffer/config.yaml
+I, [2025-12-26T18:48:12.379890 #8214]  INFO -- : Updated copyright in ../../modules/misc/iframe_sniffer/config.yaml
+I, [2025-12-26T18:48:12.379918 #8214]  INFO -- : Processing file: ../../modules/misc/iframe_sniffer/leakyframe.js
+W, [2025-12-26T18:48:12.380015 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/iframe_sniffer/leakyframe.js
+I, [2025-12-26T18:48:12.380042 #8214]  INFO -- : Processing file: ../../modules/misc/iframe_sniffer/module.rb
+I, [2025-12-26T18:48:12.380168 #8214]  INFO -- : Updated copyright in ../../modules/misc/iframe_sniffer/module.rb
+I, [2025-12-26T18:48:12.380196 #8214]  INFO -- : Processing file: ../../modules/misc/invisible_iframe/command.js
+I, [2025-12-26T18:48:12.380316 #8214]  INFO -- : Updated copyright in ../../modules/misc/invisible_iframe/command.js
+I, [2025-12-26T18:48:12.380343 #8214]  INFO -- : Processing file: ../../modules/misc/invisible_iframe/config.yaml
+I, [2025-12-26T18:48:12.380585 #8214]  INFO -- : Updated copyright in ../../modules/misc/invisible_iframe/config.yaml
+I, [2025-12-26T18:48:12.380628 #8214]  INFO -- : Processing file: ../../modules/misc/invisible_iframe/module.rb
+I, [2025-12-26T18:48:12.380953 #8214]  INFO -- : Updated copyright in ../../modules/misc/invisible_iframe/module.rb
+I, [2025-12-26T18:48:12.381073 #8214]  INFO -- : Processing file: ../../modules/misc/local_file_theft/command.js
+I, [2025-12-26T18:48:12.381467 #8214]  INFO -- : Updated copyright in ../../modules/misc/local_file_theft/command.js
+I, [2025-12-26T18:48:12.381549 #8214]  INFO -- : Processing file: ../../modules/misc/local_file_theft/config.yaml
+I, [2025-12-26T18:48:12.381880 #8214]  INFO -- : Updated copyright in ../../modules/misc/local_file_theft/config.yaml
+I, [2025-12-26T18:48:12.381963 #8214]  INFO -- : Processing file: ../../modules/misc/local_file_theft/module.rb
+I, [2025-12-26T18:48:12.382127 #8214]  INFO -- : Updated copyright in ../../modules/misc/local_file_theft/module.rb
+I, [2025-12-26T18:48:12.382194 #8214]  INFO -- : Processing file: ../../modules/misc/nosleep/NoSleep.min.js
+W, [2025-12-26T18:48:12.382243 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/nosleep/NoSleep.min.js
+I, [2025-12-26T18:48:12.382268 #8214]  INFO -- : Processing file: ../../modules/misc/nosleep/command.js
+I, [2025-12-26T18:48:12.382748 #8214]  INFO -- : Updated copyright in ../../modules/misc/nosleep/command.js
+I, [2025-12-26T18:48:12.382786 #8214]  INFO -- : Processing file: ../../modules/misc/nosleep/config.yaml
+I, [2025-12-26T18:48:12.383020 #8214]  INFO -- : Updated copyright in ../../modules/misc/nosleep/config.yaml
+I, [2025-12-26T18:48:12.383154 #8214]  INFO -- : Processing file: ../../modules/misc/nosleep/module.rb
+I, [2025-12-26T18:48:12.383415 #8214]  INFO -- : Updated copyright in ../../modules/misc/nosleep/module.rb
+I, [2025-12-26T18:48:12.383471 #8214]  INFO -- : Processing file: ../../modules/misc/raw_javascript/command.js
+I, [2025-12-26T18:48:12.383832 #8214]  INFO -- : Updated copyright in ../../modules/misc/raw_javascript/command.js
+I, [2025-12-26T18:48:12.383868 #8214]  INFO -- : Processing file: ../../modules/misc/raw_javascript/config.yaml
+I, [2025-12-26T18:48:12.384300 #8214]  INFO -- : Updated copyright in ../../modules/misc/raw_javascript/config.yaml
+I, [2025-12-26T18:48:12.384337 #8214]  INFO -- : Processing file: ../../modules/misc/raw_javascript/module.rb
+I, [2025-12-26T18:48:12.384576 #8214]  INFO -- : Updated copyright in ../../modules/misc/raw_javascript/module.rb
+I, [2025-12-26T18:48:12.384675 #8214]  INFO -- : Processing file: ../../modules/misc/read_gmail/command.js
+I, [2025-12-26T18:48:12.384921 #8214]  INFO -- : Updated copyright in ../../modules/misc/read_gmail/command.js
+I, [2025-12-26T18:48:12.384998 #8214]  INFO -- : Processing file: ../../modules/misc/read_gmail/config.yaml
+I, [2025-12-26T18:48:12.385167 #8214]  INFO -- : Updated copyright in ../../modules/misc/read_gmail/config.yaml
+I, [2025-12-26T18:48:12.385393 #8214]  INFO -- : Processing file: ../../modules/misc/read_gmail/module.rb
+I, [2025-12-26T18:48:12.385649 #8214]  INFO -- : Updated copyright in ../../modules/misc/read_gmail/module.rb
+I, [2025-12-26T18:48:12.385688 #8214]  INFO -- : Processing file: ../../modules/misc/track_physical_movement/command.js
+I, [2025-12-26T18:48:12.385886 #8214]  INFO -- : Updated copyright in ../../modules/misc/track_physical_movement/command.js
+I, [2025-12-26T18:48:12.385933 #8214]  INFO -- : Processing file: ../../modules/misc/track_physical_movement/config.yaml
+I, [2025-12-26T18:48:12.386154 #8214]  INFO -- : Updated copyright in ../../modules/misc/track_physical_movement/config.yaml
+I, [2025-12-26T18:48:12.386189 #8214]  INFO -- : Processing file: ../../modules/misc/track_physical_movement/module.rb
+I, [2025-12-26T18:48:12.386364 #8214]  INFO -- : Updated copyright in ../../modules/misc/track_physical_movement/module.rb
+I, [2025-12-26T18:48:12.386424 #8214]  INFO -- : Processing file: ../../modules/misc/unblockui/command.js
+I, [2025-12-26T18:48:12.386679 #8214]  INFO -- : Updated copyright in ../../modules/misc/unblockui/command.js
+I, [2025-12-26T18:48:12.386710 #8214]  INFO -- : Processing file: ../../modules/misc/unblockui/config.yaml
+I, [2025-12-26T18:48:12.386879 #8214]  INFO -- : Updated copyright in ../../modules/misc/unblockui/config.yaml
+I, [2025-12-26T18:48:12.386907 #8214]  INFO -- : Processing file: ../../modules/misc/unblockui/module.rb
+I, [2025-12-26T18:48:12.387056 #8214]  INFO -- : Updated copyright in ../../modules/misc/unblockui/module.rb
+I, [2025-12-26T18:48:12.387118 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/add_user/command.js
+W, [2025-12-26T18:48:12.387169 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/add_user/command.js
+I, [2025-12-26T18:48:12.387195 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/add_user/config.yaml
+W, [2025-12-26T18:48:12.387235 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/add_user/config.yaml
+I, [2025-12-26T18:48:12.387260 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/add_user/module.rb
+W, [2025-12-26T18:48:12.387301 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/add_user/module.rb
+I, [2025-12-26T18:48:12.387688 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/current_user_info/command.js
+W, [2025-12-26T18:48:12.387737 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/current_user_info/command.js
+I, [2025-12-26T18:48:12.387891 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/current_user_info/config.yaml
+W, [2025-12-26T18:48:12.387947 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/current_user_info/config.yaml
+I, [2025-12-26T18:48:12.388172 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/current_user_info/module.rb
+W, [2025-12-26T18:48:12.388220 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/current_user_info/module.rb
+I, [2025-12-26T18:48:12.388247 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/upload_rce_plugin/beefbind.php
+I, [2025-12-26T18:48:12.388564 #8214]  INFO -- : Updated copyright in ../../modules/misc/wordpress/upload_rce_plugin/beefbind.php
+I, [2025-12-26T18:48:12.388600 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/upload_rce_plugin/command.js
+W, [2025-12-26T18:48:12.388789 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/upload_rce_plugin/command.js
+I, [2025-12-26T18:48:12.388817 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/upload_rce_plugin/config.yaml
+I, [2025-12-26T18:48:12.389107 #8214]  INFO -- : Updated copyright in ../../modules/misc/wordpress/upload_rce_plugin/config.yaml
+I, [2025-12-26T18:48:12.389143 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/upload_rce_plugin/module.rb
+W, [2025-12-26T18:48:12.389258 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/upload_rce_plugin/module.rb
+I, [2025-12-26T18:48:12.389285 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/wordpress_command.rb
+W, [2025-12-26T18:48:12.389370 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/wordpress_command.rb
+I, [2025-12-26T18:48:12.389423 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress/wp.js
+W, [2025-12-26T18:48:12.389501 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/wordpress/wp.js
+I, [2025-12-26T18:48:12.389596 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress_post_auth_rce/command.js
+I, [2025-12-26T18:48:12.389940 #8214]  INFO -- : Updated copyright in ../../modules/misc/wordpress_post_auth_rce/command.js
+I, [2025-12-26T18:48:12.390016 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress_post_auth_rce/config.yaml
+I, [2025-12-26T18:48:12.390292 #8214]  INFO -- : Updated copyright in ../../modules/misc/wordpress_post_auth_rce/config.yaml
+I, [2025-12-26T18:48:12.390367 #8214]  INFO -- : Processing file: ../../modules/misc/wordpress_post_auth_rce/module.rb
+I, [2025-12-26T18:48:12.390672 #8214]  INFO -- : Updated copyright in ../../modules/misc/wordpress_post_auth_rce/module.rb
+I, [2025-12-26T18:48:12.390749 #8214]  INFO -- : Processing file: ../../modules/network/ADC/f5_bigip_cookie_disclosure/command.js
+I, [2025-12-26T18:48:12.390957 #8214]  INFO -- : Updated copyright in ../../modules/network/ADC/f5_bigip_cookie_disclosure/command.js
+I, [2025-12-26T18:48:12.390993 #8214]  INFO -- : Processing file: ../../modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml
+I, [2025-12-26T18:48:12.391310 #8214]  INFO -- : Updated copyright in ../../modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml
+I, [2025-12-26T18:48:12.391386 #8214]  INFO -- : Processing file: ../../modules/network/ADC/f5_bigip_cookie_disclosure/module.rb
+I, [2025-12-26T18:48:12.391723 #8214]  INFO -- : Updated copyright in ../../modules/network/ADC/f5_bigip_cookie_disclosure/module.rb
+I, [2025-12-26T18:48:12.391818 #8214]  INFO -- : Processing file: ../../modules/network/ADC/f5_bigip_cookie_stealing/command.js
+I, [2025-12-26T18:48:12.392183 #8214]  INFO -- : Updated copyright in ../../modules/network/ADC/f5_bigip_cookie_stealing/command.js
+I, [2025-12-26T18:48:12.392248 #8214]  INFO -- : Processing file: ../../modules/network/ADC/f5_bigip_cookie_stealing/config.yaml
+I, [2025-12-26T18:48:12.392683 #8214]  INFO -- : Updated copyright in ../../modules/network/ADC/f5_bigip_cookie_stealing/config.yaml
+I, [2025-12-26T18:48:12.392728 #8214]  INFO -- : Processing file: ../../modules/network/ADC/f5_bigip_cookie_stealing/module.rb
+I, [2025-12-26T18:48:12.392949 #8214]  INFO -- : Updated copyright in ../../modules/network/ADC/f5_bigip_cookie_stealing/module.rb
+I, [2025-12-26T18:48:12.393029 #8214]  INFO -- : Processing file: ../../modules/network/DOSer/command.js
+I, [2025-12-26T18:48:12.393392 #8214]  INFO -- : Updated copyright in ../../modules/network/DOSer/command.js
+I, [2025-12-26T18:48:12.393445 #8214]  INFO -- : Processing file: ../../modules/network/DOSer/config.yaml
+I, [2025-12-26T18:48:12.393854 #8214]  INFO -- : Updated copyright in ../../modules/network/DOSer/config.yaml
+I, [2025-12-26T18:48:12.393950 #8214]  INFO -- : Processing file: ../../modules/network/DOSer/module.rb
+I, [2025-12-26T18:48:12.394208 #8214]  INFO -- : Updated copyright in ../../modules/network/DOSer/module.rb
+I, [2025-12-26T18:48:12.394282 #8214]  INFO -- : Processing file: ../../modules/network/DOSer/worker.js
+W, [2025-12-26T18:48:12.394370 #8214]  WARN -- : Copyright pattern not found in ../../modules/network/DOSer/worker.js
+I, [2025-12-26T18:48:12.394419 #8214]  INFO -- : Processing file: ../../modules/network/cross_origin_scanner_cors/command.js
+I, [2025-12-26T18:48:12.394853 #8214]  INFO -- : Updated copyright in ../../modules/network/cross_origin_scanner_cors/command.js
+I, [2025-12-26T18:48:12.394906 #8214]  INFO -- : Processing file: ../../modules/network/cross_origin_scanner_cors/config.yaml
+I, [2025-12-26T18:48:12.395179 #8214]  INFO -- : Updated copyright in ../../modules/network/cross_origin_scanner_cors/config.yaml
+I, [2025-12-26T18:48:12.395217 #8214]  INFO -- : Processing file: ../../modules/network/cross_origin_scanner_cors/module.rb
+I, [2025-12-26T18:48:12.395357 #8214]  INFO -- : Updated copyright in ../../modules/network/cross_origin_scanner_cors/module.rb
+I, [2025-12-26T18:48:12.395415 #8214]  INFO -- : Processing file: ../../modules/network/cross_origin_scanner_flash/command.js
+I, [2025-12-26T18:48:12.395703 #8214]  INFO -- : Updated copyright in ../../modules/network/cross_origin_scanner_flash/command.js
+I, [2025-12-26T18:48:12.395771 #8214]  INFO -- : Processing file: ../../modules/network/cross_origin_scanner_flash/config.yaml
+I, [2025-12-26T18:48:12.395907 #8214]  INFO -- : Updated copyright in ../../modules/network/cross_origin_scanner_flash/config.yaml
+I, [2025-12-26T18:48:12.395936 #8214]  INFO -- : Processing file: ../../modules/network/cross_origin_scanner_flash/module.rb
+I, [2025-12-26T18:48:12.396095 #8214]  INFO -- : Updated copyright in ../../modules/network/cross_origin_scanner_flash/module.rb
+I, [2025-12-26T18:48:12.396123 #8214]  INFO -- : Processing file: ../../modules/network/cross_origin_scanner_flash/swfobject.js
+W, [2025-12-26T18:48:12.396209 #8214]  WARN -- : Copyright pattern not found in ../../modules/network/cross_origin_scanner_flash/swfobject.js
+I, [2025-12-26T18:48:12.396238 #8214]  INFO -- : Processing file: ../../modules/network/detect_burp/command.js
+I, [2025-12-26T18:48:12.396365 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_burp/command.js
+I, [2025-12-26T18:48:12.396392 #8214]  INFO -- : Processing file: ../../modules/network/detect_burp/config.yaml
+I, [2025-12-26T18:48:12.396611 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_burp/config.yaml
+I, [2025-12-26T18:48:12.396666 #8214]  INFO -- : Processing file: ../../modules/network/detect_burp/module.rb
+I, [2025-12-26T18:48:12.396859 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_burp/module.rb
+I, [2025-12-26T18:48:12.396897 #8214]  INFO -- : Processing file: ../../modules/network/detect_ethereum_ens/command.js
+I, [2025-12-26T18:48:12.397221 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_ethereum_ens/command.js
+I, [2025-12-26T18:48:12.397250 #8214]  INFO -- : Processing file: ../../modules/network/detect_ethereum_ens/config.yaml
+I, [2025-12-26T18:48:12.397396 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_ethereum_ens/config.yaml
+I, [2025-12-26T18:48:12.397424 #8214]  INFO -- : Processing file: ../../modules/network/detect_ethereum_ens/module.rb
+I, [2025-12-26T18:48:12.397681 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_ethereum_ens/module.rb
+I, [2025-12-26T18:48:12.397737 #8214]  INFO -- : Processing file: ../../modules/network/detect_opennic/command.js
+I, [2025-12-26T18:48:12.397882 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_opennic/command.js
+I, [2025-12-26T18:48:12.397911 #8214]  INFO -- : Processing file: ../../modules/network/detect_opennic/config.yaml
+I, [2025-12-26T18:48:12.398063 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_opennic/config.yaml
+I, [2025-12-26T18:48:12.398125 #8214]  INFO -- : Processing file: ../../modules/network/detect_opennic/module.rb
+I, [2025-12-26T18:48:12.398266 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_opennic/module.rb
+I, [2025-12-26T18:48:12.398293 #8214]  INFO -- : Processing file: ../../modules/network/detect_soc_nets/command.js
+I, [2025-12-26T18:48:12.398443 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_soc_nets/command.js
+I, [2025-12-26T18:48:12.398548 #8214]  INFO -- : Processing file: ../../modules/network/detect_soc_nets/config.yaml
+I, [2025-12-26T18:48:12.398690 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_soc_nets/config.yaml
+I, [2025-12-26T18:48:12.398746 #8214]  INFO -- : Processing file: ../../modules/network/detect_soc_nets/module.rb
+I, [2025-12-26T18:48:12.398886 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_soc_nets/module.rb
+I, [2025-12-26T18:48:12.398913 #8214]  INFO -- : Processing file: ../../modules/network/detect_tor/command.js
+I, [2025-12-26T18:48:12.399075 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_tor/command.js
+I, [2025-12-26T18:48:12.399103 #8214]  INFO -- : Processing file: ../../modules/network/detect_tor/config.yaml
+I, [2025-12-26T18:48:12.399257 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_tor/config.yaml
+I, [2025-12-26T18:48:12.399284 #8214]  INFO -- : Processing file: ../../modules/network/detect_tor/module.rb
+I, [2025-12-26T18:48:12.399572 #8214]  INFO -- : Updated copyright in ../../modules/network/detect_tor/module.rb
+I, [2025-12-26T18:48:12.399628 #8214]  INFO -- : Processing file: ../../modules/network/dns_enumeration/command.js
+I, [2025-12-26T18:48:12.399761 #8214]  INFO -- : Updated copyright in ../../modules/network/dns_enumeration/command.js
+I, [2025-12-26T18:48:12.399823 #8214]  INFO -- : Processing file: ../../modules/network/dns_enumeration/config.yaml
+I, [2025-12-26T18:48:12.399966 #8214]  INFO -- : Updated copyright in ../../modules/network/dns_enumeration/config.yaml
+I, [2025-12-26T18:48:12.399994 #8214]  INFO -- : Processing file: ../../modules/network/dns_enumeration/module.rb
+I, [2025-12-26T18:48:12.400151 #8214]  INFO -- : Updated copyright in ../../modules/network/dns_enumeration/module.rb
+I, [2025-12-26T18:48:12.400179 #8214]  INFO -- : Processing file: ../../modules/network/dns_rebinding/README.md
+W, [2025-12-26T18:48:12.400240 #8214]  WARN -- : Copyright pattern not found in ../../modules/network/dns_rebinding/README.md
+I, [2025-12-26T18:48:12.400268 #8214]  INFO -- : Processing file: ../../modules/network/dns_rebinding/command.js
+I, [2025-12-26T18:48:12.400448 #8214]  INFO -- : Updated copyright in ../../modules/network/dns_rebinding/command.js
+I, [2025-12-26T18:48:12.400491 #8214]  INFO -- : Processing file: ../../modules/network/dns_rebinding/config.yaml
+I, [2025-12-26T18:48:12.400768 #8214]  INFO -- : Updated copyright in ../../modules/network/dns_rebinding/config.yaml
+I, [2025-12-26T18:48:12.400796 #8214]  INFO -- : Processing file: ../../modules/network/dns_rebinding/module.rb
+I, [2025-12-26T18:48:12.400950 #8214]  INFO -- : Updated copyright in ../../modules/network/dns_rebinding/module.rb
+I, [2025-12-26T18:48:12.401012 #8214]  INFO -- : Processing file: ../../modules/network/fetch_port_scanner/command.js
+I, [2025-12-26T18:48:12.401403 #8214]  INFO -- : Updated copyright in ../../modules/network/fetch_port_scanner/command.js
+I, [2025-12-26T18:48:12.401490 #8214]  INFO -- : Processing file: ../../modules/network/fetch_port_scanner/config.yaml
+I, [2025-12-26T18:48:12.401767 #8214]  INFO -- : Updated copyright in ../../modules/network/fetch_port_scanner/config.yaml
+I, [2025-12-26T18:48:12.401799 #8214]  INFO -- : Processing file: ../../modules/network/fetch_port_scanner/module.rb
+I, [2025-12-26T18:48:12.401993 #8214]  INFO -- : Updated copyright in ../../modules/network/fetch_port_scanner/module.rb
+I, [2025-12-26T18:48:12.402021 #8214]  INFO -- : Processing file: ../../modules/network/get_http_servers/command.js
+I, [2025-12-26T18:48:12.402202 #8214]  INFO -- : Updated copyright in ../../modules/network/get_http_servers/command.js
+I, [2025-12-26T18:48:12.402411 #8214]  INFO -- : Processing file: ../../modules/network/get_http_servers/config.yaml
+I, [2025-12-26T18:48:12.402723 #8214]  INFO -- : Updated copyright in ../../modules/network/get_http_servers/config.yaml
+I, [2025-12-26T18:48:12.402774 #8214]  INFO -- : Processing file: ../../modules/network/get_http_servers/module.rb
+I, [2025-12-26T18:48:12.403008 #8214]  INFO -- : Updated copyright in ../../modules/network/get_http_servers/module.rb
+I, [2025-12-26T18:48:12.403045 #8214]  INFO -- : Processing file: ../../modules/network/get_ntop_network_hosts/command.js
+I, [2025-12-26T18:48:12.403436 #8214]  INFO -- : Updated copyright in ../../modules/network/get_ntop_network_hosts/command.js
+I, [2025-12-26T18:48:12.403710 #8214]  INFO -- : Processing file: ../../modules/network/get_ntop_network_hosts/config.yaml
+I, [2025-12-26T18:48:12.404063 #8214]  INFO -- : Updated copyright in ../../modules/network/get_ntop_network_hosts/config.yaml
+I, [2025-12-26T18:48:12.404167 #8214]  INFO -- : Processing file: ../../modules/network/get_ntop_network_hosts/module.rb
+I, [2025-12-26T18:48:12.404439 #8214]  INFO -- : Updated copyright in ../../modules/network/get_ntop_network_hosts/module.rb
+I, [2025-12-26T18:48:12.404479 #8214]  INFO -- : Processing file: ../../modules/network/get_proxy_servers_wpad/command.js
+I, [2025-12-26T18:48:12.405035 #8214]  INFO -- : Updated copyright in ../../modules/network/get_proxy_servers_wpad/command.js
+I, [2025-12-26T18:48:12.405086 #8214]  INFO -- : Processing file: ../../modules/network/get_proxy_servers_wpad/config.yaml
+I, [2025-12-26T18:48:12.405340 #8214]  INFO -- : Updated copyright in ../../modules/network/get_proxy_servers_wpad/config.yaml
+I, [2025-12-26T18:48:12.405408 #8214]  INFO -- : Processing file: ../../modules/network/get_proxy_servers_wpad/module.rb
+I, [2025-12-26T18:48:12.405677 #8214]  INFO -- : Updated copyright in ../../modules/network/get_proxy_servers_wpad/module.rb
+I, [2025-12-26T18:48:12.405744 #8214]  INFO -- : Processing file: ../../modules/network/identify_lan_subnets/command.js
+I, [2025-12-26T18:48:12.405917 #8214]  INFO -- : Updated copyright in ../../modules/network/identify_lan_subnets/command.js
+I, [2025-12-26T18:48:12.405985 #8214]  INFO -- : Processing file: ../../modules/network/identify_lan_subnets/config.yaml
+I, [2025-12-26T18:48:12.406131 #8214]  INFO -- : Updated copyright in ../../modules/network/identify_lan_subnets/config.yaml
+I, [2025-12-26T18:48:12.406199 #8214]  INFO -- : Processing file: ../../modules/network/identify_lan_subnets/module.rb
+I, [2025-12-26T18:48:12.406343 #8214]  INFO -- : Updated copyright in ../../modules/network/identify_lan_subnets/module.rb
+I, [2025-12-26T18:48:12.406411 #8214]  INFO -- : Processing file: ../../modules/network/internal_network_fingerprinting/command.js
+I, [2025-12-26T18:48:12.406688 #8214]  INFO -- : Updated copyright in ../../modules/network/internal_network_fingerprinting/command.js
+I, [2025-12-26T18:48:12.406760 #8214]  INFO -- : Processing file: ../../modules/network/internal_network_fingerprinting/config.yaml
+I, [2025-12-26T18:48:12.407033 #8214]  INFO -- : Updated copyright in ../../modules/network/internal_network_fingerprinting/config.yaml
+I, [2025-12-26T18:48:12.407097 #8214]  INFO -- : Processing file: ../../modules/network/internal_network_fingerprinting/module.rb
+I, [2025-12-26T18:48:12.407255 #8214]  INFO -- : Updated copyright in ../../modules/network/internal_network_fingerprinting/module.rb
+I, [2025-12-26T18:48:12.407322 #8214]  INFO -- : Processing file: ../../modules/network/jslanscanner/command.js
+I, [2025-12-26T18:48:12.407560 #8214]  INFO -- : Updated copyright in ../../modules/network/jslanscanner/command.js
+I, [2025-12-26T18:48:12.407623 #8214]  INFO -- : Processing file: ../../modules/network/jslanscanner/config.yaml
+I, [2025-12-26T18:48:12.407772 #8214]  INFO -- : Updated copyright in ../../modules/network/jslanscanner/config.yaml
+I, [2025-12-26T18:48:12.407820 #8214]  INFO -- : Processing file: ../../modules/network/jslanscanner/module.rb
+I, [2025-12-26T18:48:12.408053 #8214]  INFO -- : Updated copyright in ../../modules/network/jslanscanner/module.rb
+I, [2025-12-26T18:48:12.408083 #8214]  INFO -- : Processing file: ../../modules/network/nat_pinning_irc/command.js
+I, [2025-12-26T18:48:12.408287 #8214]  INFO -- : Updated copyright in ../../modules/network/nat_pinning_irc/command.js
+I, [2025-12-26T18:48:12.408354 #8214]  INFO -- : Processing file: ../../modules/network/nat_pinning_irc/config.yaml
+I, [2025-12-26T18:48:12.408551 #8214]  INFO -- : Updated copyright in ../../modules/network/nat_pinning_irc/config.yaml
+I, [2025-12-26T18:48:12.408621 #8214]  INFO -- : Processing file: ../../modules/network/nat_pinning_irc/module.rb
+I, [2025-12-26T18:48:12.408755 #8214]  INFO -- : Updated copyright in ../../modules/network/nat_pinning_irc/module.rb
+I, [2025-12-26T18:48:12.408821 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep/command.js
+I, [2025-12-26T18:48:12.408990 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep/command.js
+I, [2025-12-26T18:48:12.409057 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep/config.yaml
+I, [2025-12-26T18:48:12.409200 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep/config.yaml
+I, [2025-12-26T18:48:12.409261 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep/module.rb
+I, [2025-12-26T18:48:12.409545 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep/module.rb
+I, [2025-12-26T18:48:12.409586 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep_ff/command.js
+I, [2025-12-26T18:48:12.409736 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep_ff/command.js
+I, [2025-12-26T18:48:12.409781 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep_ff/config.yaml
+I, [2025-12-26T18:48:12.410100 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep_ff/config.yaml
+I, [2025-12-26T18:48:12.410142 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep_ff/module.rb
+I, [2025-12-26T18:48:12.410330 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep_ff/module.rb
+I, [2025-12-26T18:48:12.410438 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep_java/command.js
+I, [2025-12-26T18:48:12.410827 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep_java/command.js
+I, [2025-12-26T18:48:12.410958 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep_java/config.yaml
+I, [2025-12-26T18:48:12.411372 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep_java/config.yaml
+I, [2025-12-26T18:48:12.411474 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep_java/module.rb
+I, [2025-12-26T18:48:12.411794 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep_java/module.rb
+I, [2025-12-26T18:48:12.411830 #8214]  INFO -- : Processing file: ../../modules/network/ping_sweep_java/pingSweep.java
+I, [2025-12-26T18:48:12.411967 #8214]  INFO -- : Updated copyright in ../../modules/network/ping_sweep_java/pingSweep.java
+I, [2025-12-26T18:48:12.411995 #8214]  INFO -- : Processing file: ../../modules/network/port_scanner/command.js
+I, [2025-12-26T18:48:12.412352 #8214]  INFO -- : Updated copyright in ../../modules/network/port_scanner/command.js
+I, [2025-12-26T18:48:12.412401 #8214]  INFO -- : Processing file: ../../modules/network/port_scanner/config.yaml
+I, [2025-12-26T18:48:12.412713 #8214]  INFO -- : Updated copyright in ../../modules/network/port_scanner/config.yaml
+I, [2025-12-26T18:48:12.412756 #8214]  INFO -- : Processing file: ../../modules/network/port_scanner/module.rb
+I, [2025-12-26T18:48:12.412961 #8214]  INFO -- : Updated copyright in ../../modules/network/port_scanner/module.rb
+I, [2025-12-26T18:48:12.413029 #8214]  INFO -- : Processing file: ../../modules/persistence/confirm_close_tab/command.js
+I, [2025-12-26T18:48:12.413306 #8214]  INFO -- : Updated copyright in ../../modules/persistence/confirm_close_tab/command.js
+I, [2025-12-26T18:48:12.413343 #8214]  INFO -- : Processing file: ../../modules/persistence/confirm_close_tab/config.yaml
+I, [2025-12-26T18:48:12.413713 #8214]  INFO -- : Updated copyright in ../../modules/persistence/confirm_close_tab/config.yaml
+I, [2025-12-26T18:48:12.413748 #8214]  INFO -- : Processing file: ../../modules/persistence/confirm_close_tab/module.rb
+I, [2025-12-26T18:48:12.414031 #8214]  INFO -- : Updated copyright in ../../modules/persistence/confirm_close_tab/module.rb
+I, [2025-12-26T18:48:12.414101 #8214]  INFO -- : Processing file: ../../modules/persistence/hijack_opener/command.js
+I, [2025-12-26T18:48:12.414544 #8214]  INFO -- : Updated copyright in ../../modules/persistence/hijack_opener/command.js
+I, [2025-12-26T18:48:12.414692 #8214]  INFO -- : Processing file: ../../modules/persistence/hijack_opener/config.yaml
+I, [2025-12-26T18:48:12.415151 #8214]  INFO -- : Updated copyright in ../../modules/persistence/hijack_opener/config.yaml
+I, [2025-12-26T18:48:12.415244 #8214]  INFO -- : Processing file: ../../modules/persistence/hijack_opener/module.rb
+I, [2025-12-26T18:48:12.415769 #8214]  INFO -- : Updated copyright in ../../modules/persistence/hijack_opener/module.rb
+I, [2025-12-26T18:48:12.415818 #8214]  INFO -- : Processing file: ../../modules/persistence/iframe_above/command.js
+I, [2025-12-26T18:48:12.417482 #8214]  INFO -- : Updated copyright in ../../modules/persistence/iframe_above/command.js
+I, [2025-12-26T18:48:12.417595 #8214]  INFO -- : Processing file: ../../modules/persistence/iframe_above/config.yaml
+I, [2025-12-26T18:48:12.417817 #8214]  INFO -- : Updated copyright in ../../modules/persistence/iframe_above/config.yaml
+I, [2025-12-26T18:48:12.417846 #8214]  INFO -- : Processing file: ../../modules/persistence/iframe_above/module.rb
+I, [2025-12-26T18:48:12.418024 #8214]  INFO -- : Updated copyright in ../../modules/persistence/iframe_above/module.rb
+I, [2025-12-26T18:48:12.418053 #8214]  INFO -- : Processing file: ../../modules/persistence/invisible_htmlfile_activex/command.js
+I, [2025-12-26T18:48:12.418177 #8214]  INFO -- : Updated copyright in ../../modules/persistence/invisible_htmlfile_activex/command.js
+I, [2025-12-26T18:48:12.418206 #8214]  INFO -- : Processing file: ../../modules/persistence/invisible_htmlfile_activex/config.yaml
+I, [2025-12-26T18:48:12.418325 #8214]  INFO -- : Updated copyright in ../../modules/persistence/invisible_htmlfile_activex/config.yaml
+I, [2025-12-26T18:48:12.418353 #8214]  INFO -- : Processing file: ../../modules/persistence/invisible_htmlfile_activex/module.rb
+I, [2025-12-26T18:48:12.418728 #8214]  INFO -- : Updated copyright in ../../modules/persistence/invisible_htmlfile_activex/module.rb
+I, [2025-12-26T18:48:12.418804 #8214]  INFO -- : Processing file: ../../modules/persistence/jsonp_service_worker/command.js
+I, [2025-12-26T18:48:12.419107 #8214]  INFO -- : Updated copyright in ../../modules/persistence/jsonp_service_worker/command.js
+I, [2025-12-26T18:48:12.419192 #8214]  INFO -- : Processing file: ../../modules/persistence/jsonp_service_worker/config.yaml
+I, [2025-12-26T18:48:12.419595 #8214]  INFO -- : Updated copyright in ../../modules/persistence/jsonp_service_worker/config.yaml
+I, [2025-12-26T18:48:12.419678 #8214]  INFO -- : Processing file: ../../modules/persistence/jsonp_service_worker/module.rb
+W, [2025-12-26T18:48:12.419892 #8214]  WARN -- : Copyright pattern not found in ../../modules/persistence/jsonp_service_worker/module.rb
+I, [2025-12-26T18:48:12.419923 #8214]  INFO -- : Processing file: ../../modules/persistence/man_in_the_browser/command.js
+I, [2025-12-26T18:48:12.420086 #8214]  INFO -- : Updated copyright in ../../modules/persistence/man_in_the_browser/command.js
+I, [2025-12-26T18:48:12.420153 #8214]  INFO -- : Processing file: ../../modules/persistence/man_in_the_browser/config.yaml
+I, [2025-12-26T18:48:12.420550 #8214]  INFO -- : Updated copyright in ../../modules/persistence/man_in_the_browser/config.yaml
+I, [2025-12-26T18:48:12.420697 #8214]  INFO -- : Processing file: ../../modules/persistence/man_in_the_browser/module.rb
+I, [2025-12-26T18:48:12.420919 #8214]  INFO -- : Updated copyright in ../../modules/persistence/man_in_the_browser/module.rb
+I, [2025-12-26T18:48:12.420992 #8214]  INFO -- : Processing file: ../../modules/persistence/popunder_window/command.js
+I, [2025-12-26T18:48:12.421347 #8214]  INFO -- : Updated copyright in ../../modules/persistence/popunder_window/command.js
+I, [2025-12-26T18:48:12.421416 #8214]  INFO -- : Processing file: ../../modules/persistence/popunder_window/config.yaml
+I, [2025-12-26T18:48:12.421769 #8214]  INFO -- : Updated copyright in ../../modules/persistence/popunder_window/config.yaml
+I, [2025-12-26T18:48:12.421844 #8214]  INFO -- : Processing file: ../../modules/persistence/popunder_window/module.rb
+I, [2025-12-26T18:48:12.422115 #8214]  INFO -- : Updated copyright in ../../modules/persistence/popunder_window/module.rb
+I, [2025-12-26T18:48:12.422203 #8214]  INFO -- : Processing file: ../../modules/persistence/popunder_window_ie/command.js
+I, [2025-12-26T18:48:12.422555 #8214]  INFO -- : Updated copyright in ../../modules/persistence/popunder_window_ie/command.js
+I, [2025-12-26T18:48:12.422639 #8214]  INFO -- : Processing file: ../../modules/persistence/popunder_window_ie/config.yaml
+I, [2025-12-26T18:48:12.423010 #8214]  INFO -- : Updated copyright in ../../modules/persistence/popunder_window_ie/config.yaml
+I, [2025-12-26T18:48:12.423110 #8214]  INFO -- : Processing file: ../../modules/persistence/popunder_window_ie/module.rb
+I, [2025-12-26T18:48:12.423400 #8214]  INFO -- : Updated copyright in ../../modules/persistence/popunder_window_ie/module.rb
+I, [2025-12-26T18:48:12.423551 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_alert_user/command.js
+I, [2025-12-26T18:48:12.424045 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_alert_user/command.js
+I, [2025-12-26T18:48:12.424117 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_alert_user/config.yaml
+I, [2025-12-26T18:48:12.424434 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_alert_user/config.yaml
+I, [2025-12-26T18:48:12.424489 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_alert_user/module.rb
+I, [2025-12-26T18:48:12.425042 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_alert_user/module.rb
+I, [2025-12-26T18:48:12.425155 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_beep/command.js
+I, [2025-12-26T18:48:12.425475 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_beep/command.js
+I, [2025-12-26T18:48:12.425770 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_beep/config.yaml
+I, [2025-12-26T18:48:12.426555 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_beep/config.yaml
+I, [2025-12-26T18:48:12.426640 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_beep/module.rb
+I, [2025-12-26T18:48:12.426994 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_beep/module.rb
+I, [2025-12-26T18:48:12.427184 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_check_connection/command.js
+I, [2025-12-26T18:48:12.428007 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_check_connection/command.js
+I, [2025-12-26T18:48:12.428245 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_check_connection/config.yaml
+I, [2025-12-26T18:48:12.428626 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_check_connection/config.yaml
+I, [2025-12-26T18:48:12.428707 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_check_connection/module.rb
+I, [2025-12-26T18:48:12.429145 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_check_connection/module.rb
+I, [2025-12-26T18:48:12.429272 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_detect/command.js
+I, [2025-12-26T18:48:12.429701 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_detect/command.js
+I, [2025-12-26T18:48:12.429794 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_detect/config.yaml
+I, [2025-12-26T18:48:12.430113 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_detect/config.yaml
+I, [2025-12-26T18:48:12.430193 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_detect/module.rb
+I, [2025-12-26T18:48:12.430550 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_detect/module.rb
+I, [2025-12-26T18:48:12.430623 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_file_upload/command.js
+I, [2025-12-26T18:48:12.430931 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_file_upload/command.js
+I, [2025-12-26T18:48:12.431093 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_file_upload/config.yaml
+I, [2025-12-26T18:48:12.431394 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_file_upload/config.yaml
+I, [2025-12-26T18:48:12.431740 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_file_upload/module.rb
+I, [2025-12-26T18:48:12.431919 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_file_upload/module.rb
+I, [2025-12-26T18:48:12.432042 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_geo_locate/command.js
+I, [2025-12-26T18:48:12.432340 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_geo_locate/command.js
+I, [2025-12-26T18:48:12.432413 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_geo_locate/config.yaml
+I, [2025-12-26T18:48:12.432710 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_geo_locate/config.yaml
+I, [2025-12-26T18:48:12.432785 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_geo_locate/module.rb
+I, [2025-12-26T18:48:12.433056 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_geo_locate/module.rb
+I, [2025-12-26T18:48:12.433110 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_globalization_status/command.js
+I, [2025-12-26T18:48:12.433340 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_globalization_status/command.js
+I, [2025-12-26T18:48:12.433374 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_globalization_status/config.yaml
+I, [2025-12-26T18:48:12.433604 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_globalization_status/config.yaml
+I, [2025-12-26T18:48:12.433637 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_globalization_status/module.rb
+I, [2025-12-26T18:48:12.433804 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_globalization_status/module.rb
+I, [2025-12-26T18:48:12.433891 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_keychain/command.js
+I, [2025-12-26T18:48:12.434082 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_keychain/command.js
+I, [2025-12-26T18:48:12.434117 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_keychain/config.yaml
+I, [2025-12-26T18:48:12.434260 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_keychain/config.yaml
+I, [2025-12-26T18:48:12.434327 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_keychain/module.rb
+I, [2025-12-26T18:48:12.434526 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_keychain/module.rb
+I, [2025-12-26T18:48:12.434669 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_list_contacts/command.js
+I, [2025-12-26T18:48:12.434824 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_list_contacts/command.js
+I, [2025-12-26T18:48:12.434855 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_list_contacts/config.yaml
+I, [2025-12-26T18:48:12.435020 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_list_contacts/config.yaml
+I, [2025-12-26T18:48:12.435050 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_list_contacts/module.rb
+I, [2025-12-26T18:48:12.435212 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_list_contacts/module.rb
+I, [2025-12-26T18:48:12.435240 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_list_files/command.js
+I, [2025-12-26T18:48:12.435400 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_list_files/command.js
+I, [2025-12-26T18:48:12.435457 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_list_files/config.yaml
+I, [2025-12-26T18:48:12.435818 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_list_files/config.yaml
+I, [2025-12-26T18:48:12.435891 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_list_files/module.rb
+I, [2025-12-26T18:48:12.436032 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_list_files/module.rb
+I, [2025-12-26T18:48:12.436098 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_persist_resume/command.js
+I, [2025-12-26T18:48:12.436236 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_persist_resume/command.js
+I, [2025-12-26T18:48:12.436304 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_persist_resume/config.yaml
+I, [2025-12-26T18:48:12.436436 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_persist_resume/config.yaml
+I, [2025-12-26T18:48:12.436502 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_persist_resume/module.rb
+I, [2025-12-26T18:48:12.436707 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_persist_resume/module.rb
+I, [2025-12-26T18:48:12.436767 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_persistence/command.js
+I, [2025-12-26T18:48:12.436917 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_persistence/command.js
+I, [2025-12-26T18:48:12.436946 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_persistence/config.yaml
+I, [2025-12-26T18:48:12.437066 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_persistence/config.yaml
+I, [2025-12-26T18:48:12.437094 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_persistence/module.rb
+I, [2025-12-26T18:48:12.437229 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_persistence/module.rb
+I, [2025-12-26T18:48:12.437280 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_plugin_detection/command.js
+I, [2025-12-26T18:48:12.437832 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_plugin_detection/command.js
+I, [2025-12-26T18:48:12.437863 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_plugin_detection/config.yaml
+I, [2025-12-26T18:48:12.438020 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_plugin_detection/config.yaml
+I, [2025-12-26T18:48:12.438271 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_plugin_detection/module.rb
+I, [2025-12-26T18:48:12.438452 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_plugin_detection/module.rb
+I, [2025-12-26T18:48:12.440043 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_prompt_user/command.js
+I, [2025-12-26T18:48:12.440239 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_prompt_user/command.js
+I, [2025-12-26T18:48:12.440268 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_prompt_user/config.yaml
+I, [2025-12-26T18:48:12.440605 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_prompt_user/config.yaml
+I, [2025-12-26T18:48:12.440635 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_prompt_user/module.rb
+I, [2025-12-26T18:48:12.440779 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_prompt_user/module.rb
+I, [2025-12-26T18:48:12.440807 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_start_record_audio/command.js
+I, [2025-12-26T18:48:12.441008 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_start_record_audio/command.js
+I, [2025-12-26T18:48:12.441037 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_start_record_audio/config.yaml
+I, [2025-12-26T18:48:12.441220 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_start_record_audio/config.yaml
+I, [2025-12-26T18:48:12.441315 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_start_record_audio/module.rb
+I, [2025-12-26T18:48:12.441636 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_start_record_audio/module.rb
+I, [2025-12-26T18:48:12.441943 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_stop_record_audio/command.js
+I, [2025-12-26T18:48:12.442405 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_stop_record_audio/command.js
+I, [2025-12-26T18:48:12.442449 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_stop_record_audio/config.yaml
+I, [2025-12-26T18:48:12.443119 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_stop_record_audio/config.yaml
+I, [2025-12-26T18:48:12.443247 #8214]  INFO -- : Processing file: ../../modules/phonegap/phonegap_stop_record_audio/module.rb
+I, [2025-12-26T18:48:12.443905 #8214]  INFO -- : Updated copyright in ../../modules/phonegap/phonegap_stop_record_audio/module.rb
+I, [2025-12-26T18:48:12.444009 #8214]  INFO -- : Processing file: ../../modules/social_engineering/clickjacking/command.js
+I, [2025-12-26T18:48:12.444447 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/clickjacking/command.js
+I, [2025-12-26T18:48:12.444667 #8214]  INFO -- : Processing file: ../../modules/social_engineering/clickjacking/config.yaml
+I, [2025-12-26T18:48:12.445713 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/clickjacking/config.yaml
+I, [2025-12-26T18:48:12.445778 #8214]  INFO -- : Processing file: ../../modules/social_engineering/clickjacking/module.rb
+I, [2025-12-26T18:48:12.446327 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/clickjacking/module.rb
+I, [2025-12-26T18:48:12.446566 #8214]  INFO -- : Processing file: ../../modules/social_engineering/clippy/assets/README.txt
+W, [2025-12-26T18:48:12.446851 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/clippy/assets/README.txt
+I, [2025-12-26T18:48:12.447021 #8214]  INFO -- : Processing file: ../../modules/social_engineering/clippy/command.js
+I, [2025-12-26T18:48:12.447808 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/clippy/command.js
+I, [2025-12-26T18:48:12.447933 #8214]  INFO -- : Processing file: ../../modules/social_engineering/clippy/config.yaml
+I, [2025-12-26T18:48:12.448340 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/clippy/config.yaml
+I, [2025-12-26T18:48:12.448415 #8214]  INFO -- : Processing file: ../../modules/social_engineering/clippy/module.rb
+I, [2025-12-26T18:48:12.448791 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/clippy/module.rb
+I, [2025-12-26T18:48:12.448882 #8214]  INFO -- : Processing file: ../../modules/social_engineering/edge_wscript_wsh_injection/command.js
+I, [2025-12-26T18:48:12.449177 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/edge_wscript_wsh_injection/command.js
+I, [2025-12-26T18:48:12.449274 #8214]  INFO -- : Processing file: ../../modules/social_engineering/edge_wscript_wsh_injection/config.yaml
+I, [2025-12-26T18:48:12.449844 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/edge_wscript_wsh_injection/config.yaml
+I, [2025-12-26T18:48:12.449925 #8214]  INFO -- : Processing file: ../../modules/social_engineering/edge_wscript_wsh_injection/module.rb
+I, [2025-12-26T18:48:12.450256 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/edge_wscript_wsh_injection/module.rb
+I, [2025-12-26T18:48:12.450313 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_evernote_clipper/command.js
+I, [2025-12-26T18:48:12.450637 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_evernote_clipper/command.js
+I, [2025-12-26T18:48:12.450690 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_evernote_clipper/config.yaml
+I, [2025-12-26T18:48:12.450981 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_evernote_clipper/config.yaml
+I, [2025-12-26T18:48:12.451051 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_evernote_clipper/login.css
+W, [2025-12-26T18:48:12.451155 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/fake_evernote_clipper/login.css
+I, [2025-12-26T18:48:12.451216 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_evernote_clipper/login.html
+W, [2025-12-26T18:48:12.451355 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/fake_evernote_clipper/login.html
+I, [2025-12-26T18:48:12.451403 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_evernote_clipper/module.rb
+I, [2025-12-26T18:48:12.451876 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_evernote_clipper/module.rb
+I, [2025-12-26T18:48:12.451943 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_flash_update/command.js
+I, [2025-12-26T18:48:12.452331 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_flash_update/command.js
+I, [2025-12-26T18:48:12.452361 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_flash_update/config.yaml
+I, [2025-12-26T18:48:12.453220 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_flash_update/config.yaml
+I, [2025-12-26T18:48:12.453325 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_flash_update/module.rb
+I, [2025-12-26T18:48:12.453651 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_flash_update/module.rb
+I, [2025-12-26T18:48:12.453730 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_lastpass/command.js
+I, [2025-12-26T18:48:12.454073 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_lastpass/command.js
+I, [2025-12-26T18:48:12.454146 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_lastpass/config.yaml
+I, [2025-12-26T18:48:12.454457 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_lastpass/config.yaml
+I, [2025-12-26T18:48:12.454574 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_lastpass/index-new.html
+W, [2025-12-26T18:48:12.454791 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/fake_lastpass/index-new.html
+I, [2025-12-26T18:48:12.454820 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_lastpass/index.html
+W, [2025-12-26T18:48:12.454868 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/fake_lastpass/index.html
+I, [2025-12-26T18:48:12.454893 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_lastpass/module.rb
+I, [2025-12-26T18:48:12.455182 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_lastpass/module.rb
+I, [2025-12-26T18:48:12.455285 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification/command.js
+I, [2025-12-26T18:48:12.455755 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification/command.js
+I, [2025-12-26T18:48:12.455797 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification/config.yaml
+I, [2025-12-26T18:48:12.455964 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification/config.yaml
+I, [2025-12-26T18:48:12.456087 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification/module.rb
+I, [2025-12-26T18:48:12.456368 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification/module.rb
+I, [2025-12-26T18:48:12.456478 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_c/command.js
+I, [2025-12-26T18:48:12.456812 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_c/command.js
+I, [2025-12-26T18:48:12.456846 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_c/config.yaml
+I, [2025-12-26T18:48:12.457065 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_c/config.yaml
+I, [2025-12-26T18:48:12.457093 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_c/module.rb
+I, [2025-12-26T18:48:12.457323 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_c/module.rb
+I, [2025-12-26T18:48:12.457422 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_ff/command.js
+I, [2025-12-26T18:48:12.457658 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_ff/command.js
+I, [2025-12-26T18:48:12.457687 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_ff/config.yaml
+I, [2025-12-26T18:48:12.457986 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_ff/config.yaml
+I, [2025-12-26T18:48:12.458020 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_ff/module.rb
+I, [2025-12-26T18:48:12.458151 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_ff/module.rb
+I, [2025-12-26T18:48:12.458180 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_ie/command.js
+I, [2025-12-26T18:48:12.458346 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_ie/command.js
+I, [2025-12-26T18:48:12.458374 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_ie/config.yaml
+I, [2025-12-26T18:48:12.458599 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_ie/config.yaml
+I, [2025-12-26T18:48:12.458629 #8214]  INFO -- : Processing file: ../../modules/social_engineering/fake_notification_ie/module.rb
+I, [2025-12-26T18:48:12.458785 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/fake_notification_ie/module.rb
+I, [2025-12-26T18:48:12.458813 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_bindshell/command.js
+I, [2025-12-26T18:48:12.459047 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_bindshell/command.js
+I, [2025-12-26T18:48:12.459076 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_bindshell/config.yaml
+I, [2025-12-26T18:48:12.459318 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_bindshell/config.yaml
+I, [2025-12-26T18:48:12.459367 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_bindshell/extension/bootstrap.js
+W, [2025-12-26T18:48:12.459439 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/firefox_extension_bindshell/extension/bootstrap.js
+I, [2025-12-26T18:48:12.459566 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_bindshell/extension/build/readme.txt
+W, [2025-12-26T18:48:12.459703 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/firefox_extension_bindshell/extension/build/readme.txt
+I, [2025-12-26T18:48:12.459730 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_bindshell/module.rb
+I, [2025-12-26T18:48:12.459897 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_bindshell/module.rb
+I, [2025-12-26T18:48:12.459926 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_dropper/command.js
+I, [2025-12-26T18:48:12.460135 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_dropper/command.js
+I, [2025-12-26T18:48:12.460163 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_dropper/config.yaml
+I, [2025-12-26T18:48:12.460335 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_dropper/config.yaml
+I, [2025-12-26T18:48:12.460364 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_dropper/dropper/readme.txt
+W, [2025-12-26T18:48:12.460410 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/firefox_extension_dropper/dropper/readme.txt
+I, [2025-12-26T18:48:12.460435 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_dropper/extension/bootstrap.js
+W, [2025-12-26T18:48:12.460477 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/firefox_extension_dropper/extension/bootstrap.js
+I, [2025-12-26T18:48:12.460502 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_dropper/module.rb
+I, [2025-12-26T18:48:12.460876 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_dropper/module.rb
+I, [2025-12-26T18:48:12.460912 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_reverse_shell/command.js
+I, [2025-12-26T18:48:12.461102 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_reverse_shell/command.js
+I, [2025-12-26T18:48:12.461166 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_reverse_shell/config.yaml
+I, [2025-12-26T18:48:12.461306 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_reverse_shell/config.yaml
+I, [2025-12-26T18:48:12.461367 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_reverse_shell/extension/bootstrap.js
+W, [2025-12-26T18:48:12.461426 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/firefox_extension_reverse_shell/extension/bootstrap.js
+I, [2025-12-26T18:48:12.461452 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_reverse_shell/extension/build/readme.txt
+W, [2025-12-26T18:48:12.461591 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/firefox_extension_reverse_shell/extension/build/readme.txt
+I, [2025-12-26T18:48:12.461625 #8214]  INFO -- : Processing file: ../../modules/social_engineering/firefox_extension_reverse_shell/module.rb
+I, [2025-12-26T18:48:12.461877 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/firefox_extension_reverse_shell/module.rb
+I, [2025-12-26T18:48:12.461917 #8214]  INFO -- : Processing file: ../../modules/social_engineering/gmail_phishing/command.js
+I, [2025-12-26T18:48:12.462161 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/gmail_phishing/command.js
+I, [2025-12-26T18:48:12.462199 #8214]  INFO -- : Processing file: ../../modules/social_engineering/gmail_phishing/config.yaml
+I, [2025-12-26T18:48:12.462327 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/gmail_phishing/config.yaml
+I, [2025-12-26T18:48:12.462354 #8214]  INFO -- : Processing file: ../../modules/social_engineering/gmail_phishing/module.rb
+I, [2025-12-26T18:48:12.462625 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/gmail_phishing/module.rb
+I, [2025-12-26T18:48:12.462825 #8214]  INFO -- : Processing file: ../../modules/social_engineering/hta_powershell/command.js
+I, [2025-12-26T18:48:12.463011 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/hta_powershell/command.js
+I, [2025-12-26T18:48:12.463089 #8214]  INFO -- : Processing file: ../../modules/social_engineering/hta_powershell/config.yaml
+I, [2025-12-26T18:48:12.463245 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/hta_powershell/config.yaml
+I, [2025-12-26T18:48:12.463307 #8214]  INFO -- : Processing file: ../../modules/social_engineering/hta_powershell/module.rb
+I, [2025-12-26T18:48:12.463626 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/hta_powershell/module.rb
+I, [2025-12-26T18:48:12.463670 #8214]  INFO -- : Processing file: ../../modules/social_engineering/lcamtuf_download/command.js
+I, [2025-12-26T18:48:12.463859 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/lcamtuf_download/command.js
+I, [2025-12-26T18:48:12.463974 #8214]  INFO -- : Processing file: ../../modules/social_engineering/lcamtuf_download/config.yaml
+I, [2025-12-26T18:48:12.464224 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/lcamtuf_download/config.yaml
+I, [2025-12-26T18:48:12.464290 #8214]  INFO -- : Processing file: ../../modules/social_engineering/lcamtuf_download/module.rb
+I, [2025-12-26T18:48:12.464440 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/lcamtuf_download/module.rb
+I, [2025-12-26T18:48:12.464621 #8214]  INFO -- : Processing file: ../../modules/social_engineering/pretty_theft/command.js
+I, [2025-12-26T18:48:12.464851 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/pretty_theft/command.js
+I, [2025-12-26T18:48:12.464879 #8214]  INFO -- : Processing file: ../../modules/social_engineering/pretty_theft/config.yaml
+I, [2025-12-26T18:48:12.465008 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/pretty_theft/config.yaml
+I, [2025-12-26T18:48:12.465036 #8214]  INFO -- : Processing file: ../../modules/social_engineering/pretty_theft/module.rb
+I, [2025-12-26T18:48:12.465211 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/pretty_theft/module.rb
+I, [2025-12-26T18:48:12.466650 #8214]  INFO -- : Processing file: ../../modules/social_engineering/replace_video_fake_plugin/command.js
+I, [2025-12-26T18:48:12.467115 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/replace_video_fake_plugin/command.js
+I, [2025-12-26T18:48:12.467161 #8214]  INFO -- : Processing file: ../../modules/social_engineering/replace_video_fake_plugin/config.yaml
+I, [2025-12-26T18:48:12.467534 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/replace_video_fake_plugin/config.yaml
+I, [2025-12-26T18:48:12.467704 #8214]  INFO -- : Processing file: ../../modules/social_engineering/replace_video_fake_plugin/module.rb
+I, [2025-12-26T18:48:12.467947 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/replace_video_fake_plugin/module.rb
+I, [2025-12-26T18:48:12.467999 #8214]  INFO -- : Processing file: ../../modules/social_engineering/simple_hijacker/command.js
+I, [2025-12-26T18:48:12.468162 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/simple_hijacker/command.js
+I, [2025-12-26T18:48:12.468191 #8214]  INFO -- : Processing file: ../../modules/social_engineering/simple_hijacker/config.yaml
+I, [2025-12-26T18:48:12.468417 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/simple_hijacker/config.yaml
+I, [2025-12-26T18:48:12.468586 #8214]  INFO -- : Processing file: ../../modules/social_engineering/simple_hijacker/module.rb
+I, [2025-12-26T18:48:12.468825 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/simple_hijacker/module.rb
+I, [2025-12-26T18:48:12.468862 #8214]  INFO -- : Processing file: ../../modules/social_engineering/simple_hijacker/templates/amazon.js
+I, [2025-12-26T18:48:12.469108 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/simple_hijacker/templates/amazon.js
+I, [2025-12-26T18:48:12.469275 #8214]  INFO -- : Processing file: ../../modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js
+I, [2025-12-26T18:48:12.471783 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js
+I, [2025-12-26T18:48:12.471846 #8214]  INFO -- : Processing file: ../../modules/social_engineering/simple_hijacker/templates/chromecertbeggar2.js
+I, [2025-12-26T18:48:12.472034 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/simple_hijacker/templates/chromecertbeggar2.js
+I, [2025-12-26T18:48:12.472081 #8214]  INFO -- : Processing file: ../../modules/social_engineering/simple_hijacker/templates/confirmbox.js
+I, [2025-12-26T18:48:12.472264 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/simple_hijacker/templates/confirmbox.js
+I, [2025-12-26T18:48:12.472335 #8214]  INFO -- : Processing file: ../../modules/social_engineering/simple_hijacker/templates/credential.js
+I, [2025-12-26T18:48:12.472618 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/simple_hijacker/templates/credential.js
+I, [2025-12-26T18:48:12.472648 #8214]  INFO -- : Processing file: ../../modules/social_engineering/sitekiosk_breakout/command.js
+I, [2025-12-26T18:48:12.473167 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/sitekiosk_breakout/command.js
+I, [2025-12-26T18:48:12.473218 #8214]  INFO -- : Processing file: ../../modules/social_engineering/sitekiosk_breakout/config.yaml
+I, [2025-12-26T18:48:12.473382 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/sitekiosk_breakout/config.yaml
+I, [2025-12-26T18:48:12.473412 #8214]  INFO -- : Processing file: ../../modules/social_engineering/sitekiosk_breakout/module.rb
+I, [2025-12-26T18:48:12.473727 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/sitekiosk_breakout/module.rb
+I, [2025-12-26T18:48:12.473768 #8214]  INFO -- : Processing file: ../../modules/social_engineering/spoof_addressbar_data/command.js
+I, [2025-12-26T18:48:12.473924 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/spoof_addressbar_data/command.js
+I, [2025-12-26T18:48:12.473989 #8214]  INFO -- : Processing file: ../../modules/social_engineering/spoof_addressbar_data/config.yaml
+I, [2025-12-26T18:48:12.474153 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/spoof_addressbar_data/config.yaml
+I, [2025-12-26T18:48:12.474233 #8214]  INFO -- : Processing file: ../../modules/social_engineering/spoof_addressbar_data/module.rb
+I, [2025-12-26T18:48:12.474373 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/spoof_addressbar_data/module.rb
+I, [2025-12-26T18:48:12.474436 #8214]  INFO -- : Processing file: ../../modules/social_engineering/tabnabbing/command.js
+I, [2025-12-26T18:48:12.474661 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/tabnabbing/command.js
+I, [2025-12-26T18:48:12.474733 #8214]  INFO -- : Processing file: ../../modules/social_engineering/tabnabbing/config.yaml
+I, [2025-12-26T18:48:12.474871 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/tabnabbing/config.yaml
+I, [2025-12-26T18:48:12.474935 #8214]  INFO -- : Processing file: ../../modules/social_engineering/tabnabbing/module.rb
+I, [2025-12-26T18:48:12.475082 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/tabnabbing/module.rb
+I, [2025-12-26T18:48:12.475139 #8214]  INFO -- : Processing file: ../../modules/social_engineering/text_to_voice/command.js
+I, [2025-12-26T18:48:12.475286 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/text_to_voice/command.js
+I, [2025-12-26T18:48:12.475320 #8214]  INFO -- : Processing file: ../../modules/social_engineering/text_to_voice/config.yaml
+I, [2025-12-26T18:48:12.475592 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/text_to_voice/config.yaml
+I, [2025-12-26T18:48:12.475665 #8214]  INFO -- : Processing file: ../../modules/social_engineering/text_to_voice/module.rb
+I, [2025-12-26T18:48:12.475802 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/text_to_voice/module.rb
+I, [2025-12-26T18:48:12.475861 #8214]  INFO -- : Processing file: ../../modules/social_engineering/ui_abuse_ie/command.js
+I, [2025-12-26T18:48:12.476125 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/ui_abuse_ie/command.js
+I, [2025-12-26T18:48:12.476162 #8214]  INFO -- : Processing file: ../../modules/social_engineering/ui_abuse_ie/config.yaml
+I, [2025-12-26T18:48:12.476299 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/ui_abuse_ie/config.yaml
+I, [2025-12-26T18:48:12.476328 #8214]  INFO -- : Processing file: ../../modules/social_engineering/ui_abuse_ie/module.rb
+I, [2025-12-26T18:48:12.476540 #8214]  INFO -- : Updated copyright in ../../modules/social_engineering/ui_abuse_ie/module.rb
+I, [2025-12-26T18:48:12.476591 #8214]  INFO -- : Processing file: ../../modules/social_engineering/ui_abuse_ie/popunder.html
+W, [2025-12-26T18:48:12.476745 #8214]  WARN -- : Copyright pattern not found in ../../modules/social_engineering/ui_abuse_ie/popunder.html
+I, [2025-12-26T18:48:12.476774 #8214]  INFO -- : Processing file: ../../spec/beef/api/auth_rate_spec.rb
+I, [2025-12-26T18:48:12.476939 #8214]  INFO -- : Updated copyright in ../../spec/beef/api/auth_rate_spec.rb
+I, [2025-12-26T18:48:12.477007 #8214]  INFO -- : Processing file: ../../spec/beef/core/extensions_spec.rb
+W, [2025-12-26T18:48:12.477062 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/core/extensions_spec.rb
+I, [2025-12-26T18:48:12.477088 #8214]  INFO -- : Processing file: ../../spec/beef/core/filter/filters_spec.rb
+W, [2025-12-26T18:48:12.477135 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/core/filter/filters_spec.rb
+I, [2025-12-26T18:48:12.477160 #8214]  INFO -- : Processing file: ../../spec/beef/core/main/autorun_engine/autorun_engine_spec.rb
+I, [2025-12-26T18:48:12.477321 #8214]  INFO -- : Updated copyright in ../../spec/beef/core/main/autorun_engine/autorun_engine_spec.rb
+I, [2025-12-26T18:48:12.477383 #8214]  INFO -- : Processing file: ../../spec/beef/core/main/command_spec.rb
+W, [2025-12-26T18:48:12.477436 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/core/main/command_spec.rb
+I, [2025-12-26T18:48:12.477462 #8214]  INFO -- : Processing file: ../../spec/beef/core/main/configuration_spec.rb
+W, [2025-12-26T18:48:12.477617 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/core/main/configuration_spec.rb
+I, [2025-12-26T18:48:12.477649 #8214]  INFO -- : Processing file: ../../spec/beef/core/main/handlers/browser_details_handler_spec.rb
+I, [2025-12-26T18:48:12.477819 #8214]  INFO -- : Updated copyright in ../../spec/beef/core/main/handlers/browser_details_handler_spec.rb
+I, [2025-12-26T18:48:12.477862 #8214]  INFO -- : Processing file: ../../spec/beef/core/main/models/browser_details_spec.rb
+W, [2025-12-26T18:48:12.477948 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/core/main/models/browser_details_spec.rb
+I, [2025-12-26T18:48:12.477976 #8214]  INFO -- : Processing file: ../../spec/beef/core/main/network_stack/handlers/dynamic_reconstruction_spec.rb
+W, [2025-12-26T18:48:12.478021 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/core/main/network_stack/handlers/dynamic_reconstruction_spec.rb
+I, [2025-12-26T18:48:12.478047 #8214]  INFO -- : Processing file: ../../spec/beef/core/main/network_stack/handlers/redirector_spec.rb
+W, [2025-12-26T18:48:12.478087 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/core/main/network_stack/handlers/redirector_spec.rb
+I, [2025-12-26T18:48:12.478112 #8214]  INFO -- : Processing file: ../../spec/beef/core/modules_spec.rb
+W, [2025-12-26T18:48:12.478152 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/core/modules_spec.rb
+I, [2025-12-26T18:48:12.478176 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/adminui_spec.rb
+I, [2025-12-26T18:48:12.478319 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/adminui_spec.rb
+I, [2025-12-26T18:48:12.478346 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/dns_spec.rb
+I, [2025-12-26T18:48:12.478585 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/dns_spec.rb
+I, [2025-12-26T18:48:12.478618 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/network_spec.rb
+I, [2025-12-26T18:48:12.478817 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/network_spec.rb
+I, [2025-12-26T18:48:12.478886 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/proxy_spec.rb
+I, [2025-12-26T18:48:12.479027 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/proxy_spec.rb
+I, [2025-12-26T18:48:12.479060 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/qrcode_spec.rb
+I, [2025-12-26T18:48:12.479243 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/qrcode_spec.rb
+I, [2025-12-26T18:48:12.479305 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/requester_spec.rb
+I, [2025-12-26T18:48:12.479459 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/requester_spec.rb
+I, [2025-12-26T18:48:12.479537 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/social_engineering_spec.rb
+I, [2025-12-26T18:48:12.479686 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/social_engineering_spec.rb
+I, [2025-12-26T18:48:12.479714 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/webrtc_spec.rb
+I, [2025-12-26T18:48:12.479878 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/webrtc_spec.rb
+I, [2025-12-26T18:48:12.479910 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/websocket_hooked_browser_spec.rb
+I, [2025-12-26T18:48:12.480122 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/websocket_hooked_browser_spec.rb
+I, [2025-12-26T18:48:12.480190 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/websocket_spec.rb
+I, [2025-12-26T18:48:12.480324 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/websocket_spec.rb
+I, [2025-12-26T18:48:12.480384 #8214]  INFO -- : Processing file: ../../spec/beef/extensions/xssrays_spec.rb
+I, [2025-12-26T18:48:12.480619 #8214]  INFO -- : Updated copyright in ../../spec/beef/extensions/xssrays_spec.rb
+I, [2025-12-26T18:48:12.480653 #8214]  INFO -- : Processing file: ../../spec/beef/filesystem_checks_spec.rb
+W, [2025-12-26T18:48:12.480699 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/filesystem_checks_spec.rb
+I, [2025-12-26T18:48:12.480724 #8214]  INFO -- : Processing file: ../../spec/beef/modules/debug/test_beef_debugs_spec.rb
+I, [2025-12-26T18:48:12.480891 #8214]  INFO -- : Updated copyright in ../../spec/beef/modules/debug/test_beef_debugs_spec.rb
+I, [2025-12-26T18:48:12.480954 #8214]  INFO -- : Processing file: ../../spec/beef/security_checks_spec.rb
+W, [2025-12-26T18:48:12.481007 #8214]  WARN -- : Copyright pattern not found in ../../spec/beef/security_checks_spec.rb
+I, [2025-12-26T18:48:12.483628 #8214]  INFO -- : Processing file: ../../spec/features/all_modules_spec.rb
+I, [2025-12-26T18:48:12.483915 #8214]  INFO -- : Updated copyright in ../../spec/features/all_modules_spec.rb
+I, [2025-12-26T18:48:12.483948 #8214]  INFO -- : Processing file: ../../spec/features/debug_modules_spec.rb
+I, [2025-12-26T18:48:12.484136 #8214]  INFO -- : Updated copyright in ../../spec/features/debug_modules_spec.rb
+I, [2025-12-26T18:48:12.484165 #8214]  INFO -- : Processing file: ../../spec/requests/beef_test_spec.rb
+I, [2025-12-26T18:48:12.484327 #8214]  INFO -- : Updated copyright in ../../spec/requests/beef_test_spec.rb
+I, [2025-12-26T18:48:12.484618 #8214]  INFO -- : Processing file: ../../spec/requests/login_spec.rb
+I, [2025-12-26T18:48:12.484798 #8214]  INFO -- : Updated copyright in ../../spec/requests/login_spec.rb
+I, [2025-12-26T18:48:12.484862 #8214]  INFO -- : Processing file: ../../spec/spec_helper.rb
+I, [2025-12-26T18:48:12.485086 #8214]  INFO -- : Updated copyright in ../../spec/spec_helper.rb
+I, [2025-12-26T18:48:12.485141 #8214]  INFO -- : Processing file: ../../spec/support/assets/config_new.yaml
+I, [2025-12-26T18:48:12.485596 #8214]  INFO -- : Updated copyright in ../../spec/support/assets/config_new.yaml
+I, [2025-12-26T18:48:12.485685 #8214]  INFO -- : Processing file: ../../spec/support/assets/config_old.yaml
+I, [2025-12-26T18:48:12.486181 #8214]  INFO -- : Updated copyright in ../../spec/support/assets/config_old.yaml
+I, [2025-12-26T18:48:12.487317 #8214]  INFO -- : Processing file: ../../spec/support/beef_test.rb
+I, [2025-12-26T18:48:12.487749 #8214]  INFO -- : Updated copyright in ../../spec/support/beef_test.rb
+I, [2025-12-26T18:48:12.487800 #8214]  INFO -- : Processing file: ../../spec/support/constants.rb
+I, [2025-12-26T18:48:12.488703 #8214]  INFO -- : Updated copyright in ../../spec/support/constants.rb
+I, [2025-12-26T18:48:12.488749 #8214]  INFO -- : Processing file: ../../spec/support/simple_rest_client.rb
+I, [2025-12-26T18:48:12.489090 #8214]  INFO -- : Updated copyright in ../../spec/support/simple_rest_client.rb
+I, [2025-12-26T18:48:12.489157 #8214]  INFO -- : Processing file: ../../spec/support/ui_support.rb
+I, [2025-12-26T18:48:12.489336 #8214]  INFO -- : Updated copyright in ../../spec/support/ui_support.rb
+I, [2025-12-26T18:48:12.489400 #8214]  INFO -- : Processing file: ../../test/integration/tc_debug_modules.rb
+I, [2025-12-26T18:48:12.489729 #8214]  INFO -- : Updated copyright in ../../test/integration/tc_debug_modules.rb
+I, [2025-12-26T18:48:12.489760 #8214]  INFO -- : Processing file: ../../test/integration/tc_dns_rest.rb
+I, [2025-12-26T18:48:12.490097 #8214]  INFO -- : Updated copyright in ../../test/integration/tc_dns_rest.rb
+I, [2025-12-26T18:48:12.490173 #8214]  INFO -- : Processing file: ../../test/integration/tc_network_rest.rb
+I, [2025-12-26T18:48:12.490500 #8214]  INFO -- : Updated copyright in ../../test/integration/tc_network_rest.rb
+I, [2025-12-26T18:48:12.490609 #8214]  INFO -- : Processing file: ../../test/integration/tc_proxy.rb
+I, [2025-12-26T18:48:12.490789 #8214]  INFO -- : Updated copyright in ../../test/integration/tc_proxy.rb
+I, [2025-12-26T18:48:12.490914 #8214]  INFO -- : Processing file: ../../test/integration/tc_social_engineering_rest.rb
+I, [2025-12-26T18:48:12.491265 #8214]  INFO -- : Updated copyright in ../../test/integration/tc_social_engineering_rest.rb
+I, [2025-12-26T18:48:12.491302 #8214]  INFO -- : Processing file: ../../test/integration/tc_webrtc_rest.rb
+I, [2025-12-26T18:48:12.491586 #8214]  INFO -- : Updated copyright in ../../test/integration/tc_webrtc_rest.rb
+I, [2025-12-26T18:48:12.491679 #8214]  INFO -- : Processing file: ../../test/integration/ts_integration.rb
+I, [2025-12-26T18:48:12.492029 #8214]  INFO -- : Updated copyright in ../../test/integration/ts_integration.rb
+I, [2025-12-26T18:48:12.492066 #8214]  INFO -- : Processing file: ../../test/thirdparty/msf/unit/tc_metasploit.rb
+I, [2025-12-26T18:48:12.492433 #8214]  INFO -- : Updated copyright in ../../test/thirdparty/msf/unit/tc_metasploit.rb
+I, [2025-12-26T18:48:12.492470 #8214]  INFO -- : Processing file: ../../test/thirdparty/msf/unit/ts_metasploit.rb
+I, [2025-12-26T18:48:12.493087 #8214]  INFO -- : Updated copyright in ../../test/thirdparty/msf/unit/ts_metasploit.rb
+I, [2025-12-26T18:48:12.493162 #8214]  INFO -- : Processing file: ../../tmp/act.md
+W, [2025-12-26T18:48:12.493366 #8214]  WARN -- : Copyright pattern not found in ../../tmp/act.md
+I, [2025-12-26T18:48:12.493394 #8214]  INFO -- : Processing file: ../../tmp/bkp_20250825-spec_helper.rb
+I, [2025-12-26T18:48:12.493873 #8214]  INFO -- : Updated copyright in ../../tmp/bkp_20250825-spec_helper.rb
+I, [2025-12-26T18:48:12.494115 #8214]  INFO -- : Processing file: ../../tmp/bkp_20250903-spec_helper.rb
+I, [2025-12-26T18:48:12.494277 #8214]  INFO -- : Updated copyright in ../../tmp/bkp_20250903-spec_helper.rb
+I, [2025-12-26T18:48:12.494306 #8214]  INFO -- : Processing file: ../../tmp/bkp_20250906-autorun_engine_spec.rb
+I, [2025-12-26T18:48:12.494793 #8214]  INFO -- : Updated copyright in ../../tmp/bkp_20250906-autorun_engine_spec.rb
+I, [2025-12-26T18:48:12.494854 #8214]  INFO -- : Processing file: ../../tmp/bkp_20250906-browser_details_handler_spec.rb
+I, [2025-12-26T18:48:12.495211 #8214]  INFO -- : Updated copyright in ../../tmp/bkp_20250906-browser_details_handler_spec.rb
+I, [2025-12-26T18:48:12.495284 #8214]  INFO -- : Processing file: ../../tmp/bkp_20250906-test_beef_debugs_spec.rb
+I, [2025-12-26T18:48:12.495611 #8214]  INFO -- : Updated copyright in ../../tmp/bkp_20250906-test_beef_debugs_spec.rb
+I, [2025-12-26T18:48:12.495822 #8214]  INFO -- : Processing file: ../../tmp/bkp_20250906-websocket_hooked_browser_spec.rb
+I, [2025-12-26T18:48:12.496102 #8214]  INFO -- : Updated copyright in ../../tmp/bkp_20250906-websocket_hooked_browser_spec.rb
+I, [2025-12-26T18:48:12.496164 #8214]  INFO -- : Processing file: ../../tmp/changelog_summary.md
+W, [2025-12-26T18:48:12.496271 #8214]  WARN -- : Copyright pattern not found in ../../tmp/changelog_summary.md
+I, [2025-12-26T18:48:12.496298 #8214]  INFO -- : Processing file: ../../tmp/tag_and_release_instructions.md
+I, [2025-12-26T18:48:12.496604 #8214]  INFO -- : Updated copyright in ../../tmp/tag_and_release_instructions.md
+I, [2025-12-26T18:48:12.496676 #8214]  INFO -- : Processing file: ../../tools/csrf_to_beef/lib/module.rb
+I, [2025-12-26T18:48:12.496981 #8214]  INFO -- : Updated copyright in ../../tools/csrf_to_beef/lib/module.rb
+I, [2025-12-26T18:48:12.497055 #8214]  INFO -- : Processing file: ../../tools/csrf_to_beef/lib/output.rb
+W, [2025-12-26T18:48:12.497142 #8214]  WARN -- : Copyright pattern not found in ../../tools/csrf_to_beef/lib/output.rb
+I, [2025-12-26T18:48:12.497190 #8214]  INFO -- : Processing file: ../../tools/csrf_to_beef/sample.html
+W, [2025-12-26T18:48:12.497270 #8214]  WARN -- : Copyright pattern not found in ../../tools/csrf_to_beef/sample.html
+I, [2025-12-26T18:48:12.497299 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/lib/beef_rest_api.rb
+W, [2025-12-26T18:48:12.497353 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/lib/beef_rest_api.rb
+I, [2025-12-26T18:48:12.497377 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/lib/print.rb
+W, [2025-12-26T18:48:12.497418 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/lib/print.rb
+I, [2025-12-26T18:48:12.497443 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/lib/string.rb
+W, [2025-12-26T18:48:12.497549 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/lib/string.rb
+I, [2025-12-26T18:48:12.520721 #8214]  INFO -- : Processing file: ../../Dockerfile
+I, [2025-12-26T18:48:12.521013 #8214]  INFO -- : Updated copyright in ../../Dockerfile
+I, [2025-12-26T18:48:12.521042 #8214]  INFO -- : Processing file: ../../Gemfile
+I, [2025-12-26T18:48:12.521222 #8214]  INFO -- : Updated copyright in ../../Gemfile
+I, [2025-12-26T18:48:12.521248 #8214]  INFO -- : Processing file: ../../Rakefile
+I, [2025-12-26T18:48:12.521418 #8214]  INFO -- : Updated copyright in ../../Rakefile
+I, [2025-12-26T18:48:12.521559 #8214]  INFO -- : Processing file: ../../VERSION
+I, [2025-12-26T18:48:12.521709 #8214]  INFO -- : Updated copyright in ../../VERSION
+I, [2025-12-26T18:48:12.521735 #8214]  INFO -- : Processing file: ../../arerules/enabled/README
+W, [2025-12-26T18:48:12.521822 #8214]  WARN -- : Copyright pattern not found in ../../arerules/enabled/README
+I, [2025-12-26T18:48:12.521848 #8214]  INFO -- : Processing file: ../../beef
+I, [2025-12-26T18:48:12.522015 #8214]  INFO -- : Updated copyright in ../../beef
+I, [2025-12-26T18:48:12.522041 #8214]  INFO -- : Processing file: ../../doc/COPYING
+I, [2025-12-26T18:48:12.522213 #8214]  INFO -- : Updated copyright in ../../doc/COPYING
+I, [2025-12-26T18:48:12.522239 #8214]  INFO -- : Processing file: ../../doc/boilerplate
+I, [2025-12-26T18:48:12.522370 #8214]  INFO -- : Updated copyright in ../../doc/boilerplate
+I, [2025-12-26T18:48:12.522396 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/images/icons/README
+W, [2025-12-26T18:48:12.522446 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/images/icons/README
+I, [2025-12-26T18:48:12.522486 #8214]  INFO -- : Processing file: ../../extensions/admin_ui/media/javascript-min/readme
+W, [2025-12-26T18:48:12.522660 #8214]  WARN -- : Copyright pattern not found in ../../extensions/admin_ui/media/javascript-min/readme
+I, [2025-12-26T18:48:12.522688 #8214]  INFO -- : Processing file: ../../install
+I, [2025-12-26T18:48:12.522850 #8214]  INFO -- : Updated copyright in ../../install
+I, [2025-12-26T18:48:12.522876 #8214]  INFO -- : Processing file: ../../modules/exploits/rfi_scanner/update-list
+W, [2025-12-26T18:48:12.522960 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/rfi_scanner/update-list
+I, [2025-12-26T18:48:12.522986 #8214]  INFO -- : Processing file: ../../modules/exploits/shell_shock_scanner/shocker-cgi_list
+W, [2025-12-26T18:48:12.523037 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/shell_shock_scanner/shocker-cgi_list
+I, [2025-12-26T18:48:12.523061 #8214]  INFO -- : Processing file: ../../modules/exploits/shell_shock_scanner/update-list
+W, [2025-12-26T18:48:12.523103 #8214]  WARN -- : Copyright pattern not found in ../../modules/exploits/shell_shock_scanner/update-list
+I, [2025-12-26T18:48:12.523127 #8214]  INFO -- : Processing file: ../../modules/misc/nosleep/update-lib
+W, [2025-12-26T18:48:12.523168 #8214]  WARN -- : Copyright pattern not found in ../../modules/misc/nosleep/update-lib
+I, [2025-12-26T18:48:12.523192 #8214]  INFO -- : Processing file: ../../tools/csrf_to_beef/csrf_to_beef
+W, [2025-12-26T18:48:12.523238 #8214]  WARN -- : Copyright pattern not found in ../../tools/csrf_to_beef/csrf_to_beef
+I, [2025-12-26T18:48:12.523261 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/autorun
+W, [2025-12-26T18:48:12.523302 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/autorun
+I, [2025-12-26T18:48:12.523325 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/browser-details
+W, [2025-12-26T18:48:12.523366 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/browser-details
+I, [2025-12-26T18:48:12.523390 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/clone_page
+W, [2025-12-26T18:48:12.523431 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/clone_page
+I, [2025-12-26T18:48:12.523454 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/command-modules
+W, [2025-12-26T18:48:12.523569 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/command-modules
+I, [2025-12-26T18:48:12.523617 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/dns
+W, [2025-12-26T18:48:12.523671 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/dns
+I, [2025-12-26T18:48:12.523695 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/export-logs
+W, [2025-12-26T18:48:12.523738 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/export-logs
+I, [2025-12-26T18:48:12.523761 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/metasploit
+W, [2025-12-26T18:48:12.523804 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/metasploit
+I, [2025-12-26T18:48:12.523828 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/network
+W, [2025-12-26T18:48:12.523869 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/network
+I, [2025-12-26T18:48:12.523892 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/remove-offline-browsers
+W, [2025-12-26T18:48:12.523933 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/remove-offline-browsers
+I, [2025-12-26T18:48:12.523957 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/webrtc
+W, [2025-12-26T18:48:12.523998 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/webrtc
+I, [2025-12-26T18:48:12.524020 #8214]  INFO -- : Processing file: ../../tools/rest_api_examples/xssrays
+W, [2025-12-26T18:48:12.524061 #8214]  WARN -- : Copyright pattern not found in ../../tools/rest_api_examples/xssrays
+I, [2025-12-26T18:48:12.524084 #8214]  INFO -- : Processing file: ../../update-beef
+I, [2025-12-26T18:48:12.524588 #8214]  INFO -- : Updated copyright in ../../update-beef
+I, [2025-12-26T18:48:12.524632 #8214]  INFO -- : Copyright update process completed.
diff --git a/tools/maintenance/copyright_update.rb b/tools/maintenance/copyright_update.rb
index 95cb45016..53746cebf 100644
--- a/tools/maintenance/copyright_update.rb
+++ b/tools/maintenance/copyright_update.rb
@@ -8,44 +8,46 @@ log_file = File.open('copyright_update.log', 'w')
 @log_file_logger = Logger.new(log_file)
 @log_file_logger.level = Logger::INFO
 
-def update_copyright(file_path, old_copyright, new_copyright)
+def update_copyright(file_path, copyright_pattern, new_copyright)
   @log.info("Processing file: #{file_path}")
   @log_file_logger.info("Processing file: #{file_path}")
 
-  # Treat all files the same way for copyright update, including YAML and CSS
   content = File.read(file_path)
   if content.empty?
     @log.info("File is empty, no copyright update needed: #{file_path}")
     @log_file_logger.info("File is empty, no copyright update needed: #{file_path}")
-  else
-    if content.include?(old_copyright)
-      updated_content = content.gsub(old_copyright, new_copyright)
+  elsif content.match?(copyright_pattern)
+    updated_content = content.gsub(copyright_pattern, "\\1#{new_copyright}")
+    if updated_content != content
       File.write(file_path, updated_content)
       @log.info("Updated copyright in #{file_path}")
       @log_file_logger.info("Updated copyright in #{file_path}")
-    else
-      @log.warn("Copyright string not found in #{file_path}")
-      @log_file_logger.warn("Copyright string not found in #{file_path}")
     end
+  else
+    @log.warn("Copyright pattern not found in #{file_path}")
+    @log_file_logger.warn("Copyright pattern not found in #{file_path}")
   end
 rescue => e
   @log.error("Error processing file #{file_path}: #{e.message}")
   @log_file_logger.error("Error processing file #{file_path}: #{e.message}")
 end
 
-old_copyright = 'Copyright (c) 2006-2024'
-new_copyright = 'Copyright (c) 2006-2025'
+# Regex to match "Copyright (c) 2006-YYYY" or "(C) 2006-YYYY"
+# Captures the prefix so we can replace only the year part if needed, 
+# or better yet, replace the whole match but preserve the "Copyright (c)" part.
+copyright_pattern = /((?:Copyright \(c\) |\(C\) )2006-)20\d{2}/
+new_year = '2026'
 
 Dir.glob("../../**/*.{rb,js,yaml,html,md,txt,css,c,nasm,java,php,as}").each do |file|
-  next if File.basename(file) == 'copyright_update.rb'  # Skip this file
-  update_copyright(file, old_copyright, new_copyright)
+  next if File.basename(file) == 'copyright_update.rb'
+  update_copyright(file, copyright_pattern, new_year)
 end
 
 # Handle files without extensions, excluding copyright_update.rb
 Dir.glob("../../**/*").reject { |f| 
   File.directory?(f) || File.extname(f) != '' || File.basename(f) == 'copyright_update.rb'
 }.each do |file|
-  update_copyright(file, old_copyright, new_copyright)
+  update_copyright(file, copyright_pattern, new_year)
 end
 
 @log.info("Copyright update process completed.")
diff --git a/update-beef b/update-beef
index 751417380..a812f1996 100755
--- a/update-beef
+++ b/update-beef
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
+# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
 # Browser Exploitation Framework (BeEF) - https://beefproject.com
 # See the file 'doc/COPYING' for copying permission
 #