From 9f1e8f5e8d34b1ee0bad84636da4bd6f6073e403 Mon Sep 17 00:00:00 2001 From: Ben Passmore Date: Tue, 1 Jan 2019 11:57:28 +1000 Subject: [PATCH] Updated copyright --- Gemfile | 2 +- INSTALL.txt | 2 +- README.md | 2 +- Rakefile | 2 +- VERSION | 2 +- beef | 2 +- config.yaml | 2 +- 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/main/autorun_engine/engine.rb | 2 +- core/main/autorun_engine/models/execution.rb | 2 +- core/main/autorun_engine/models/rule.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/distributedengine.rb | 2 +- core/main/constants/hardware.rb | 2 +- core/main/constants/os.rb | 2 +- core/main/crypto.rb | 2 +- core/main/distributed_engine/models/rules.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/logger.rb | 2 +- core/main/migration.rb | 2 +- core/main/models/browserdetails.rb | 2 +- core/main/models/command.rb | 2 +- core/main/models/commandmodule.rb | 2 +- core/main/models/hookedbrowser.rb | 2 +- core/main/models/log.rb | 2 +- core/main/models/optioncache.rb | 2 +- core/main/models/result.rb | 2 +- core/main/models/user.rb | 2 +- core/main/network_stack/api.rb | 2 +- core/main/network_stack/assethandler.rb | 2 +- core/main/network_stack/handlers/dynamicreconstruction.rb | 2 +- core/main/network_stack/handlers/raw.rb | 2 +- core/main/network_stack/handlers/redirector.rb | 2 +- core/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/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/object.rb | 2 +- core/ruby/patches/dm-do-adapter/adapter.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 +- extensions/admin_ui/api/command.rb | 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/agents.rb | 2 +- extensions/admin_ui/constants/icons.rb | 2 +- .../admin_ui/controllers/authentication/authentication.rb | 2 +- extensions/admin_ui/controllers/authentication/index.html | 2 +- extensions/admin_ui/controllers/logs/logs.rb | 2 +- extensions/admin_ui/controllers/modules/modules.rb | 2 +- extensions/admin_ui/controllers/panel/index.html | 2 +- extensions/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 +- extensions/admin_ui/media/css/wterm.css | 2 +- extensions/admin_ui/media/javascript/esapi/Class.create.js | 2 +- extensions/admin_ui/media/javascript/ui/authentication.js | 2 +- .../admin_ui/media/javascript/ui/common/beef_common.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/DataGrid.js | 2 +- .../admin_ui/media/javascript/ui/panel/DistributedEngine.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/HooksTab.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/Logout.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/MainPanel.js | 2 +- .../admin_ui/media/javascript/ui/panel/PanelStatusBar.js | 2 +- .../admin_ui/media/javascript/ui/panel/PanelViewer.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js | 2 +- extensions/admin_ui/media/javascript/ui/panel/common.js | 2 +- .../media/javascript/ui/panel/tabs/ZombieTabAutorun.js | 2 +- .../media/javascript/ui/panel/tabs/ZombieTabCommands.js | 2 +- .../media/javascript/ui/panel/tabs/ZombieTabDetails.js | 2 +- .../media/javascript/ui/panel/tabs/ZombieTabIpec.js | 2 +- .../media/javascript/ui/panel/tabs/ZombieTabLogs.js | 2 +- .../media/javascript/ui/panel/tabs/ZombieTabNetwork.js | 2 +- .../admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js | 2 +- .../media/javascript/ui/panel/tabs/ZombieTabRider.js | 2 +- .../media/javascript/ui/panel/tabs/ZombieTabXssRays.js | 2 +- .../admin_ui/media/javascript/ui/panel/zombiesTreeList.js | 2 +- extensions/admin_ui/media/javascript/ux/PagingStore.js | 2 +- extensions/admin_ui/media/javascript/ux/StatusBar.js | 2 +- extensions/admin_ui/media/javascript/ux/TabCloseMenu.js | 2 +- extensions/admin_ui/media/javascript/wterm/wterm.jquery.js | 2 +- extensions/autoloader/config.yaml | 2 +- extensions/autoloader/extension.rb | 2 +- extensions/autoloader/model.rb | 2 +- extensions/console/config.yaml | 2 +- extensions/console/extension.rb | 2 +- extensions/console/lib/command_dispatcher.rb | 2 +- extensions/console/lib/command_dispatcher/command.rb | 2 +- extensions/console/lib/command_dispatcher/core.rb | 2 +- extensions/console/lib/command_dispatcher/target.rb | 2 +- extensions/console/lib/shellinterface.rb | 2 +- extensions/console/shell.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/chrome_extension/index.html | 2 +- extensions/demos/chrome_extension/persistent_tab.html | 2 +- extensions/demos/config.yaml | 2 +- extensions/demos/extension.rb | 2 +- .../demos/flash_update_chrome_extension/background.js | 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 +- extensions/demos/html/checkJava.java | 2 +- extensions/demos/html/clickjacking/clickjack_attack.html | 2 +- extensions/demos/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/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/helper.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/ipec/config.yaml | 2 +- extensions/ipec/extension.rb | 2 +- .../LinkTargetFinder/chrome/content/linkTargetFinder.js | 2 +- .../files/LinkTargetFinder/defaults/preferences/prefs.js | 2 +- extensions/ipec/files/LinkTargetFinder/skin/skin.css | 2 +- extensions/ipec/junk_calculator.rb | 2 +- extensions/ipec/models/ipec_exploits.rb | 2 +- extensions/ipec/models/ipec_exploits_run.rb | 2 +- extensions/ipec/rest/ipec.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 +- extensions/notifications/channels/slack_workspace.rb | 2 +- extensions/notifications/channels/tweet.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/controllers/proxy.rb | 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/controllers/requester.rb | 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 +- extensions/social_engineering/mass_mailer/mass_mailer.rb | 2 +- .../mass_mailer/templates/default/mail.html | 2 +- .../mass_mailer/templates/edfenergy/mail.html | 2 +- extensions/social_engineering/models/interceptor.rb | 2 +- extensions/social_engineering/models/mass_mailer.rb | 2 +- extensions/social_engineering/models/web_cloner.rb | 2 +- extensions/social_engineering/powershell/bind_powershell.rb | 2 +- extensions/social_engineering/rest/socialengineering.rb | 2 +- extensions/social_engineering/web_cloner/interceptor.rb | 2 +- extensions/social_engineering/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/controllers/xssrays.rb | 2 +- extensions/xssrays/extension.rb | 2 +- extensions/xssrays/handler.rb | 2 +- extensions/xssrays/models/xssraysdetail.rb | 2 +- extensions/xssrays/models/xssraysscan.rb | 2 +- install | 2 +- liveCD/BeEFLive.sh | 4 ++-- modules/browser/avant_steal_history/command.js | 2 +- modules/browser/avant_steal_history/config.yaml | 2 +- modules/browser/avant_steal_history/module.rb | 2 +- modules/browser/browser_fingerprinting/command.js | 2 +- modules/browser/browser_fingerprinting/config.yaml | 2 +- modules/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 +- modules/browser/detect_evernote_clipper/command.js | 2 +- modules/browser/detect_evernote_clipper/config.yaml | 2 +- modules/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 +- modules/browser/detect_popup_blocker/command.js | 2 +- modules/browser/detect_popup_blocker/config.yaml | 2 +- modules/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 +- modules/browser/detect_silverlight/config.yaml | 2 +- modules/browser/detect_silverlight/module.rb | 2 +- modules/browser/detect_simple_adblock/command.js | 2 +- modules/browser/detect_simple_adblock/config.yaml | 2 +- modules/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 +- modules/browser/detect_unsafe_activex/command.js | 2 +- modules/browser/detect_unsafe_activex/config.yaml | 2 +- modules/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 +- modules/browser/fingerprint_browser/command.js | 2 +- modules/browser/fingerprint_browser/config.yaml | 2 +- modules/browser/fingerprint_browser/module.rb | 2 +- modules/browser/get_visited_domains/command.js | 2 +- modules/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 +- modules/browser/hooked_domain/ajax_fingerprint/command.js | 2 +- modules/browser/hooked_domain/ajax_fingerprint/config.yaml | 2 +- modules/browser/hooked_domain/ajax_fingerprint/module.rb | 2 +- modules/browser/hooked_domain/alert_dialog/command.js | 2 +- modules/browser/hooked_domain/alert_dialog/config.yaml | 2 +- modules/browser/hooked_domain/alert_dialog/module.rb | 2 +- modules/browser/hooked_domain/clear_console/command.js | 2 +- modules/browser/hooked_domain/clear_console/config.yaml | 2 +- modules/browser/hooked_domain/clear_console/module.rb | 2 +- modules/browser/hooked_domain/deface_web_page/command.js | 2 +- modules/browser/hooked_domain/deface_web_page/config.yaml | 2 +- modules/browser/hooked_domain/deface_web_page/module.rb | 2 +- .../hooked_domain/deface_web_page_component/command.js | 2 +- .../hooked_domain/deface_web_page_component/config.yaml | 2 +- .../hooked_domain/deface_web_page_component/module.rb | 2 +- .../hooked_domain/disable_developer_tools/command.js | 2 +- .../hooked_domain/disable_developer_tools/config.yaml | 2 +- .../browser/hooked_domain/disable_developer_tools/module.rb | 2 +- modules/browser/hooked_domain/get_cookie/command.js | 2 +- modules/browser/hooked_domain/get_cookie/config.yaml | 2 +- modules/browser/hooked_domain/get_cookie/module.rb | 2 +- modules/browser/hooked_domain/get_form_values/command.js | 2 +- modules/browser/hooked_domain/get_form_values/config.yaml | 2 +- modules/browser/hooked_domain/get_form_values/module.rb | 2 +- modules/browser/hooked_domain/get_local_storage/command.js | 2 +- modules/browser/hooked_domain/get_local_storage/config.yaml | 2 +- modules/browser/hooked_domain/get_local_storage/module.rb | 2 +- modules/browser/hooked_domain/get_page_html/command.js | 2 +- modules/browser/hooked_domain/get_page_html/config.yaml | 2 +- modules/browser/hooked_domain/get_page_html/module.rb | 2 +- .../browser/hooked_domain/get_page_html_iframe/command.js | 2 +- .../browser/hooked_domain/get_page_html_iframe/config.yaml | 2 +- .../browser/hooked_domain/get_page_html_iframe/module.rb | 2 +- modules/browser/hooked_domain/get_page_links/command.js | 2 +- modules/browser/hooked_domain/get_page_links/config.yaml | 2 +- modules/browser/hooked_domain/get_page_links/module.rb | 2 +- .../browser/hooked_domain/get_session_storage/command.js | 2 +- .../browser/hooked_domain/get_session_storage/config.yaml | 2 +- modules/browser/hooked_domain/get_session_storage/module.rb | 2 +- .../browser/hooked_domain/get_stored_credentials/command.js | 2 +- .../hooked_domain/get_stored_credentials/config.yaml | 2 +- .../browser/hooked_domain/get_stored_credentials/module.rb | 2 +- modules/browser/hooked_domain/link_rewrite/command.js | 2 +- modules/browser/hooked_domain/link_rewrite/config.yaml | 2 +- modules/browser/hooked_domain/link_rewrite/module.rb | 2 +- .../hooked_domain/link_rewrite_click_events/command.js | 2 +- .../hooked_domain/link_rewrite_click_events/config.yaml | 2 +- .../hooked_domain/link_rewrite_click_events/module.rb | 2 +- .../browser/hooked_domain/link_rewrite_sslstrip/command.js | 2 +- .../browser/hooked_domain/link_rewrite_sslstrip/config.yaml | 2 +- .../browser/hooked_domain/link_rewrite_sslstrip/module.rb | 2 +- modules/browser/hooked_domain/link_rewrite_tel/command.js | 2 +- modules/browser/hooked_domain/link_rewrite_tel/config.yaml | 2 +- modules/browser/hooked_domain/link_rewrite_tel/module.rb | 2 +- .../hooked_domain/mobilesafari_address_spoofing/command.js | 2 +- .../hooked_domain/mobilesafari_address_spoofing/config.yaml | 2 +- .../hooked_domain/mobilesafari_address_spoofing/module.rb | 2 +- modules/browser/hooked_domain/overflow_cookiejar/command.js | 2 +- .../browser/hooked_domain/overflow_cookiejar/config.yaml | 2 +- modules/browser/hooked_domain/overflow_cookiejar/module.rb | 2 +- modules/browser/hooked_domain/prompt_dialog/command.js | 2 +- modules/browser/hooked_domain/prompt_dialog/config.yaml | 2 +- modules/browser/hooked_domain/prompt_dialog/module.rb | 2 +- .../browser/hooked_domain/remove_stuck_iframes/command.js | 2 +- .../browser/hooked_domain/remove_stuck_iframes/config.yaml | 2 +- .../browser/hooked_domain/remove_stuck_iframes/module.rb | 2 +- modules/browser/hooked_domain/replace_video/command.js | 2 +- modules/browser/hooked_domain/replace_video/config.yaml | 2 +- modules/browser/hooked_domain/replace_video/module.rb | 2 +- modules/browser/hooked_domain/rickroll/command.js | 2 +- modules/browser/hooked_domain/rickroll/config.yaml | 2 +- modules/browser/hooked_domain/rickroll/module.rb | 2 +- modules/browser/hooked_domain/site_redirect/command.js | 2 +- modules/browser/hooked_domain/site_redirect/config.yaml | 2 +- modules/browser/hooked_domain/site_redirect/module.rb | 2 +- .../browser/hooked_domain/site_redirect_iframe/command.js | 2 +- .../browser/hooked_domain/site_redirect_iframe/config.yaml | 2 +- .../browser/hooked_domain/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 +- modules/browser/remove_hook_element/command.js | 2 +- modules/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/command.js | 2 +- modules/browser/webcam/config.yaml | 2 +- modules/browser/webcam/module.rb | 2 +- modules/browser/webcam_html5/command.js | 2 +- modules/browser/webcam_html5/config.yaml | 2 +- modules/browser/webcam_html5/module.rb | 2 +- modules/browser/webcam_permission_check/cameraCheck.as | 2 +- modules/browser/webcam_permission_check/command.js | 2 +- modules/browser/webcam_permission_check/config.yaml | 2 +- modules/browser/webcam_permission_check/module.rb | 2 +- modules/chrome_extensions/execute_tabs/command.js | 2 +- modules/chrome_extensions/execute_tabs/config.yaml | 2 +- modules/chrome_extensions/execute_tabs/module.rb | 2 +- modules/chrome_extensions/get_all_cookies/command.js | 2 +- modules/chrome_extensions/get_all_cookies/config.yaml | 2 +- modules/chrome_extensions/get_all_cookies/module.rb | 2 +- modules/chrome_extensions/grab_google_contacts/command.js | 2 +- modules/chrome_extensions/grab_google_contacts/config.yaml | 2 +- modules/chrome_extensions/grab_google_contacts/module.rb | 2 +- modules/chrome_extensions/inject_beef/command.js | 2 +- modules/chrome_extensions/inject_beef/config.yaml | 2 +- modules/chrome_extensions/inject_beef/module.rb | 2 +- modules/chrome_extensions/screenshot/command.js | 2 +- modules/chrome_extensions/screenshot/config.yaml | 2 +- modules/chrome_extensions/screenshot/module.rb | 2 +- modules/chrome_extensions/send_gvoice_sms/command.js | 2 +- modules/chrome_extensions/send_gvoice_sms/config.yaml | 2 +- modules/chrome_extensions/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 +- modules/debug/test_dns_tunnel_client/command.js | 2 +- modules/debug/test_dns_tunnel_client/config.yaml | 2 +- modules/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_bind_raw/command.js | 2 +- modules/debug/test_http_bind_raw/config.yaml | 2 +- modules/debug/test_http_bind_raw/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 +- modules/debug/test_network_request/config.yaml | 2 +- modules/debug/test_network_request/module.rb | 2 +- modules/debug/test_return_ascii_chars/command.js | 2 +- modules/debug/test_return_ascii_chars/config.yaml | 2 +- modules/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 +- modules/debug/test_return_long_string/command.js | 2 +- modules/debug/test_return_long_string/config.yaml | 2 +- modules/debug/test_return_long_string/module.rb | 2 +- modules/exploits/apache_cookie_disclosure/command.js | 2 +- modules/exploits/apache_cookie_disclosure/config.yaml | 2 +- modules/exploits/apache_cookie_disclosure/module.rb | 2 +- modules/exploits/apache_felix_remote_shell/command.js | 2 +- modules/exploits/apache_felix_remote_shell/config.yaml | 2 +- modules/exploits/apache_felix_remote_shell/module.rb | 2 +- .../beef_bind_exploits/active_fax_beef_bind/command.js | 2 +- .../beef_bind_exploits/active_fax_beef_bind/config.yaml | 2 +- .../beef_bind_exploits/active_fax_beef_bind/module.rb | 2 +- .../beef_bind_exploits/eudora_mail_beef_bind/command.js | 2 +- .../beef_bind_exploits/eudora_mail_beef_bind/config.yaml | 2 +- .../beef_bind_exploits/eudora_mail_beef_bind/module.rb | 2 +- modules/exploits/beefbind/beef_bind_shell/command.js | 2 +- modules/exploits/beefbind/beef_bind_shell/config.yaml | 2 +- modules/exploits/beefbind/beef_bind_shell/module.rb | 2 +- .../beefbind/shellcode_sources/linux/x64/socket64.c | 2 +- .../exploits/beefbind/shellcode_sources/linux/x86/socket.c | 2 +- .../beefbind/shellcode_sources/linux/x86/stage.nasm | 2 +- .../beefbind/shellcode_sources/linux/x86/stager.nasm | 2 +- .../exploits/beefbind/shellcode_sources/windows/socket.c | 2 +- modules/exploits/boastmachine_3_1_add_user_csrf/command.js | 2 +- modules/exploits/boastmachine_3_1_add_user_csrf/config.yaml | 2 +- modules/exploits/boastmachine_3_1_add_user_csrf/module.rb | 2 +- modules/exploits/camera/airlive_ip_camera_csrf/command.js | 2 +- modules/exploits/camera/airlive_ip_camera_csrf/config.yaml | 2 +- modules/exploits/camera/airlive_ip_camera_csrf/module.rb | 2 +- modules/exploits/camera/dlink_dcs_series_csrf/command.js | 2 +- modules/exploits/camera/dlink_dcs_series_csrf/config.yaml | 2 +- modules/exploits/camera/dlink_dcs_series_csrf/module.rb | 2 +- .../camera/linksys_wvc_wireless_camera_csrf/command.js | 2 +- .../camera/linksys_wvc_wireless_camera_csrf/config.yaml | 2 +- .../camera/linksys_wvc_wireless_camera_csrf/module.rb | 2 +- .../exploits/coldfusion_dir_traversal_exploit/command.js | 2 +- .../exploits/coldfusion_dir_traversal_exploit/config.yaml | 2 +- modules/exploits/coldfusion_dir_traversal_exploit/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 +- modules/exploits/glassfish_war_upload_xsrf/command.js | 2 +- modules/exploits/glassfish_war_upload_xsrf/config.yaml | 2 +- modules/exploits/glassfish_war_upload_xsrf/module.rb | 2 +- modules/exploits/groovyshell_server_cmd_exec/command.js | 2 +- modules/exploits/groovyshell_server_cmd_exec/config.yaml | 2 +- modules/exploits/groovyshell_server_cmd_exec/module.rb | 2 +- modules/exploits/hp_ucmdb_add_user_csrf/command.js | 2 +- modules/exploits/hp_ucmdb_add_user_csrf/config.yaml | 2 +- modules/exploits/hp_ucmdb_add_user_csrf/module.rb | 2 +- modules/exploits/jboss_jmx_upload_exploit/command.js | 2 +- modules/exploits/jboss_jmx_upload_exploit/config.yaml | 2 +- modules/exploits/jboss_jmx_upload_exploit/module.rb | 2 +- modules/exploits/jenkins_groovy_code_exec/command.js | 2 +- modules/exploits/jenkins_groovy_code_exec/config.yaml | 2 +- modules/exploits/jenkins_groovy_code_exec/module.rb | 2 +- modules/exploits/kemp_command_execution/command.js | 2 +- modules/exploits/kemp_command_execution/config.yaml | 2 +- modules/exploits/kemp_command_execution/module.rb | 2 +- .../local_host/activex_command_execution/command.js | 2 +- .../local_host/activex_command_execution/config.yaml | 2 +- .../exploits/local_host/activex_command_execution/module.rb | 2 +- modules/exploits/local_host/ie_ms12_004_midi/command.js | 2 +- modules/exploits/local_host/ie_ms12_004_midi/config.yaml | 2 +- modules/exploits/local_host/ie_ms12_004_midi/module.rb | 2 +- modules/exploits/local_host/ie_ms13_069_caret/command.js | 2 +- modules/exploits/local_host/ie_ms13_069_caret/config.yaml | 2 +- modules/exploits/local_host/ie_ms13_069_caret/module.rb | 2 +- modules/exploits/local_host/java_payload/command.js | 2 +- modules/exploits/local_host/java_payload/config.yaml | 2 +- modules/exploits/local_host/java_payload/module.rb | 2 +- .../local_host/mozilla_nsiprocess_interface/command.js | 2 +- .../local_host/mozilla_nsiprocess_interface/config.yaml | 2 +- .../local_host/mozilla_nsiprocess_interface/module.rb | 2 +- modules/exploits/local_host/safari_launch_app/command.js | 2 +- modules/exploits/local_host/safari_launch_app/config.yaml | 2 +- modules/exploits/local_host/safari_launch_app/module.rb | 2 +- .../local_host/signed_applet_dropper/applet/SM.java | 2 +- .../signed_applet_dropper/applet/SignedApplet.java | 2 +- .../exploits/local_host/signed_applet_dropper/command.js | 2 +- .../exploits/local_host/signed_applet_dropper/config.yaml | 2 +- modules/exploits/local_host/signed_applet_dropper/module.rb | 2 +- .../exploits/local_host/window_mail_client_dos/command.js | 2 +- .../exploits/local_host/window_mail_client_dos/config.yaml | 2 +- .../exploits/local_host/window_mail_client_dos/module.rb | 2 +- modules/exploits/m0n0wall/command.js | 2 +- modules/exploits/m0n0wall/config.yaml | 2 +- modules/exploits/m0n0wall/module.rb | 2 +- modules/exploits/nas/dlink_sharecenter_cmd_exec/command.js | 2 +- modules/exploits/nas/dlink_sharecenter_cmd_exec/config.yaml | 2 +- modules/exploits/nas/dlink_sharecenter_cmd_exec/module.rb | 2 +- .../exploits/nas/freenas_reverse_root_shell_csrf/command.js | 2 +- .../nas/freenas_reverse_root_shell_csrf/config.yaml | 2 +- .../exploits/nas/freenas_reverse_root_shell_csrf/module.rb | 2 +- modules/exploits/ntfscommoncreate_dos/command.js | 2 +- modules/exploits/ntfscommoncreate_dos/config.yaml | 2 +- modules/exploits/ntfscommoncreate_dos/module.rb | 2 +- modules/exploits/opencart_reset_password/command.js | 2 +- modules/exploits/opencart_reset_password/config.yaml | 2 +- modules/exploits/opencart_reset_password/module.rb | 2 +- .../pfsense_2.3.2_reverse_root_shell_csrf/command.js | 2 +- .../pfsense_2.3.2_reverse_root_shell_csrf/config.yaml | 2 +- .../pfsense/pfsense_2.3.2_reverse_root_shell_csrf/module.rb | 2 +- .../pfsense/pfsense_reverse_root_shell_csrf/command.js | 2 +- .../pfsense/pfsense_reverse_root_shell_csrf/config.yaml | 2 +- .../pfsense/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 +- modules/exploits/qnx_qconn_command_execution/command.js | 2 +- modules/exploits/qnx_qconn_command_execution/config.yaml | 2 +- modules/exploits/qnx_qconn_command_execution/module.rb | 2 +- modules/exploits/resource_exhaustion_dos/command.js | 2 +- modules/exploits/resource_exhaustion_dos/config.yaml | 2 +- modules/exploits/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 +- .../exploits/router/3com_officeconnect_cmd_exec/command.js | 2 +- .../exploits/router/3com_officeconnect_cmd_exec/config.yaml | 2 +- .../exploits/router/3com_officeconnect_cmd_exec/module.rb | 2 +- modules/exploits/router/actiontec_q1000_csrf/command.js | 2 +- modules/exploits/router/actiontec_q1000_csrf/config.yaml | 2 +- modules/exploits/router/actiontec_q1000_csrf/module.rb | 2 +- modules/exploits/router/argw4_adsl_dns_hijack/command.js | 2 +- modules/exploits/router/argw4_adsl_dns_hijack/config.yaml | 2 +- modules/exploits/router/argw4_adsl_dns_hijack/module.rb | 2 +- modules/exploits/router/asmax_ar804gu_cmd_exec/command.js | 2 +- modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml | 2 +- modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb | 2 +- modules/exploits/router/asus_dslx11_dns_hijack/command.js | 2 +- modules/exploits/router/asus_dslx11_dns_hijack/config.yaml | 2 +- modules/exploits/router/asus_dslx11_dns_hijack/module.rb | 2 +- modules/exploits/router/asus_rt_n12e_get_info/command.js | 2 +- modules/exploits/router/asus_rt_n12e_get_info/config.yaml | 2 +- modules/exploits/router/asus_rt_n12e_get_info/module.rb | 2 +- modules/exploits/router/asus_rt_n66u_cmd_exec/command.js | 2 +- modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml | 2 +- modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb | 2 +- .../router/beetel_bcm96338_router_dns_hijack/command.js | 2 +- .../router/beetel_bcm96338_router_dns_hijack/config.yaml | 2 +- .../router/beetel_bcm96338_router_dns_hijack/module.rb | 2 +- modules/exploits/router/belkin_dns_csrf/command.js | 2 +- modules/exploits/router/belkin_dns_csrf/config.yaml | 2 +- modules/exploits/router/belkin_dns_csrf/module.rb | 2 +- modules/exploits/router/bt_home_hub_csrf/command.js | 2 +- modules/exploits/router/bt_home_hub_csrf/config.yaml | 2 +- modules/exploits/router/bt_home_hub_csrf/module.rb | 2 +- modules/exploits/router/cisco_e2400_csrf/command.js | 2 +- modules/exploits/router/cisco_e2400_csrf/config.yaml | 2 +- modules/exploits/router/cisco_e2400_csrf/module.rb | 2 +- modules/exploits/router/comtrend_ct5367_csrf/command.js | 2 +- modules/exploits/router/comtrend_ct5367_csrf/config.yaml | 2 +- modules/exploits/router/comtrend_ct5367_csrf/module.rb | 2 +- modules/exploits/router/comtrend_ct5624_csrf/command.js | 2 +- modules/exploits/router/comtrend_ct5624_csrf/config.yaml | 2 +- modules/exploits/router/comtrend_ct5624_csrf/module.rb | 2 +- .../router/comtrend_ct_series_dns_hijack/command.js | 2 +- .../router/comtrend_ct_series_dns_hijack/config.yaml | 2 +- .../exploits/router/comtrend_ct_series_dns_hijack/module.rb | 2 +- modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js | 2 +- modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml | 2 +- modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb | 2 +- modules/exploits/router/ddwrt_v24_sp1_csrf/command.js | 2 +- modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml | 2 +- modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb | 2 +- modules/exploits/router/dlink_dir_615_csrf/command.js | 2 +- modules/exploits/router/dlink_dir_615_csrf/config.yaml | 2 +- modules/exploits/router/dlink_dir_615_csrf/module.rb | 2 +- .../exploits/router/dlink_dsl2640b_dns_hijack/command.js | 2 +- .../exploits/router/dlink_dsl2640b_dns_hijack/config.yaml | 2 +- modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb | 2 +- .../exploits/router/dlink_dsl2640u_dns_hijack/command.js | 2 +- .../exploits/router/dlink_dsl2640u_dns_hijack/config.yaml | 2 +- modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb | 2 +- .../exploits/router/dlink_dsl2740r_dns_hijack/command.js | 2 +- .../exploits/router/dlink_dsl2740r_dns_hijack/config.yaml | 2 +- modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb | 2 +- .../exploits/router/dlink_dsl2780b_dns_hijack/command.js | 2 +- .../exploits/router/dlink_dsl2780b_dns_hijack/config.yaml | 2 +- modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb | 2 +- modules/exploits/router/dlink_dsl500t_csrf/command.js | 2 +- modules/exploits/router/dlink_dsl500t_csrf/config.yaml | 2 +- modules/exploits/router/dlink_dsl500t_csrf/module.rb | 2 +- modules/exploits/router/dlink_dsl526b_dns_hijack/command.js | 2 +- .../exploits/router/dlink_dsl526b_dns_hijack/config.yaml | 2 +- modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb | 2 +- .../exploits/router/exper_ewm01_adsl_dns_hijack/command.js | 2 +- .../exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml | 2 +- .../exploits/router/exper_ewm01_adsl_dns_hijack/module.rb | 2 +- modules/exploits/router/huawei_smartax_mt880/command.js | 2 +- modules/exploits/router/huawei_smartax_mt880/config.yaml | 2 +- modules/exploits/router/huawei_smartax_mt880/module.rb | 2 +- .../router/iball_baton_ib_wra150n_dns_hijack/command.js | 2 +- .../router/iball_baton_ib_wra150n_dns_hijack/config.yaml | 2 +- .../router/iball_baton_ib_wra150n_dns_hijack/module.rb | 2 +- .../router/inteno_eg101r1_voip_dns_hijack/command.js | 2 +- .../router/inteno_eg101r1_voip_dns_hijack/config.yaml | 2 +- .../router/inteno_eg101r1_voip_dns_hijack/module.rb | 2 +- modules/exploits/router/linksys_befsr41_csrf/command.js | 2 +- modules/exploits/router/linksys_befsr41_csrf/config.yaml | 2 +- modules/exploits/router/linksys_befsr41_csrf/module.rb | 2 +- modules/exploits/router/linksys_e2500_csrf/command.js | 2 +- modules/exploits/router/linksys_e2500_csrf/config.yaml | 2 +- modules/exploits/router/linksys_e2500_csrf/module.rb | 2 +- modules/exploits/router/linksys_e2500_dns_hijack/command.js | 2 +- .../exploits/router/linksys_e2500_dns_hijack/config.yaml | 2 +- modules/exploits/router/linksys_e2500_dns_hijack/module.rb | 2 +- modules/exploits/router/linksys_e2500_shell/command.js | 2 +- modules/exploits/router/linksys_e2500_shell/config.yaml | 2 +- modules/exploits/router/linksys_e2500_shell/module.rb | 2 +- modules/exploits/router/linksys_wrt54g2_csrf/command.js | 2 +- modules/exploits/router/linksys_wrt54g2_csrf/config.yaml | 2 +- modules/exploits/router/linksys_wrt54g2_csrf/module.rb | 2 +- modules/exploits/router/linksys_wrt54g_csrf/command.js | 2 +- modules/exploits/router/linksys_wrt54g_csrf/config.yaml | 2 +- modules/exploits/router/linksys_wrt54g_csrf/module.rb | 2 +- .../router/netgear_dgn2000_wan_remote_mgmt/command.js | 2 +- .../router/netgear_dgn2000_wan_remote_mgmt/config.yaml | 2 +- .../router/netgear_dgn2000_wan_remote_mgmt/module.rb | 2 +- modules/exploits/router/netgear_dgn2200_cmd_exec/command.js | 2 +- .../exploits/router/netgear_dgn2200_cmd_exec/config.yaml | 2 +- modules/exploits/router/netgear_dgn2200_cmd_exec/module.rb | 2 +- modules/exploits/router/phillips_dns_hijack/command.js | 2 +- modules/exploits/router/phillips_dns_hijack/config.yaml | 2 +- modules/exploits/router/phillips_dns_hijack/module.rb | 2 +- modules/exploits/router/pikatel_96338_dns_hijack/command.js | 2 +- .../exploits/router/pikatel_96338_dns_hijack/config.yaml | 2 +- modules/exploits/router/pikatel_96338_dns_hijack/module.rb | 2 +- .../router/planet_vdr300nu_adsl_dns_hijack/command.js | 2 +- .../router/planet_vdr300nu_adsl_dns_hijack/config.yaml | 2 +- .../router/planet_vdr300nu_adsl_dns_hijack/module.rb | 2 +- .../router/shuttle_tech_915wm_dns_hijack/command.js | 2 +- .../router/shuttle_tech_915wm_dns_hijack/config.yaml | 2 +- .../exploits/router/shuttle_tech_915wm_dns_hijack/module.rb | 2 +- .../exploits/router/telstra_zte_mf91_change_pw/command.js | 2 +- .../exploits/router/telstra_zte_mf91_change_pw/config.yaml | 2 +- .../exploits/router/telstra_zte_mf91_change_pw/module.rb | 2 +- .../exploits/router/telstra_zte_mf91_change_ssid/command.js | 2 +- .../router/telstra_zte_mf91_change_ssid/config.yaml | 2 +- .../exploits/router/telstra_zte_mf91_change_ssid/module.rb | 2 +- .../router/telstra_zte_mf91_disable_ap_isolation/command.js | 2 +- .../telstra_zte_mf91_disable_ap_isolation/config.yaml | 2 +- .../router/telstra_zte_mf91_disable_ap_isolation/module.rb | 2 +- modules/exploits/router/tenda_adsl_dns_hijack/command.js | 2 +- modules/exploits/router/tenda_adsl_dns_hijack/config.yaml | 2 +- modules/exploits/router/tenda_adsl_dns_hijack/module.rb | 2 +- modules/exploits/router/tplink_dns_csrf/command.js | 2 +- modules/exploits/router/tplink_dns_csrf/config.yaml | 2 +- modules/exploits/router/tplink_dns_csrf/module.rb | 2 +- .../router/utstarcom_wa3002g4_dns_hijack/command.js | 2 +- .../router/utstarcom_wa3002g4_dns_hijack/config.yaml | 2 +- .../exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb | 2 +- modules/exploits/router/virgin_superhub_csrf/command.js | 2 +- modules/exploits/router/virgin_superhub_csrf/config.yaml | 2 +- modules/exploits/router/virgin_superhub_csrf/module.rb | 2 +- modules/exploits/router/wipg1000_cmd_injection/command.js | 2 +- modules/exploits/router/wipg1000_cmd_injection/config.yaml | 2 +- modules/exploits/router/wipg1000_cmd_injection/module.rb | 2 +- modules/exploits/ruby_nntpd_cmd_exec/command.js | 2 +- modules/exploits/ruby_nntpd_cmd_exec/config.yaml | 2 +- modules/exploits/ruby_nntpd_cmd_exec/module.rb | 2 +- modules/exploits/shell_shock_scanner/command.js | 2 +- modules/exploits/shell_shock_scanner/config.yaml | 2 +- modules/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/spring_framework_malicious_jar/command.js | 2 +- modules/exploits/spring_framework_malicious_jar/config.yaml | 2 +- modules/exploits/spring_framework_malicious_jar/module.rb | 2 +- .../exploits/switch/dlink_dgs_1100_device_reset/command.js | 2 +- .../exploits/switch/dlink_dgs_1100_device_reset/config.yaml | 2 +- .../exploits/switch/dlink_dgs_1100_device_reset/module.rb | 2 +- .../exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js | 2 +- .../switch/dlink_dgs_1100_fdb_whitelist/config.yaml | 2 +- .../exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb | 2 +- .../switch/dlink_dgs_1100_port_mirroring/command.js | 2 +- .../switch/dlink_dgs_1100_port_mirroring/config.yaml | 2 +- .../exploits/switch/dlink_dgs_1100_port_mirroring/module.rb | 2 +- modules/exploits/switch/netgear_gs108t_csrf/command.js | 2 +- modules/exploits/switch/netgear_gs108t_csrf/config.yaml | 2 +- modules/exploits/switch/netgear_gs108t_csrf/module.rb | 2 +- modules/exploits/vtiger_crm_upload_exploit/command.js | 2 +- modules/exploits/vtiger_crm_upload_exploit/config.yaml | 2 +- modules/exploits/vtiger_crm_upload_exploit/module.rb | 2 +- modules/exploits/wanem_command_execution/command.js | 2 +- modules/exploits/wanem_command_execution/config.yaml | 2 +- modules/exploits/wanem_command_execution/module.rb | 2 +- modules/exploits/wifi_pineapple_csrf/command.js | 2 +- modules/exploits/wifi_pineapple_csrf/config.yaml | 2 +- modules/exploits/wifi_pineapple_csrf/module.rb | 2 +- modules/exploits/xss/alienvault_ossim_3.1_xss/command.js | 2 +- modules/exploits/xss/alienvault_ossim_3.1_xss/config.yaml | 2 +- modules/exploits/xss/alienvault_ossim_3.1_xss/module.rb | 2 +- .../xss/cisco_collaboration_server_5_xss/command.js | 2 +- .../xss/cisco_collaboration_server_5_xss/config.yaml | 2 +- .../exploits/xss/cisco_collaboration_server_5_xss/module.rb | 2 +- modules/exploits/xss/serendipity_1.6_xss/command.js | 2 +- modules/exploits/xss/serendipity_1.6_xss/config.yaml | 2 +- modules/exploits/xss/serendipity_1.6_xss/module.rb | 2 +- modules/exploits/xss/sqlitemanager_xss/command.js | 2 +- modules/exploits/xss/sqlitemanager_xss/config.yaml | 2 +- modules/exploits/xss/sqlitemanager_xss/module.rb | 2 +- modules/exploits/zenoss_3x_command_execution/command.js | 2 +- modules/exploits/zenoss_3x_command_execution/config.yaml | 2 +- modules/exploits/zenoss_3x_command_execution/module.rb | 2 +- modules/exploits/zenoss_add_user_csrf/command.js | 2 +- modules/exploits/zenoss_add_user_csrf/config.yaml | 2 +- modules/exploits/zenoss_add_user_csrf/module.rb | 2 +- .../zeroshell_2_0rc2_admin_dynamic_token/command.js | 2 +- .../zeroshell_2_0rc2_admin_dynamic_token/config.yaml | 2 +- .../zeroshell_2_0rc2_admin_dynamic_token/module.rb | 2 +- .../zeroshell/zeroshell_2_0rc2_admin_password/command.js | 2 +- .../zeroshell/zeroshell_2_0rc2_admin_password/config.yaml | 2 +- .../zeroshell/zeroshell_2_0rc2_admin_password/module.rb | 2 +- .../zeroshell_2_0rc2_admin_static_token/command.js | 2 +- .../zeroshell_2_0rc2_admin_static_token/config.yaml | 2 +- .../zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb | 2 +- .../zeroshell/zeroshell_2_0rc2_file_disclosure/command.js | 2 +- .../zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml | 2 +- .../zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb | 2 +- .../zeroshell/zeroshell_2_0rc2_migrate_hook/command.js | 2 +- .../zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml | 2 +- .../zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb | 2 +- .../zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js | 2 +- .../zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml | 2 +- .../zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb | 2 +- .../command.js | 2 +- .../config.yaml | 2 +- .../module.rb | 2 +- .../exploits/zeroshell/zeroshell_2_0rc2_scanner/command.js | 2 +- .../exploits/zeroshell/zeroshell_2_0rc2_scanner/config.yaml | 2 +- .../exploits/zeroshell/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 +- modules/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 +- modules/host/detect_default_browser/command.js | 2 +- modules/host/detect_default_browser/config.yaml | 2 +- modules/host/detect_default_browser/module.rb | 2 +- modules/host/detect_google_desktop/command.js | 2 +- modules/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 +- modules/host/detect_protocol_handlers/command.js | 2 +- modules/host/detect_protocol_handlers/config.yaml | 2 +- modules/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/detect_vm/command.js | 2 +- modules/host/detect_vm/config.yaml | 2 +- modules/host/detect_vm/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/command.js | 2 +- modules/host/get_internal_ip/config.yaml | 2 +- modules/host/get_internal_ip/get_internal_ip.java | 2 +- modules/host/get_internal_ip/module.rb | 2 +- modules/host/get_internal_ip_webrtc/command.js | 2 +- modules/host/get_internal_ip_webrtc/config.yaml | 2 +- modules/host/get_internal_ip_webrtc/module.rb | 2 +- modules/host/get_physical_location/command.js | 2 +- modules/host/get_physical_location/config.yaml | 2 +- modules/host/get_physical_location/getGPSLocation.java | 2 +- modules/host/get_physical_location/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/command.js | 2 +- modules/host/get_system_info/config.yaml | 2 +- modules/host/get_system_info/getSystemInfo.java | 2 +- modules/host/get_system_info/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 +- modules/host/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/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 +- modules/host/physical_location_thirdparty/command.js | 2 +- modules/host/physical_location_thirdparty/config.yaml | 2 +- modules/host/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 +- modules/ipec/inter_protocol_posix_bindshell/command.js | 2 +- modules/ipec/inter_protocol_posix_bindshell/config.yaml | 2 +- modules/ipec/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 +- modules/ipec/inter_protocol_win_bindshell/command.js | 2 +- modules/ipec/inter_protocol_win_bindshell/command.old.js | 2 +- modules/ipec/inter_protocol_win_bindshell/config.yaml | 2 +- modules/ipec/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 +- modules/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 +- modules/misc/coinhive_miner/command.js | 2 +- modules/misc/coinhive_miner/config.yaml | 2 +- modules/misc/coinhive_miner/module.rb | 2 +- modules/misc/cryptoloot_miner/command.js | 2 +- modules/misc/cryptoloot_miner/config.yaml | 2 +- modules/misc/cryptoloot_miner/module.rb | 2 +- modules/misc/ibm_inotes/extract_inotes_list/command.js | 2 +- modules/misc/ibm_inotes/extract_inotes_list/config.yaml | 2 +- modules/misc/ibm_inotes/extract_inotes_list/module.rb | 2 +- modules/misc/ibm_inotes/inotes_flooder/command.js | 2 +- modules/misc/ibm_inotes/inotes_flooder/config.yaml | 2 +- modules/misc/ibm_inotes/inotes_flooder/module.rb | 2 +- modules/misc/ibm_inotes/read_inotes/command.js | 2 +- modules/misc/ibm_inotes/read_inotes/config.yaml | 2 +- modules/misc/ibm_inotes/read_inotes/module.rb | 2 +- modules/misc/ibm_inotes/send_inotes/command.js | 2 +- modules/misc/ibm_inotes/send_inotes/config.yaml | 2 +- modules/misc/ibm_inotes/send_inotes/module.rb | 2 +- .../misc/ibm_inotes/send_inotes_with_attachment/command.js | 2 +- .../misc/ibm_inotes/send_inotes_with_attachment/config.yaml | 2 +- .../misc/ibm_inotes/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 +- modules/misc/track_physical_movement/command.js | 2 +- modules/misc/track_physical_movement/config.yaml | 2 +- modules/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 +- modules/misc/wordpress_post_auth_rce/command.js | 2 +- modules/misc/wordpress_post_auth_rce/config.yaml | 2 +- modules/misc/wordpress_post_auth_rce/module.rb | 2 +- modules/network/ADC/f5_bigip_cookie_disclosure/command.js | 2 +- modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml | 2 +- modules/network/ADC/f5_bigip_cookie_disclosure/module.rb | 2 +- modules/network/ADC/f5_bigip_cookie_stealing/command.js | 2 +- modules/network/ADC/f5_bigip_cookie_stealing/config.yaml | 2 +- modules/network/ADC/f5_bigip_cookie_stealing/module.rb | 2 +- modules/network/DOSer/command.js | 2 +- modules/network/DOSer/config.yaml | 2 +- modules/network/DOSer/module.rb | 2 +- modules/network/cross_origin_scanner_cors/command.js | 2 +- modules/network/cross_origin_scanner_cors/config.yaml | 2 +- modules/network/cross_origin_scanner_cors/module.rb | 2 +- modules/network/cross_origin_scanner_flash/command.js | 2 +- modules/network/cross_origin_scanner_flash/config.yaml | 2 +- modules/network/cross_origin_scanner_flash/module.rb | 2 +- modules/network/detect_burp/command.js | 2 +- modules/network/detect_burp/config.yaml | 2 +- modules/network/detect_burp/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/get_http_servers/command.js | 2 +- modules/network/get_http_servers/config.yaml | 2 +- modules/network/get_http_servers/module.rb | 2 +- modules/network/get_ntop_network_hosts/command.js | 2 +- modules/network/get_ntop_network_hosts/config.yaml | 2 +- modules/network/get_ntop_network_hosts/module.rb | 2 +- modules/network/get_proxy_servers_wpad/command.js | 2 +- modules/network/get_proxy_servers_wpad/config.yaml | 2 +- modules/network/get_proxy_servers_wpad/module.rb | 2 +- modules/network/identify_lan_subnets/command.js | 2 +- modules/network/identify_lan_subnets/config.yaml | 2 +- modules/network/identify_lan_subnets/module.rb | 2 +- modules/network/internal_network_fingerprinting/command.js | 2 +- modules/network/internal_network_fingerprinting/config.yaml | 2 +- modules/network/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 +- modules/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 +- modules/persistence/confirm_close_tab/command.js | 2 +- modules/persistence/confirm_close_tab/config.yaml | 2 +- modules/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 +- modules/persistence/invisible_htmlfile_activex/command.js | 2 +- modules/persistence/invisible_htmlfile_activex/config.yaml | 2 +- modules/persistence/invisible_htmlfile_activex/module.rb | 2 +- modules/persistence/jsonp_service_worker/command.js | 2 +- modules/persistence/jsonp_service_worker/config.yaml | 2 +- modules/persistence/man_in_the_browser/command.js | 2 +- modules/persistence/man_in_the_browser/config.yaml | 2 +- modules/persistence/man_in_the_browser/module.rb | 2 +- modules/persistence/popunder_window/command.js | 2 +- modules/persistence/popunder_window/config.yaml | 2 +- modules/persistence/popunder_window/module.rb | 2 +- modules/persistence/popunder_window_ie/command.js | 2 +- modules/persistence/popunder_window_ie/config.yaml | 2 +- modules/persistence/popunder_window_ie/module.rb | 2 +- modules/phonegap/phonegap_alert_user/command.js | 2 +- modules/phonegap/phonegap_alert_user/config.yaml | 2 +- modules/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 +- modules/phonegap/phonegap_check_connection/command.js | 2 +- modules/phonegap/phonegap_check_connection/config.yaml | 2 +- modules/phonegap/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 +- modules/phonegap/phonegap_file_upload/command.js | 2 +- modules/phonegap/phonegap_file_upload/config.yaml | 2 +- modules/phonegap/phonegap_file_upload/module.rb | 2 +- modules/phonegap/phonegap_geo_locate/command.js | 2 +- modules/phonegap/phonegap_geo_locate/config.yaml | 2 +- modules/phonegap/phonegap_geo_locate/module.rb | 2 +- modules/phonegap/phonegap_globalization_status/command.js | 2 +- modules/phonegap/phonegap_globalization_status/config.yaml | 2 +- modules/phonegap/phonegap_globalization_status/module.rb | 2 +- modules/phonegap/phonegap_keychain/command.js | 2 +- modules/phonegap/phonegap_keychain/config.yaml | 2 +- modules/phonegap/phonegap_keychain/module.rb | 2 +- modules/phonegap/phonegap_list_contacts/command.js | 2 +- modules/phonegap/phonegap_list_contacts/config.yaml | 2 +- modules/phonegap/phonegap_list_contacts/module.rb | 2 +- modules/phonegap/phonegap_list_files/command.js | 2 +- modules/phonegap/phonegap_list_files/config.yaml | 2 +- modules/phonegap/phonegap_list_files/module.rb | 2 +- modules/phonegap/phonegap_persist_resume/command.js | 2 +- modules/phonegap/phonegap_persist_resume/config.yaml | 2 +- modules/phonegap/phonegap_persist_resume/module.rb | 2 +- modules/phonegap/phonegap_persistence/command.js | 2 +- modules/phonegap/phonegap_persistence/config.yaml | 2 +- modules/phonegap/phonegap_persistence/module.rb | 2 +- modules/phonegap/phonegap_plugin_detection/command.js | 2 +- modules/phonegap/phonegap_plugin_detection/config.yaml | 2 +- modules/phonegap/phonegap_plugin_detection/module.rb | 2 +- modules/phonegap/phonegap_prompt_user/command.js | 2 +- modules/phonegap/phonegap_prompt_user/config.yaml | 2 +- modules/phonegap/phonegap_prompt_user/module.rb | 2 +- modules/phonegap/phonegap_start_record_audio/command.js | 2 +- modules/phonegap/phonegap_start_record_audio/config.yaml | 2 +- modules/phonegap/phonegap_start_record_audio/module.rb | 2 +- modules/phonegap/phonegap_stop_record_audio/command.js | 2 +- modules/phonegap/phonegap_stop_record_audio/config.yaml | 2 +- modules/phonegap/phonegap_stop_record_audio/module.rb | 2 +- modules/social_engineering/autocomplete_theft/command.js | 2 +- modules/social_engineering/autocomplete_theft/config.yaml | 2 +- modules/social_engineering/autocomplete_theft/module.rb | 2 +- modules/social_engineering/clickjacking/command.js | 2 +- modules/social_engineering/clickjacking/config.yaml | 2 +- modules/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 +- modules/social_engineering/fake_evernote_clipper/command.js | 2 +- .../social_engineering/fake_evernote_clipper/config.yaml | 2 +- modules/social_engineering/fake_evernote_clipper/module.rb | 2 +- modules/social_engineering/fake_flash_update/command.js | 2 +- modules/social_engineering/fake_flash_update/config.yaml | 2 +- modules/social_engineering/fake_flash_update/module.rb | 2 +- modules/social_engineering/fake_lastpass/command.js | 2 +- modules/social_engineering/fake_lastpass/config.yaml | 2 +- modules/social_engineering/fake_lastpass/module.rb | 2 +- modules/social_engineering/fake_notification/command.js | 2 +- modules/social_engineering/fake_notification/config.yaml | 2 +- modules/social_engineering/fake_notification/module.rb | 2 +- modules/social_engineering/fake_notification_c/command.js | 2 +- modules/social_engineering/fake_notification_c/config.yaml | 2 +- modules/social_engineering/fake_notification_c/module.rb | 2 +- modules/social_engineering/fake_notification_ff/command.js | 2 +- modules/social_engineering/fake_notification_ff/config.yaml | 2 +- modules/social_engineering/fake_notification_ff/module.rb | 2 +- modules/social_engineering/fake_notification_ie/command.js | 2 +- modules/social_engineering/fake_notification_ie/config.yaml | 2 +- modules/social_engineering/fake_notification_ie/module.rb | 2 +- .../firefox_extension_bindshell/command.js | 2 +- .../firefox_extension_bindshell/config.yaml | 2 +- .../firefox_extension_bindshell/module.rb | 2 +- .../social_engineering/firefox_extension_dropper/command.js | 2 +- .../firefox_extension_dropper/config.yaml | 2 +- .../social_engineering/firefox_extension_dropper/module.rb | 2 +- .../firefox_extension_reverse_shell/command.js | 2 +- .../firefox_extension_reverse_shell/config.yaml | 2 +- .../firefox_extension_reverse_shell/module.rb | 2 +- modules/social_engineering/gmail_phishing/command.js | 2 +- modules/social_engineering/gmail_phishing/config.yaml | 2 +- modules/social_engineering/gmail_phishing/module.rb | 2 +- modules/social_engineering/hta_powershell/command.js | 2 +- modules/social_engineering/hta_powershell/config.yaml | 2 +- modules/social_engineering/hta_powershell/module.rb | 2 +- modules/social_engineering/lcamtuf_download/command.js | 2 +- modules/social_engineering/lcamtuf_download/config.yaml | 2 +- modules/social_engineering/lcamtuf_download/module.rb | 2 +- modules/social_engineering/pretty_theft/command.js | 2 +- modules/social_engineering/pretty_theft/config.yaml | 2 +- modules/social_engineering/pretty_theft/module.rb | 2 +- .../social_engineering/replace_video_fake_plugin/command.js | 2 +- .../replace_video_fake_plugin/config.yaml | 2 +- .../social_engineering/replace_video_fake_plugin/module.rb | 2 +- modules/social_engineering/simple_hijacker/command.js | 2 +- modules/social_engineering/simple_hijacker/config.yaml | 2 +- modules/social_engineering/simple_hijacker/module.rb | 2 +- .../social_engineering/simple_hijacker/templates/amazon.js | 2 +- .../simple_hijacker/templates/chromecertbeggar.js | 2 +- .../simple_hijacker/templates/chromecertbeggar2.js | 2 +- .../simple_hijacker/templates/confirmbox.js | 2 +- .../simple_hijacker/templates/credential.js | 2 +- modules/social_engineering/sitekiosk_breakout/command.js | 2 +- modules/social_engineering/sitekiosk_breakout/config.yaml | 2 +- modules/social_engineering/sitekiosk_breakout/module.rb | 2 +- modules/social_engineering/spoof_addressbar_data/command.js | 2 +- .../social_engineering/spoof_addressbar_data/config.yaml | 2 +- modules/social_engineering/spoof_addressbar_data/module.rb | 2 +- modules/social_engineering/tabnabbing/command.js | 2 +- modules/social_engineering/tabnabbing/config.yaml | 2 +- modules/social_engineering/tabnabbing/module.rb | 2 +- modules/social_engineering/text_to_voice/command.js | 2 +- modules/social_engineering/text_to_voice/config.yaml | 2 +- modules/social_engineering/text_to_voice/module.rb | 2 +- modules/social_engineering/ui_abuse_ie/command.js | 2 +- modules/social_engineering/ui_abuse_ie/config.yaml | 2 +- modules/social_engineering/ui_abuse_ie/module.rb | 2 +- test/common/beef_test.rb | 2 +- test/common/test_constants.rb | 2 +- test/common/ts_common.rb | 2 +- test/integration/check_environment.rb | 2 +- test/integration/tc_debug_modules.rb | 2 +- test/integration/tc_dns_rest.rb | 2 +- test/integration/tc_jools.rb | 2 +- test/integration/tc_login.rb | 2 +- test/integration/tc_network_rest.rb | 2 +- test/integration/tc_proxy.rb | 2 +- test/integration/tc_social_engineering_rest.rb | 2 +- test/integration/tc_webrtc_rest.rb | 2 +- test/integration/ts_integration.rb | 2 +- test/thirdparty/msf/unit/check_environment.rb | 2 +- test/thirdparty/msf/unit/tc_metasploit.rb | 2 +- test/thirdparty/msf/unit/ts_metasploit.rb | 2 +- test/unit/core/filter/tc_base.rb | 2 +- test/unit/core/filter/tc_command.rb | 2 +- test/unit/core/main/models/tc_browserdetails.rb | 2 +- .../main/network_stack/handlers/dynamicreconstruction.rb | 2 +- test/unit/core/main/network_stack/handlers/redirector.rb | 2 +- test/unit/core/tc_api.rb | 2 +- test/unit/core/tc_autorun.rb | 2 +- test/unit/core/tc_bootstrap.rb | 2 +- test/unit/core/tc_core.rb | 2 +- test/unit/core/tc_extensions.rb | 2 +- test/unit/core/tc_loader.rb | 2 +- test/unit/core/tc_logger.rb | 2 +- test/unit/core/tc_modules.rb | 2 +- test/unit/core/tc_obfuscation.rb | 2 +- test/unit/core/tc_social_engineering.rb | 2 +- test/unit/extensions/tc_console.rb | 2 +- test/unit/extensions/tc_dns.rb | 2 +- test/unit/extensions/tc_event_logger.rb | 2 +- test/unit/extensions/tc_hooks.rb | 2 +- test/unit/extensions/tc_ipec_tunnel.rb | 2 +- test/unit/extensions/tc_network.rb | 2 +- test/unit/extensions/tc_proxy.rb | 2 +- test/unit/extensions/tc_qrcode.rb | 2 +- test/unit/extensions/tc_requester.rb | 2 +- test/unit/extensions/tc_webrtc.rb | 2 +- test/unit/extensions/tc_xssrays.rb | 2 +- test/unit/tc_filesystem.rb | 2 +- test/unit/tc_grep.rb | 2 +- test/unit/ts_unit.rb | 2 +- tools/csrf_to_beef/lib/module.rb | 6 +++--- update-beef | 2 +- 1275 files changed, 1281 insertions(+), 1281 deletions(-) diff --git a/Gemfile b/Gemfile index 3302e49d9..4bad5ca86 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # BeEF's Gemfile # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/INSTALL.txt b/INSTALL.txt index ab5ca94b4..8664d2653 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,6 +1,6 @@ =============================================================================== - Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - http://beefproject.com See the file 'doc/COPYING' for copying permission diff --git a/README.md b/README.md index 85555e5a8..9709e0cf8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ =============================================================================== - Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - http://beefproject.com See the file 'doc/COPYING' for copying permission diff --git a/Rakefile b/Rakefile index b723c1d09..000961efa 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/VERSION b/VERSION index 6d0f7990f..dac6612c6 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/beef b/beef index 7bc2be6b4..cb15e28fe 100755 --- a/beef +++ b/beef @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/config.yaml b/config.yaml index 14843747c..a586768fe 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api.rb b/core/api.rb index d631e7530..917092d44 100644 --- a/core/api.rb +++ b/core/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/extension.rb b/core/api/extension.rb index bcc208783..ba71696a4 100644 --- a/core/api/extension.rb +++ b/core/api/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/extensions.rb b/core/api/extensions.rb index 6bbe6c81c..217f3af51 100644 --- a/core/api/extensions.rb +++ b/core/api/extensions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/main/configuration.rb b/core/api/main/configuration.rb index cd1bfc1e2..3fd1f8dca 100644 --- a/core/api/main/configuration.rb +++ b/core/api/main/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/main/migration.rb b/core/api/main/migration.rb index 437b42828..0add32fb1 100644 --- a/core/api/main/migration.rb +++ b/core/api/main/migration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/main/network_stack/assethandler.rb b/core/api/main/network_stack/assethandler.rb index c67a6127f..4f6da48bf 100644 --- a/core/api/main/network_stack/assethandler.rb +++ b/core/api/main/network_stack/assethandler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/main/server.rb b/core/api/main/server.rb index 235649ddf..e60bf817d 100644 --- a/core/api/main/server.rb +++ b/core/api/main/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/main/server/hook.rb b/core/api/main/server/hook.rb index 9c0c8420a..983dfcf95 100644 --- a/core/api/main/server/hook.rb +++ b/core/api/main/server/hook.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/module.rb b/core/api/module.rb index 1ed35dc11..f1d6c1239 100644 --- a/core/api/module.rb +++ b/core/api/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/api/modules.rb b/core/api/modules.rb index a8a04a2b2..0c1f9c570 100644 --- a/core/api/modules.rb +++ b/core/api/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/bootstrap.rb b/core/bootstrap.rb index ba0593954..b5df5bbec 100644 --- a/core/bootstrap.rb +++ b/core/bootstrap.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/core.rb b/core/core.rb index 870779365..70b26c936 100644 --- a/core/core.rb +++ b/core/core.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/extension.rb b/core/extension.rb index 7f9c5b98d..0e402bd84 100644 --- a/core/extension.rb +++ b/core/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/extensions.rb b/core/extensions.rb index f2cbe76b6..a7e2fabeb 100644 --- a/core/extensions.rb +++ b/core/extensions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters.rb b/core/filters.rb index 09cab4a57..34f4d3e23 100644 --- a/core/filters.rb +++ b/core/filters.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/base.rb b/core/filters/base.rb index 0b89222dd..e7a46d1bc 100644 --- a/core/filters/base.rb +++ b/core/filters/base.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/browser.rb b/core/filters/browser.rb index 44c7b6aaf..ec3926c95 100644 --- a/core/filters/browser.rb +++ b/core/filters/browser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/command.rb b/core/filters/command.rb index 40d05c2a5..f8dd8ca6d 100644 --- a/core/filters/command.rb +++ b/core/filters/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/http.rb b/core/filters/http.rb index 96117d66e..bdf96cd4b 100644 --- a/core/filters/http.rb +++ b/core/filters/http.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/filters/page.rb b/core/filters/page.rb index e6c15ab98..d824cfd31 100644 --- a/core/filters/page.rb +++ b/core/filters/page.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/hbmanager.rb b/core/hbmanager.rb index 8896b11be..21f45c3ad 100644 --- a/core/hbmanager.rb +++ b/core/hbmanager.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/loader.rb b/core/loader.rb index 73cc5c516..cb05df993 100644 --- a/core/loader.rb +++ b/core/loader.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/autorun_engine/engine.rb b/core/main/autorun_engine/engine.rb index 30be1d5be..5ae992afc 100644 --- a/core/main/autorun_engine/engine.rb +++ b/core/main/autorun_engine/engine.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/autorun_engine/models/execution.rb b/core/main/autorun_engine/models/execution.rb index 85ce8404c..cc22c709f 100644 --- a/core/main/autorun_engine/models/execution.rb +++ b/core/main/autorun_engine/models/execution.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/autorun_engine/models/rule.rb b/core/main/autorun_engine/models/rule.rb index 6904238c7..56a5df925 100644 --- a/core/main/autorun_engine/models/rule.rb +++ b/core/main/autorun_engine/models/rule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/autorun_engine/parser.rb b/core/main/autorun_engine/parser.rb index f18f60576..27faa444b 100644 --- a/core/main/autorun_engine/parser.rb +++ b/core/main/autorun_engine/parser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/autorun_engine/rule_loader.rb b/core/main/autorun_engine/rule_loader.rb index 2372d0686..8d9904ce2 100644 --- a/core/main/autorun_engine/rule_loader.rb +++ b/core/main/autorun_engine/rule_loader.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/client/are.js b/core/main/client/are.js index 9abb017d9..a3ee9f545 100644 --- a/core/main/client/are.js +++ b/core/main/client/are.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/beef.js b/core/main/client/beef.js index 04a303393..9216913ef 100644 --- a/core/main/client/beef.js +++ b/core/main/client/beef.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/browser.js b/core/main/client/browser.js index 60ee7c865..b7d2b69e9 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/browser/cookie.js b/core/main/client/browser/cookie.js index e0477936b..f9126f4ac 100644 --- a/core/main/client/browser/cookie.js +++ b/core/main/client/browser/cookie.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/browser/popup.js b/core/main/client/browser/popup.js index 1229f85a3..8c4dad760 100644 --- a/core/main/client/browser/popup.js +++ b/core/main/client/browser/popup.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/dom.js b/core/main/client/dom.js index 487e39c7c..18d7edff1 100644 --- a/core/main/client/dom.js +++ b/core/main/client/dom.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/encode/base64.js b/core/main/client/encode/base64.js index b61ac825a..2725ea884 100644 --- a/core/main/client/encode/base64.js +++ b/core/main/client/encode/base64.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/encode/json.js b/core/main/client/encode/json.js index 62876dcd0..6fa2d124e 100644 --- a/core/main/client/encode/json.js +++ b/core/main/client/encode/json.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/geolocation.js b/core/main/client/geolocation.js index 1652155a0..fd3c69693 100644 --- a/core/main/client/geolocation.js +++ b/core/main/client/geolocation.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/hardware.js b/core/main/client/hardware.js index 8a96e7f69..b234b4418 100644 --- a/core/main/client/hardware.js +++ b/core/main/client/hardware.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/init.js b/core/main/client/init.js index 064d98eed..cad61e92d 100644 --- a/core/main/client/init.js +++ b/core/main/client/init.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/lib/evercookie.js b/core/main/client/lib/evercookie.js index a8d44eb34..1b92dbd59 100644 --- a/core/main/client/lib/evercookie.js +++ b/core/main/client/lib/evercookie.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/logger.js b/core/main/client/logger.js index 68afa597b..633afbf6c 100644 --- a/core/main/client/logger.js +++ b/core/main/client/logger.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/mitb.js b/core/main/client/mitb.js index c5cdd70f3..9fa44723e 100644 --- a/core/main/client/mitb.js +++ b/core/main/client/mitb.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/net.js b/core/main/client/net.js index 00b92a4fb..129e23eb3 100644 --- a/core/main/client/net.js +++ b/core/main/client/net.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/net/connection.js b/core/main/client/net/connection.js index ec5ab7e96..6ede47a49 100644 --- a/core/main/client/net/connection.js +++ b/core/main/client/net/connection.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/net/dns.js b/core/main/client/net/dns.js index 238902947..411fe5688 100644 --- a/core/main/client/net/dns.js +++ b/core/main/client/net/dns.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/net/local.js b/core/main/client/net/local.js index 8c76dacae..a61525b3b 100644 --- a/core/main/client/net/local.js +++ b/core/main/client/net/local.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/net/portscanner.js b/core/main/client/net/portscanner.js index 447ef3fed..767274ed9 100644 --- a/core/main/client/net/portscanner.js +++ b/core/main/client/net/portscanner.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/net/requester.js b/core/main/client/net/requester.js index 84c40ec16..00a155ffd 100644 --- a/core/main/client/net/requester.js +++ b/core/main/client/net/requester.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/os.js b/core/main/client/os.js index f7677c5c3..52ced7e6d 100644 --- a/core/main/client/os.js +++ b/core/main/client/os.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/session.js b/core/main/client/session.js index 211771d8a..c5b1ea326 100644 --- a/core/main/client/session.js +++ b/core/main/client/session.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/timeout.js b/core/main/client/timeout.js index b82174c9d..21b444815 100644 --- a/core/main/client/timeout.js +++ b/core/main/client/timeout.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/updater.js b/core/main/client/updater.js index 4227dfe4b..d9c2982bc 100644 --- a/core/main/client/updater.js +++ b/core/main/client/updater.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/webrtc.js b/core/main/client/webrtc.js index 0bae71cdb..b4b618307 100644 --- a/core/main/client/webrtc.js +++ b/core/main/client/webrtc.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/client/websocket.js b/core/main/client/websocket.js index 7d083b50d..6077d0167 100644 --- a/core/main/client/websocket.js +++ b/core/main/client/websocket.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/core/main/command.rb b/core/main/command.rb index 0faa30bc0..116da56f1 100644 --- a/core/main/command.rb +++ b/core/main/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/configuration.rb b/core/main/configuration.rb index 48611e1e7..61014759b 100644 --- a/core/main/configuration.rb +++ b/core/main/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/console/banners.rb b/core/main/console/banners.rb index 041d25eae..e1bfe40c6 100644 --- a/core/main/console/banners.rb +++ b/core/main/console/banners.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/console/commandline.rb b/core/main/console/commandline.rb index 880ce37d3..53bb43308 100644 --- a/core/main/console/commandline.rb +++ b/core/main/console/commandline.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/constants/browsers.rb b/core/main/constants/browsers.rb index 2cdffa01f..2ea704e05 100644 --- a/core/main/constants/browsers.rb +++ b/core/main/constants/browsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/constants/commandmodule.rb b/core/main/constants/commandmodule.rb index 5fd8a0c36..887d96755 100644 --- a/core/main/constants/commandmodule.rb +++ b/core/main/constants/commandmodule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/constants/distributedengine.rb b/core/main/constants/distributedengine.rb index b6efe09b5..d02c3fa02 100644 --- a/core/main/constants/distributedengine.rb +++ b/core/main/constants/distributedengine.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/constants/hardware.rb b/core/main/constants/hardware.rb index 15091724f..2f337ef42 100644 --- a/core/main/constants/hardware.rb +++ b/core/main/constants/hardware.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/constants/os.rb b/core/main/constants/os.rb index 273094bca..15a9752ab 100644 --- a/core/main/constants/os.rb +++ b/core/main/constants/os.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/crypto.rb b/core/main/crypto.rb index 82993e202..35e7d9303 100644 --- a/core/main/crypto.rb +++ b/core/main/crypto.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/distributed_engine/models/rules.rb b/core/main/distributed_engine/models/rules.rb index 4774b7709..1d720fdf6 100644 --- a/core/main/distributed_engine/models/rules.rb +++ b/core/main/distributed_engine/models/rules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/handlers/browserdetails.rb b/core/main/handlers/browserdetails.rb index 45fc23804..fe5fe8acf 100644 --- a/core/main/handlers/browserdetails.rb +++ b/core/main/handlers/browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/handlers/commands.rb b/core/main/handlers/commands.rb index b99fd5f58..c65986fd6 100644 --- a/core/main/handlers/commands.rb +++ b/core/main/handlers/commands.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/handlers/hookedbrowsers.rb b/core/main/handlers/hookedbrowsers.rb index 2d97d7555..873c02305 100644 --- a/core/main/handlers/hookedbrowsers.rb +++ b/core/main/handlers/hookedbrowsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/handlers/modules/beefjs.rb b/core/main/handlers/modules/beefjs.rb index 92abe7277..90cc95bf5 100644 --- a/core/main/handlers/modules/beefjs.rb +++ b/core/main/handlers/modules/beefjs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/handlers/modules/command.rb b/core/main/handlers/modules/command.rb index 04c65c3d9..48e873887 100644 --- a/core/main/handlers/modules/command.rb +++ b/core/main/handlers/modules/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # @@ -53,7 +53,7 @@ module BeEF if config.get("beef.http.websocket.enable") && ws.getsocket(hooked_browser.session) #content = command_module.output.gsub('// #// - #// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + #// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net #// Browser Exploitation Framework (BeEF) - http://beefproject.com #// See the file 'doc/COPYING' for copying permission #// diff --git a/core/main/logger.rb b/core/main/logger.rb index 996cab299..b907d73d4 100644 --- a/core/main/logger.rb +++ b/core/main/logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/migration.rb b/core/main/migration.rb index a60f7ca6b..589f52743 100644 --- a/core/main/migration.rb +++ b/core/main/migration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/browserdetails.rb b/core/main/models/browserdetails.rb index 3209d90a7..4ed6e6919 100644 --- a/core/main/models/browserdetails.rb +++ b/core/main/models/browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/command.rb b/core/main/models/command.rb index 68ad5f3df..360c37559 100644 --- a/core/main/models/command.rb +++ b/core/main/models/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/commandmodule.rb b/core/main/models/commandmodule.rb index e6f073cc7..0df984812 100644 --- a/core/main/models/commandmodule.rb +++ b/core/main/models/commandmodule.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/hookedbrowser.rb b/core/main/models/hookedbrowser.rb index 6b64a234f..2c48461a1 100644 --- a/core/main/models/hookedbrowser.rb +++ b/core/main/models/hookedbrowser.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/log.rb b/core/main/models/log.rb index 70c6f111d..0dd9efbae 100644 --- a/core/main/models/log.rb +++ b/core/main/models/log.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/optioncache.rb b/core/main/models/optioncache.rb index 5f673c76b..08ed3676b 100644 --- a/core/main/models/optioncache.rb +++ b/core/main/models/optioncache.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/result.rb b/core/main/models/result.rb index 961ebd1e9..f4f29486f 100644 --- a/core/main/models/result.rb +++ b/core/main/models/result.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/models/user.rb b/core/main/models/user.rb index 62f6dd50f..746de0390 100644 --- a/core/main/models/user.rb +++ b/core/main/models/user.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/network_stack/api.rb b/core/main/network_stack/api.rb index 9017c18e8..fea822db3 100644 --- a/core/main/network_stack/api.rb +++ b/core/main/network_stack/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/network_stack/assethandler.rb b/core/main/network_stack/assethandler.rb index 3dc144951..9947cd974 100644 --- a/core/main/network_stack/assethandler.rb +++ b/core/main/network_stack/assethandler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/network_stack/handlers/dynamicreconstruction.rb b/core/main/network_stack/handlers/dynamicreconstruction.rb index b9f80b887..70d5fbcb3 100644 --- a/core/main/network_stack/handlers/dynamicreconstruction.rb +++ b/core/main/network_stack/handlers/dynamicreconstruction.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/network_stack/handlers/raw.rb b/core/main/network_stack/handlers/raw.rb index e6ad29ab2..ab377e119 100644 --- a/core/main/network_stack/handlers/raw.rb +++ b/core/main/network_stack/handlers/raw.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/network_stack/handlers/redirector.rb b/core/main/network_stack/handlers/redirector.rb index 1c0f56745..b3b472efe 100644 --- a/core/main/network_stack/handlers/redirector.rb +++ b/core/main/network_stack/handlers/redirector.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/network_stack/websocket/websocket.rb b/core/main/network_stack/websocket/websocket.rb index bb42fe773..9f457b9d3 100644 --- a/core/main/network_stack/websocket/websocket.rb +++ b/core/main/network_stack/websocket/websocket.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/api.rb b/core/main/rest/api.rb index 24f9af12a..fb1646d41 100644 --- a/core/main/rest/api.rb +++ b/core/main/rest/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/handlers/admin.rb b/core/main/rest/handlers/admin.rb index e84e8793e..7a6dded43 100644 --- a/core/main/rest/handlers/admin.rb +++ b/core/main/rest/handlers/admin.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/handlers/autorun_engine.rb b/core/main/rest/handlers/autorun_engine.rb index 799c5f515..b181fe997 100644 --- a/core/main/rest/handlers/autorun_engine.rb +++ b/core/main/rest/handlers/autorun_engine.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/handlers/categories.rb b/core/main/rest/handlers/categories.rb index b60d8a77c..12dfc0b27 100644 --- a/core/main/rest/handlers/categories.rb +++ b/core/main/rest/handlers/categories.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/handlers/hookedbrowsers.rb b/core/main/rest/handlers/hookedbrowsers.rb index 6e0d68a69..9654a0a9f 100644 --- a/core/main/rest/handlers/hookedbrowsers.rb +++ b/core/main/rest/handlers/hookedbrowsers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/handlers/logs.rb b/core/main/rest/handlers/logs.rb index f59a2cc34..d489cce36 100644 --- a/core/main/rest/handlers/logs.rb +++ b/core/main/rest/handlers/logs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/handlers/modules.rb b/core/main/rest/handlers/modules.rb index 1486eb7e2..d5d2f8a93 100644 --- a/core/main/rest/handlers/modules.rb +++ b/core/main/rest/handlers/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/rest/handlers/server.rb b/core/main/rest/handlers/server.rb index 646db4515..63324b674 100644 --- a/core/main/rest/handlers/server.rb +++ b/core/main/rest/handlers/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/router/api.rb b/core/main/router/api.rb index 810f9a7a3..ccfc0b4ed 100644 --- a/core/main/router/api.rb +++ b/core/main/router/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/router/router.rb b/core/main/router/router.rb index bb1c38d1f..2c92dfecb 100644 --- a/core/main/router/router.rb +++ b/core/main/router/router.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/main/server.rb b/core/main/server.rb index be7fa6f1b..13faf402e 100644 --- a/core/main/server.rb +++ b/core/main/server.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/module.rb b/core/module.rb index 07cb9d26d..5ad904a0b 100644 --- a/core/module.rb +++ b/core/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/modules.rb b/core/modules.rb index 6fff47aaa..4994a121f 100644 --- a/core/modules.rb +++ b/core/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby.rb b/core/ruby.rb index ad34c1c97..8450e3da5 100644 --- a/core/ruby.rb +++ b/core/ruby.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/hash.rb b/core/ruby/hash.rb index dc843e1ea..f6894ed81 100644 --- a/core/ruby/hash.rb +++ b/core/ruby/hash.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/module.rb b/core/ruby/module.rb index afbd1d10d..28d191ecc 100644 --- a/core/ruby/module.rb +++ b/core/ruby/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/object.rb b/core/ruby/object.rb index 21142551b..21c027cdd 100644 --- a/core/ruby/object.rb +++ b/core/ruby/object.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/patches/dm-do-adapter/adapter.rb b/core/ruby/patches/dm-do-adapter/adapter.rb index e6a781253..2209b0d09 100644 --- a/core/ruby/patches/dm-do-adapter/adapter.rb +++ b/core/ruby/patches/dm-do-adapter/adapter.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/print.rb b/core/ruby/print.rb index 743c4a19d..2582f72a2 100644 --- a/core/ruby/print.rb +++ b/core/ruby/print.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/security.rb b/core/ruby/security.rb index 8073486bd..db4e65977 100644 --- a/core/ruby/security.rb +++ b/core/ruby/security.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/ruby/string.rb b/core/ruby/string.rb index 0581c6d07..fb1e6d52e 100644 --- a/core/ruby/string.rb +++ b/core/ruby/string.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/core/settings.rb b/core/settings.rb index f390f31ef..3db52e5f1 100644 --- a/core/settings.rb +++ b/core/settings.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/doc/COPYING b/doc/COPYING index 3513f8768..0c118de02 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-2018 Wade Alcorn. +BeEF (Browser Exploitation Framework) is (C) 2006-2019 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 c45c368ec..3bf817cfc 100644 --- a/doc/boilerplate +++ b/doc/boilerplate @@ -1,3 +1,3 @@ -Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - http://beefproject.com See the file 'doc/COPYING' for copying permission \ No newline at end of file diff --git a/extensions/admin_ui/api/command.rb b/extensions/admin_ui/api/command.rb index ee7d30ef9..4b6926a4f 100644 --- a/extensions/admin_ui/api/command.rb +++ b/extensions/admin_ui/api/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/api/handler.rb b/extensions/admin_ui/api/handler.rb index b72b06b1c..341b50f4f 100644 --- a/extensions/admin_ui/api/handler.rb +++ b/extensions/admin_ui/api/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/classes/httpcontroller.rb b/extensions/admin_ui/classes/httpcontroller.rb index 43af20041..712300883 100644 --- a/extensions/admin_ui/classes/httpcontroller.rb +++ b/extensions/admin_ui/classes/httpcontroller.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/classes/session.rb b/extensions/admin_ui/classes/session.rb index 10db13b09..9ebbee06d 100644 --- a/extensions/admin_ui/classes/session.rb +++ b/extensions/admin_ui/classes/session.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/config.yaml b/extensions/admin_ui/config.yaml index 3e0776f6f..ce803a895 100644 --- a/extensions/admin_ui/config.yaml +++ b/extensions/admin_ui/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/constants/agents.rb b/extensions/admin_ui/constants/agents.rb index 839d63433..4f74a5afd 100644 --- a/extensions/admin_ui/constants/agents.rb +++ b/extensions/admin_ui/constants/agents.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/constants/icons.rb b/extensions/admin_ui/constants/icons.rb index e5cec108e..2b065309d 100644 --- a/extensions/admin_ui/constants/icons.rb +++ b/extensions/admin_ui/constants/icons.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/controllers/authentication/authentication.rb b/extensions/admin_ui/controllers/authentication/authentication.rb index 1f8e8b3d6..573456dff 100644 --- a/extensions/admin_ui/controllers/authentication/authentication.rb +++ b/extensions/admin_ui/controllers/authentication/authentication.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/controllers/authentication/index.html b/extensions/admin_ui/controllers/authentication/index.html index 325e319c9..d0ba86188 100644 --- a/extensions/admin_ui/controllers/authentication/index.html +++ b/extensions/admin_ui/controllers/authentication/index.html @@ -1,5 +1,5 @@ diff --git a/extensions/admin_ui/controllers/logs/logs.rb b/extensions/admin_ui/controllers/logs/logs.rb index 7d4a4f812..604a94c2f 100644 --- a/extensions/admin_ui/controllers/logs/logs.rb +++ b/extensions/admin_ui/controllers/logs/logs.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/controllers/modules/modules.rb b/extensions/admin_ui/controllers/modules/modules.rb index 5aafaaf30..ea5ffe925 100644 --- a/extensions/admin_ui/controllers/modules/modules.rb +++ b/extensions/admin_ui/controllers/modules/modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/controllers/panel/index.html b/extensions/admin_ui/controllers/panel/index.html index 81d31c4e5..1d7b8baa6 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 73f339371..ab38a0467 100644 --- a/extensions/admin_ui/controllers/panel/panel.rb +++ b/extensions/admin_ui/controllers/panel/panel.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/extension.rb b/extensions/admin_ui/extension.rb index f30b1b76d..7271e2a1c 100644 --- a/extensions/admin_ui/extension.rb +++ b/extensions/admin_ui/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/handlers/ui.rb b/extensions/admin_ui/handlers/ui.rb index 9c445fd40..1a617d5f5 100644 --- a/extensions/admin_ui/handlers/ui.rb +++ b/extensions/admin_ui/handlers/ui.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/admin_ui/media/css/base.css b/extensions/admin_ui/media/css/base.css index 60e4e0099..114fdef37 100644 --- a/extensions/admin_ui/media/css/base.css +++ b/extensions/admin_ui/media/css/base.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/admin_ui/media/css/ext-all.css b/extensions/admin_ui/media/css/ext-all.css index 592bfd99e..f252cc248 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/admin_ui/media/css/wterm.css b/extensions/admin_ui/media/css/wterm.css index 5fbb23395..4eb0382e8 100644 --- a/extensions/admin_ui/media/css/wterm.css +++ b/extensions/admin_ui/media/css/wterm.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/admin_ui/media/javascript/esapi/Class.create.js b/extensions/admin_ui/media/javascript/esapi/Class.create.js index fcf4abcd4..f35c2267e 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/admin_ui/media/javascript/ui/authentication.js b/extensions/admin_ui/media/javascript/ui/authentication.js index 9bc2076e6..fe60e23cc 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/common/beef_common.js b/extensions/admin_ui/media/javascript/ui/common/beef_common.js index 8d9b9102f..95c598b7d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js b/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js index aa15dbe04..0eaa5d435 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js +++ b/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js b/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js index f431db6ff..1fe0d1d13 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js +++ b/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/HooksTab.js b/extensions/admin_ui/media/javascript/ui/panel/HooksTab.js index 2e6a48442..5f4e84f69 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/Logout.js b/extensions/admin_ui/media/javascript/ui/panel/Logout.js index 1caacd6f0..0849a7d6c 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js b/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js index 7d96a4a97..e72578a69 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js b/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js index ab95f092f..a37ccef98 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js b/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js index 28810c768..cb15e45ee 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js index e38a2f73f..49bd165b1 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js b/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js index f72966858..c210f34b3 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js b/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js index dfa737439..6339faa1c 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js b/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js index 63eefcd32..d2a44ec2f 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/common.js b/extensions/admin_ui/media/javascript/ui/panel/common.js index 28d3ae993..300348128 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabAutorun.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabAutorun.js index b1b901f1e..3cbf237a2 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabAutorun.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabAutorun.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js index 3b80f8253..e049f9367 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js index 44cbc317b..e7c4eba0f 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabIpec.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabIpec.js index 8bd02f8f4..eac7d384f 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabIpec.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabIpec.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js index 7a77c8d54..e9511eddd 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabNetwork.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabNetwork.js index 779e3eed7..d0e6b1186 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRTC.js index 8c95fef87..56e792874 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js index a004c6a1d..51798b67d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js index b843165cd..78542ee3e 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js b/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js index d5f0354e4..317116bc9 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ux/PagingStore.js b/extensions/admin_ui/media/javascript/ux/PagingStore.js index 4002d8495..c9b24f221 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ux/StatusBar.js b/extensions/admin_ui/media/javascript/ux/StatusBar.js index 0659c74ce..8326d9946 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js b/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js index 6525ccd6b..59f580523 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/extensions/admin_ui/media/javascript/wterm/wterm.jquery.js b/extensions/admin_ui/media/javascript/wterm/wterm.jquery.js index b6f57cbe1..9d0e081c9 100644 --- a/extensions/admin_ui/media/javascript/wterm/wterm.jquery.js +++ b/extensions/admin_ui/media/javascript/wterm/wterm.jquery.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/autoloader/config.yaml b/extensions/autoloader/config.yaml index ad0de2b7f..084fc35e8 100644 --- a/extensions/autoloader/config.yaml +++ b/extensions/autoloader/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/autoloader/extension.rb b/extensions/autoloader/extension.rb index 260a2289a..0c6b36cdf 100644 --- a/extensions/autoloader/extension.rb +++ b/extensions/autoloader/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/autoloader/model.rb b/extensions/autoloader/model.rb index 3d8c65b1b..15ecb9bea 100644 --- a/extensions/autoloader/model.rb +++ b/extensions/autoloader/model.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/console/config.yaml b/extensions/console/config.yaml index 57b5b3b0e..999117e58 100644 --- a/extensions/console/config.yaml +++ b/extensions/console/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/console/extension.rb b/extensions/console/extension.rb index 8aacbb31e..a2a53083a 100644 --- a/extensions/console/extension.rb +++ b/extensions/console/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/console/lib/command_dispatcher.rb b/extensions/console/lib/command_dispatcher.rb index 3bd14ecce..f09d15296 100644 --- a/extensions/console/lib/command_dispatcher.rb +++ b/extensions/console/lib/command_dispatcher.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/console/lib/command_dispatcher/command.rb b/extensions/console/lib/command_dispatcher/command.rb index 6b996b3a1..88bd2d0d8 100644 --- a/extensions/console/lib/command_dispatcher/command.rb +++ b/extensions/console/lib/command_dispatcher/command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/console/lib/command_dispatcher/core.rb b/extensions/console/lib/command_dispatcher/core.rb index cd6cd6de4..5088ee977 100644 --- a/extensions/console/lib/command_dispatcher/core.rb +++ b/extensions/console/lib/command_dispatcher/core.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/console/lib/command_dispatcher/target.rb b/extensions/console/lib/command_dispatcher/target.rb index 0f402ca5e..86939b54e 100644 --- a/extensions/console/lib/command_dispatcher/target.rb +++ b/extensions/console/lib/command_dispatcher/target.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/console/lib/shellinterface.rb b/extensions/console/lib/shellinterface.rb index d4cfe3aab..aae048126 100644 --- a/extensions/console/lib/shellinterface.rb +++ b/extensions/console/lib/shellinterface.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/console/shell.rb b/extensions/console/shell.rb index 294a5cd31..bdc2de62a 100644 --- a/extensions/console/shell.rb +++ b/extensions/console/shell.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/customhook/api.rb b/extensions/customhook/api.rb index fea704d1c..a0200871f 100644 --- a/extensions/customhook/api.rb +++ b/extensions/customhook/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/customhook/config.yaml b/extensions/customhook/config.yaml index 25dc71b26..cc3e2a8eb 100644 --- a/extensions/customhook/config.yaml +++ b/extensions/customhook/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/customhook/extension.rb b/extensions/customhook/extension.rb index 4c32d46ef..665b6925e 100644 --- a/extensions/customhook/extension.rb +++ b/extensions/customhook/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/customhook/handler.rb b/extensions/customhook/handler.rb index 12f08f6aa..65e53d66c 100644 --- a/extensions/customhook/handler.rb +++ b/extensions/customhook/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/customhook/html/index.html b/extensions/customhook/html/index.html index b91fab6a1..223e007eb 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 cbfce63f1..d1845d808 100644 --- a/extensions/demos/api.rb +++ b/extensions/demos/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/demos/chrome_extension/index.html b/extensions/demos/chrome_extension/index.html index bf1a66f33..2e0f0c2ae 100644 --- a/extensions/demos/chrome_extension/index.html +++ b/extensions/demos/chrome_extension/index.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/chrome_extension/persistent_tab.html b/extensions/demos/chrome_extension/persistent_tab.html index 384ef960e..620f2271b 100644 --- a/extensions/demos/chrome_extension/persistent_tab.html +++ b/extensions/demos/chrome_extension/persistent_tab.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/config.yaml b/extensions/demos/config.yaml index 493f74903..36fd85271 100644 --- a/extensions/demos/config.yaml +++ b/extensions/demos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/demos/extension.rb b/extensions/demos/extension.rb index 922b1eb66..f27eda0f5 100644 --- a/extensions/demos/extension.rb +++ b/extensions/demos/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/demos/flash_update_chrome_extension/background.js b/extensions/demos/flash_update_chrome_extension/background.js index 8a4f2c4f3..7d71cff10 100644 --- a/extensions/demos/flash_update_chrome_extension/background.js +++ b/extensions/demos/flash_update_chrome_extension/background.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/demos/handler.rb b/extensions/demos/handler.rb index 387aef8ee..90049e0d6 100644 --- a/extensions/demos/handler.rb +++ b/extensions/demos/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/demos/html/basic.html b/extensions/demos/html/basic.html index e973491d9..d8e7bbdc8 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 6bfe975ca..0410b9aa5 100644 --- a/extensions/demos/html/butcher/butch.css +++ b/extensions/demos/html/butcher/butch.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/demos/html/butcher/index.html b/extensions/demos/html/butcher/index.html index f91807727..3d8aa0f3b 100644 --- a/extensions/demos/html/butcher/index.html +++ b/extensions/demos/html/butcher/index.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/html/checkJava.java b/extensions/demos/html/checkJava.java index 34d2a15b4..dcb4d5513 100755 --- a/extensions/demos/html/checkJava.java +++ b/extensions/demos/html/checkJava.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/demos/html/clickjacking/clickjack_attack.html b/extensions/demos/html/clickjacking/clickjack_attack.html index 7fac5546b..8bbaf6188 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 961cb3e7c..9f08c8009 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 12efb3990..9bfffd727 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 8475577a7..c1dfe0d83 100755 --- a/extensions/demos/html/report.html +++ b/extensions/demos/html/report.html @@ -1,5 +1,5 @@ diff --git a/extensions/demos/html/secret_page.html b/extensions/demos/html/secret_page.html index bac4faffa..415a1bd2d 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 368e1a0f0..59b3ecb9e 100644 --- a/extensions/dns/api.rb +++ b/extensions/dns/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/dns/config.yaml b/extensions/dns/config.yaml index 895290a84..9a4c905f0 100644 --- a/extensions/dns/config.yaml +++ b/extensions/dns/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/dns/dns.rb b/extensions/dns/dns.rb index 9d944ec7a..8dfe5db3e 100644 --- a/extensions/dns/dns.rb +++ b/extensions/dns/dns.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/dns/extension.rb b/extensions/dns/extension.rb index dc8ed1be7..b3f0d5e2d 100644 --- a/extensions/dns/extension.rb +++ b/extensions/dns/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/dns/logger.rb b/extensions/dns/logger.rb index b4e077cfe..7243d508e 100644 --- a/extensions/dns/logger.rb +++ b/extensions/dns/logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/dns/model.rb b/extensions/dns/model.rb index 603540ca0..9e899c008 100644 --- a/extensions/dns/model.rb +++ b/extensions/dns/model.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/dns/rest/dns.rb b/extensions/dns/rest/dns.rb index 9b1876462..80d8214a1 100644 --- a/extensions/dns/rest/dns.rb +++ b/extensions/dns/rest/dns.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/etag/api.rb b/extensions/etag/api.rb index bb13de782..877efad0d 100644 --- a/extensions/etag/api.rb +++ b/extensions/etag/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/etag/config.yaml b/extensions/etag/config.yaml index e40454d1e..1355f1663 100644 --- a/extensions/etag/config.yaml +++ b/extensions/etag/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/etag/etag.rb b/extensions/etag/etag.rb index 88702412a..a01953e85 100644 --- a/extensions/etag/etag.rb +++ b/extensions/etag/etag.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/etag/extension.rb b/extensions/etag/extension.rb index 42e7c05c7..dabfdc469 100644 --- a/extensions/etag/extension.rb +++ b/extensions/etag/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/evasion/config.yaml b/extensions/evasion/config.yaml index 034c7e3e0..a3a928c68 100644 --- a/extensions/evasion/config.yaml +++ b/extensions/evasion/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/evasion/evasion.rb b/extensions/evasion/evasion.rb index 7a69623d1..10bce1cf4 100644 --- a/extensions/evasion/evasion.rb +++ b/extensions/evasion/evasion.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/evasion/extension.rb b/extensions/evasion/extension.rb index 343d40ec9..79c4b3135 100644 --- a/extensions/evasion/extension.rb +++ b/extensions/evasion/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/evasion/helper.rb b/extensions/evasion/helper.rb index 6a09eec2d..80f00d5c7 100644 --- a/extensions/evasion/helper.rb +++ b/extensions/evasion/helper.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/evasion/obfuscation/base_64.rb b/extensions/evasion/obfuscation/base_64.rb index 77083db74..2493beebb 100644 --- a/extensions/evasion/obfuscation/base_64.rb +++ b/extensions/evasion/obfuscation/base_64.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/evasion/obfuscation/minify.rb b/extensions/evasion/obfuscation/minify.rb index e06cdddc8..63d498c3a 100644 --- a/extensions/evasion/obfuscation/minify.rb +++ b/extensions/evasion/obfuscation/minify.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/evasion/obfuscation/scramble.rb b/extensions/evasion/obfuscation/scramble.rb index db8f2fa0c..4ecbd21f6 100644 --- a/extensions/evasion/obfuscation/scramble.rb +++ b/extensions/evasion/obfuscation/scramble.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/evasion/obfuscation/whitespace.rb b/extensions/evasion/obfuscation/whitespace.rb index 02f0340f5..ff94bfad3 100644 --- a/extensions/evasion/obfuscation/whitespace.rb +++ b/extensions/evasion/obfuscation/whitespace.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/events/api.rb b/extensions/events/api.rb index 6c658b9ce..66b4358b7 100644 --- a/extensions/events/api.rb +++ b/extensions/events/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/events/config.yaml b/extensions/events/config.yaml index c26c3bf0f..c6e9f38b9 100644 --- a/extensions/events/config.yaml +++ b/extensions/events/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/events/extension.rb b/extensions/events/extension.rb index 99a64d90c..f543a4ebf 100644 --- a/extensions/events/extension.rb +++ b/extensions/events/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/events/handler.rb b/extensions/events/handler.rb index eaa9c003f..167e23f82 100644 --- a/extensions/events/handler.rb +++ b/extensions/events/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/ipec/config.yaml b/extensions/ipec/config.yaml index da3e3ebc4..801af8fd7 100644 --- a/extensions/ipec/config.yaml +++ b/extensions/ipec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/ipec/extension.rb b/extensions/ipec/extension.rb index 569bd3b54..9d37f007c 100644 --- a/extensions/ipec/extension.rb +++ b/extensions/ipec/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/ipec/files/LinkTargetFinder/chrome/content/linkTargetFinder.js b/extensions/ipec/files/LinkTargetFinder/chrome/content/linkTargetFinder.js index a47a836df..b8873a069 100644 --- a/extensions/ipec/files/LinkTargetFinder/chrome/content/linkTargetFinder.js +++ b/extensions/ipec/files/LinkTargetFinder/chrome/content/linkTargetFinder.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/ipec/files/LinkTargetFinder/defaults/preferences/prefs.js b/extensions/ipec/files/LinkTargetFinder/defaults/preferences/prefs.js index 6742eaa18..4058eaecd 100644 --- a/extensions/ipec/files/LinkTargetFinder/defaults/preferences/prefs.js +++ b/extensions/ipec/files/LinkTargetFinder/defaults/preferences/prefs.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/ipec/files/LinkTargetFinder/skin/skin.css b/extensions/ipec/files/LinkTargetFinder/skin/skin.css index 7e8354a58..dd2b66633 100644 --- a/extensions/ipec/files/LinkTargetFinder/skin/skin.css +++ b/extensions/ipec/files/LinkTargetFinder/skin/skin.css @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/extensions/ipec/junk_calculator.rb b/extensions/ipec/junk_calculator.rb index 16a1e51cd..8c0f80c49 100644 --- a/extensions/ipec/junk_calculator.rb +++ b/extensions/ipec/junk_calculator.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/ipec/models/ipec_exploits.rb b/extensions/ipec/models/ipec_exploits.rb index f6b38405a..baf725f2e 100644 --- a/extensions/ipec/models/ipec_exploits.rb +++ b/extensions/ipec/models/ipec_exploits.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/ipec/models/ipec_exploits_run.rb b/extensions/ipec/models/ipec_exploits_run.rb index c9aacd045..ce786c172 100644 --- a/extensions/ipec/models/ipec_exploits_run.rb +++ b/extensions/ipec/models/ipec_exploits_run.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/ipec/rest/ipec.rb b/extensions/ipec/rest/ipec.rb index 45c73b420..76621c052 100644 --- a/extensions/ipec/rest/ipec.rb +++ b/extensions/ipec/rest/ipec.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/metasploit/api.rb b/extensions/metasploit/api.rb index 37602a9eb..b42c3e18f 100644 --- a/extensions/metasploit/api.rb +++ b/extensions/metasploit/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/metasploit/config.yaml b/extensions/metasploit/config.yaml index a5af4345f..70c2590ca 100644 --- a/extensions/metasploit/config.yaml +++ b/extensions/metasploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/metasploit/extension.rb b/extensions/metasploit/extension.rb index 7e1bd50e4..83fe16165 100644 --- a/extensions/metasploit/extension.rb +++ b/extensions/metasploit/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/metasploit/module.rb b/extensions/metasploit/module.rb index d64326e13..c298f0184 100644 --- a/extensions/metasploit/module.rb +++ b/extensions/metasploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/metasploit/rest/msf.rb b/extensions/metasploit/rest/msf.rb index 5030ea2bc..a2438873b 100644 --- a/extensions/metasploit/rest/msf.rb +++ b/extensions/metasploit/rest/msf.rb @@ -1,6 +1,6 @@ require_relative '../../../core/main/router/router.rb' # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/metasploit/rpcclient.rb b/extensions/metasploit/rpcclient.rb index 64fb36601..154f8bd8d 100644 --- a/extensions/metasploit/rpcclient.rb +++ b/extensions/metasploit/rpcclient.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/network/api.rb b/extensions/network/api.rb index b40bb35e4..a7f6ec622 100644 --- a/extensions/network/api.rb +++ b/extensions/network/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/network/config.yaml b/extensions/network/config.yaml index 70291c959..fd016833b 100644 --- a/extensions/network/config.yaml +++ b/extensions/network/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/network/extension.rb b/extensions/network/extension.rb index 5600cc8eb..d3bafa611 100644 --- a/extensions/network/extension.rb +++ b/extensions/network/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/network/models/network_host.rb b/extensions/network/models/network_host.rb index 63c441cdd..479202eb0 100644 --- a/extensions/network/models/network_host.rb +++ b/extensions/network/models/network_host.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/network/models/network_service.rb b/extensions/network/models/network_service.rb index b0ca9beac..a9507918b 100644 --- a/extensions/network/models/network_service.rb +++ b/extensions/network/models/network_service.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/network/rest/network.rb b/extensions/network/rest/network.rb index c163f751a..9b57d36bf 100644 --- a/extensions/network/rest/network.rb +++ b/extensions/network/rest/network.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/notifications/channels/email.rb b/extensions/notifications/channels/email.rb index dec174b2a..179a96efb 100644 --- a/extensions/notifications/channels/email.rb +++ b/extensions/notifications/channels/email.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/notifications/channels/slack_workspace.rb b/extensions/notifications/channels/slack_workspace.rb index 16997becc..b705957d7 100644 --- a/extensions/notifications/channels/slack_workspace.rb +++ b/extensions/notifications/channels/slack_workspace.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/notifications/channels/tweet.rb b/extensions/notifications/channels/tweet.rb index bd1e1131c..ba225c48c 100644 --- a/extensions/notifications/channels/tweet.rb +++ b/extensions/notifications/channels/tweet.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/notifications/config.yaml b/extensions/notifications/config.yaml index a4d3229a6..107e1c81b 100644 --- a/extensions/notifications/config.yaml +++ b/extensions/notifications/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/notifications/extension.rb b/extensions/notifications/extension.rb index ab3f0f19c..c0f4a725a 100644 --- a/extensions/notifications/extension.rb +++ b/extensions/notifications/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/notifications/notifications.rb b/extensions/notifications/notifications.rb index 655725e40..30ea95872 100644 --- a/extensions/notifications/notifications.rb +++ b/extensions/notifications/notifications.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/proxy/api.rb b/extensions/proxy/api.rb index 42d3e6314..735df50b5 100644 --- a/extensions/proxy/api.rb +++ b/extensions/proxy/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/proxy/config.yaml b/extensions/proxy/config.yaml index c4e959bd8..1fc8043a8 100644 --- a/extensions/proxy/config.yaml +++ b/extensions/proxy/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/proxy/controllers/proxy.rb b/extensions/proxy/controllers/proxy.rb index 499a3a6ea..5be9fc63a 100644 --- a/extensions/proxy/controllers/proxy.rb +++ b/extensions/proxy/controllers/proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/proxy/extension.rb b/extensions/proxy/extension.rb index 229edf656..8cb6fed58 100644 --- a/extensions/proxy/extension.rb +++ b/extensions/proxy/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/proxy/proxy.rb b/extensions/proxy/proxy.rb index db947eae0..ad059d0a8 100644 --- a/extensions/proxy/proxy.rb +++ b/extensions/proxy/proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/proxy/rest/proxy.rb b/extensions/proxy/rest/proxy.rb index b6d3e15eb..a8ce836df 100644 --- a/extensions/proxy/rest/proxy.rb +++ b/extensions/proxy/rest/proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/qrcode/config.yaml b/extensions/qrcode/config.yaml index 4f64fb467..e1562c65e 100644 --- a/extensions/qrcode/config.yaml +++ b/extensions/qrcode/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/qrcode/extension.rb b/extensions/qrcode/extension.rb index 5601868bb..9aea6a56e 100644 --- a/extensions/qrcode/extension.rb +++ b/extensions/qrcode/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/qrcode/qrcode.rb b/extensions/qrcode/qrcode.rb index f70eb4f0a..68492a93c 100644 --- a/extensions/qrcode/qrcode.rb +++ b/extensions/qrcode/qrcode.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/requester/api.rb b/extensions/requester/api.rb index fac81eda6..e2be5eae3 100644 --- a/extensions/requester/api.rb +++ b/extensions/requester/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/requester/api/hook.rb b/extensions/requester/api/hook.rb index 4d94e40a7..dfb58dd40 100644 --- a/extensions/requester/api/hook.rb +++ b/extensions/requester/api/hook.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # @@ -40,7 +40,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-2018 Wade Alcorn - wade@bindshell.net + // Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file \'doc/COPYING\' for copying permission //', "") diff --git a/extensions/requester/config.yaml b/extensions/requester/config.yaml index 071fcc24d..102f5bc7c 100644 --- a/extensions/requester/config.yaml +++ b/extensions/requester/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/requester/controllers/requester.rb b/extensions/requester/controllers/requester.rb index 734955b2e..b6e2ec1b8 100644 --- a/extensions/requester/controllers/requester.rb +++ b/extensions/requester/controllers/requester.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/requester/extension.rb b/extensions/requester/extension.rb index 66e2dc288..08313e3cc 100644 --- a/extensions/requester/extension.rb +++ b/extensions/requester/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/requester/handler.rb b/extensions/requester/handler.rb index 9b07886fa..a9c51119d 100644 --- a/extensions/requester/handler.rb +++ b/extensions/requester/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/requester/models/http.rb b/extensions/requester/models/http.rb index 9270154fd..73fbf5d3a 100644 --- a/extensions/requester/models/http.rb +++ b/extensions/requester/models/http.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/requester/rest/requester.rb b/extensions/requester/rest/requester.rb index 295df8419..da85969c4 100644 --- a/extensions/requester/rest/requester.rb +++ b/extensions/requester/rest/requester.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/s2c_dns_tunnel/api.rb b/extensions/s2c_dns_tunnel/api.rb index 40c8f3b8c..1ef4127f2 100644 --- a/extensions/s2c_dns_tunnel/api.rb +++ b/extensions/s2c_dns_tunnel/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/s2c_dns_tunnel/config.yaml b/extensions/s2c_dns_tunnel/config.yaml index 73462e476..20d9360d8 100644 --- a/extensions/s2c_dns_tunnel/config.yaml +++ b/extensions/s2c_dns_tunnel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/s2c_dns_tunnel/dnsd.rb b/extensions/s2c_dns_tunnel/dnsd.rb index b4b4c8749..4711a9c55 100644 --- a/extensions/s2c_dns_tunnel/dnsd.rb +++ b/extensions/s2c_dns_tunnel/dnsd.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/s2c_dns_tunnel/extension.rb b/extensions/s2c_dns_tunnel/extension.rb index 965b1603f..24b0565f8 100644 --- a/extensions/s2c_dns_tunnel/extension.rb +++ b/extensions/s2c_dns_tunnel/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/config.yaml b/extensions/social_engineering/config.yaml index ff697128c..a912c5922 100644 --- a/extensions/social_engineering/config.yaml +++ b/extensions/social_engineering/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/extension.rb b/extensions/social_engineering/extension.rb index 5721deba7..6f2e115b7 100644 --- a/extensions/social_engineering/extension.rb +++ b/extensions/social_engineering/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/mass_mailer/mass_mailer.rb b/extensions/social_engineering/mass_mailer/mass_mailer.rb index 14875e44d..0b7d3da9f 100644 --- a/extensions/social_engineering/mass_mailer/mass_mailer.rb +++ b/extensions/social_engineering/mass_mailer/mass_mailer.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/mass_mailer/templates/default/mail.html b/extensions/social_engineering/mass_mailer/templates/default/mail.html index 0f3d14024..a1214d2d2 100644 --- a/extensions/social_engineering/mass_mailer/templates/default/mail.html +++ b/extensions/social_engineering/mass_mailer/templates/default/mail.html @@ -1,5 +1,5 @@ diff --git a/extensions/social_engineering/mass_mailer/templates/edfenergy/mail.html b/extensions/social_engineering/mass_mailer/templates/edfenergy/mail.html index 5a3252f1e..9fc9d035f 100644 --- a/extensions/social_engineering/mass_mailer/templates/edfenergy/mail.html +++ b/extensions/social_engineering/mass_mailer/templates/edfenergy/mail.html @@ -1,5 +1,5 @@ diff --git a/extensions/social_engineering/models/interceptor.rb b/extensions/social_engineering/models/interceptor.rb index 508a46528..896936165 100644 --- a/extensions/social_engineering/models/interceptor.rb +++ b/extensions/social_engineering/models/interceptor.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/models/mass_mailer.rb b/extensions/social_engineering/models/mass_mailer.rb index 3ea902179..728d8a830 100644 --- a/extensions/social_engineering/models/mass_mailer.rb +++ b/extensions/social_engineering/models/mass_mailer.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/models/web_cloner.rb b/extensions/social_engineering/models/web_cloner.rb index 4e1dcdbdc..d69583655 100644 --- a/extensions/social_engineering/models/web_cloner.rb +++ b/extensions/social_engineering/models/web_cloner.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/powershell/bind_powershell.rb b/extensions/social_engineering/powershell/bind_powershell.rb index 7584e45a9..4246bcf8b 100644 --- a/extensions/social_engineering/powershell/bind_powershell.rb +++ b/extensions/social_engineering/powershell/bind_powershell.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/rest/socialengineering.rb b/extensions/social_engineering/rest/socialengineering.rb index 82ca86a83..e3388f3ad 100644 --- a/extensions/social_engineering/rest/socialengineering.rb +++ b/extensions/social_engineering/rest/socialengineering.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/web_cloner/interceptor.rb b/extensions/social_engineering/web_cloner/interceptor.rb index 3b7d19933..94750f556 100644 --- a/extensions/social_engineering/web_cloner/interceptor.rb +++ b/extensions/social_engineering/web_cloner/interceptor.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/social_engineering/web_cloner/web_cloner.rb b/extensions/social_engineering/web_cloner/web_cloner.rb index 257501843..76de9ad13 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/api.rb b/extensions/webrtc/api.rb index 896ce407a..80f6ad68a 100644 --- a/extensions/webrtc/api.rb +++ b/extensions/webrtc/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/api/hook.rb b/extensions/webrtc/api/hook.rb index f6f01b938..cbe4176b2 100644 --- a/extensions/webrtc/api/hook.rb +++ b/extensions/webrtc/api/hook.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/config.yaml b/extensions/webrtc/config.yaml index 05d9fa227..55015a03d 100644 --- a/extensions/webrtc/config.yaml +++ b/extensions/webrtc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/extension.rb b/extensions/webrtc/extension.rb index 4dd6df9a4..24b3d8f47 100644 --- a/extensions/webrtc/extension.rb +++ b/extensions/webrtc/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/handlers.rb b/extensions/webrtc/handlers.rb index 865bc5973..7d67d2bb5 100644 --- a/extensions/webrtc/handlers.rb +++ b/extensions/webrtc/handlers.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/models/rtcmanage.rb b/extensions/webrtc/models/rtcmanage.rb index 154e47864..4d4fe28a6 100644 --- a/extensions/webrtc/models/rtcmanage.rb +++ b/extensions/webrtc/models/rtcmanage.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/models/rtcmodulestatus.rb b/extensions/webrtc/models/rtcmodulestatus.rb index 0a661dc85..93b8e62f4 100644 --- a/extensions/webrtc/models/rtcmodulestatus.rb +++ b/extensions/webrtc/models/rtcmodulestatus.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/models/rtcsignal.rb b/extensions/webrtc/models/rtcsignal.rb index 9dc90c29a..34efcd914 100644 --- a/extensions/webrtc/models/rtcsignal.rb +++ b/extensions/webrtc/models/rtcsignal.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/models/rtcstatus.rb b/extensions/webrtc/models/rtcstatus.rb index 04c0c809e..5217bb36d 100644 --- a/extensions/webrtc/models/rtcstatus.rb +++ b/extensions/webrtc/models/rtcstatus.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/webrtc/rest/webrtc.rb b/extensions/webrtc/rest/webrtc.rb index 14fcb0f00..06c7b23a3 100644 --- a/extensions/webrtc/rest/webrtc.rb +++ b/extensions/webrtc/rest/webrtc.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/xssrays/api.rb b/extensions/xssrays/api.rb index 31f21a4c3..1ec1b088d 100644 --- a/extensions/xssrays/api.rb +++ b/extensions/xssrays/api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/xssrays/api/scan.rb b/extensions/xssrays/api/scan.rb index 23cf78b14..abdda2e90 100644 --- a/extensions/xssrays/api/scan.rb +++ b/extensions/xssrays/api/scan.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # @@ -47,7 +47,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-2018 Wade Alcorn - wade@bindshell.net + // Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file \'doc/COPYING\' for copying permission //', "") diff --git a/extensions/xssrays/config.yaml b/extensions/xssrays/config.yaml index 52fa9f653..b94ed6835 100644 --- a/extensions/xssrays/config.yaml +++ b/extensions/xssrays/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/xssrays/controllers/xssrays.rb b/extensions/xssrays/controllers/xssrays.rb index b9b744070..bc0c4702b 100644 --- a/extensions/xssrays/controllers/xssrays.rb +++ b/extensions/xssrays/controllers/xssrays.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/xssrays/extension.rb b/extensions/xssrays/extension.rb index 452589f6b..91d606140 100644 --- a/extensions/xssrays/extension.rb +++ b/extensions/xssrays/extension.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/xssrays/handler.rb b/extensions/xssrays/handler.rb index f842c5155..124f9eef2 100644 --- a/extensions/xssrays/handler.rb +++ b/extensions/xssrays/handler.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/xssrays/models/xssraysdetail.rb b/extensions/xssrays/models/xssraysdetail.rb index fbf5d1000..1e76173f4 100644 --- a/extensions/xssrays/models/xssraysdetail.rb +++ b/extensions/xssrays/models/xssraysdetail.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/extensions/xssrays/models/xssraysscan.rb b/extensions/xssrays/models/xssraysscan.rb index 1db55f290..4f7a8ee78 100644 --- a/extensions/xssrays/models/xssraysscan.rb +++ b/extensions/xssrays/models/xssraysscan.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/install b/install index 4749b7634..78965620a 100755 --- a/install +++ b/install @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/liveCD/BeEFLive.sh b/liveCD/BeEFLive.sh index 63255779e..f19940e23 100644 --- a/liveCD/BeEFLive.sh +++ b/liveCD/BeEFLive.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'home/beef/doc/COPYING' for copying permission # @@ -117,7 +117,7 @@ show_menu() { echo " BeEF Live CD " echo "======================================" echo "" - echo "Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net" + echo "Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net" echo "Browser Exploitation Framework (BeEF) - http://beefproject.com" echo "See the file 'home/beef/doc/COPYING' for copying permission" echo "" diff --git a/modules/browser/avant_steal_history/command.js b/modules/browser/avant_steal_history/command.js index e9e28b009..a3d147642 100644 --- a/modules/browser/avant_steal_history/command.js +++ b/modules/browser/avant_steal_history/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/avant_steal_history/config.yaml b/modules/browser/avant_steal_history/config.yaml index 67cbce80d..ffef1f2f6 100644 --- a/modules/browser/avant_steal_history/config.yaml +++ b/modules/browser/avant_steal_history/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/avant_steal_history/module.rb b/modules/browser/avant_steal_history/module.rb index b52bd5c06..f6d990cc7 100644 --- a/modules/browser/avant_steal_history/module.rb +++ b/modules/browser/avant_steal_history/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/browser_fingerprinting/command.js b/modules/browser/browser_fingerprinting/command.js index 510b0ad96..dc9865f5f 100644 --- a/modules/browser/browser_fingerprinting/command.js +++ b/modules/browser/browser_fingerprinting/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/browser_fingerprinting/config.yaml b/modules/browser/browser_fingerprinting/config.yaml index 1236109a9..576d4922e 100644 --- a/modules/browser/browser_fingerprinting/config.yaml +++ b/modules/browser/browser_fingerprinting/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/browser_fingerprinting/module.rb b/modules/browser/browser_fingerprinting/module.rb index 6e679c67e..e54ff4583 100644 --- a/modules/browser/browser_fingerprinting/module.rb +++ b/modules/browser/browser_fingerprinting/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_activex/command.js b/modules/browser/detect_activex/command.js index 580b972a7..357715769 100644 --- a/modules/browser/detect_activex/command.js +++ b/modules/browser/detect_activex/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_activex/config.yaml b/modules/browser/detect_activex/config.yaml index e9e793d35..bb65bcdc5 100644 --- a/modules/browser/detect_activex/config.yaml +++ b/modules/browser/detect_activex/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_activex/module.rb b/modules/browser/detect_activex/module.rb index 51d0ca960..919068009 100644 --- a/modules/browser/detect_activex/module.rb +++ b/modules/browser/detect_activex/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_evernote_clipper/command.js b/modules/browser/detect_evernote_clipper/command.js index 22ffa09de..1f8c4bf12 100644 --- a/modules/browser/detect_evernote_clipper/command.js +++ b/modules/browser/detect_evernote_clipper/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_evernote_clipper/config.yaml b/modules/browser/detect_evernote_clipper/config.yaml index 02bc53636..1bdb79167 100644 --- a/modules/browser/detect_evernote_clipper/config.yaml +++ b/modules/browser/detect_evernote_clipper/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_evernote_clipper/module.rb b/modules/browser/detect_evernote_clipper/module.rb index 429023344..b278369ba 100644 --- a/modules/browser/detect_evernote_clipper/module.rb +++ b/modules/browser/detect_evernote_clipper/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_extensions/command.js b/modules/browser/detect_extensions/command.js index 17cb3742b..10d886593 100644 --- a/modules/browser/detect_extensions/command.js +++ b/modules/browser/detect_extensions/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_extensions/config.yaml b/modules/browser/detect_extensions/config.yaml index a1a674e70..3b4faab0f 100644 --- a/modules/browser/detect_extensions/config.yaml +++ b/modules/browser/detect_extensions/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_extensions/module.rb b/modules/browser/detect_extensions/module.rb index 7f3edd4bd..2b29a6c86 100644 --- a/modules/browser/detect_extensions/module.rb +++ b/modules/browser/detect_extensions/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_firebug/command.js b/modules/browser/detect_firebug/command.js index a44a63022..e0c58405a 100644 --- a/modules/browser/detect_firebug/command.js +++ b/modules/browser/detect_firebug/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_firebug/config.yaml b/modules/browser/detect_firebug/config.yaml index 62efe382a..080966347 100644 --- a/modules/browser/detect_firebug/config.yaml +++ b/modules/browser/detect_firebug/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_firebug/module.rb b/modules/browser/detect_firebug/module.rb index 021960765..eb7502566 100644 --- a/modules/browser/detect_firebug/module.rb +++ b/modules/browser/detect_firebug/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_foxit/command.js b/modules/browser/detect_foxit/command.js index d7d8712a6..b1c0c2ecc 100644 --- a/modules/browser/detect_foxit/command.js +++ b/modules/browser/detect_foxit/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_foxit/config.yaml b/modules/browser/detect_foxit/config.yaml index 35f4f81a9..8e96d9b5f 100644 --- a/modules/browser/detect_foxit/config.yaml +++ b/modules/browser/detect_foxit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_foxit/module.rb b/modules/browser/detect_foxit/module.rb index 3728b30ca..6d4ce04d1 100644 --- a/modules/browser/detect_foxit/module.rb +++ b/modules/browser/detect_foxit/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_lastpass/command.js b/modules/browser/detect_lastpass/command.js index 42513215b..2c1030427 100644 --- a/modules/browser/detect_lastpass/command.js +++ b/modules/browser/detect_lastpass/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_lastpass/config.yaml b/modules/browser/detect_lastpass/config.yaml index 0c4cf9add..851c9536c 100644 --- a/modules/browser/detect_lastpass/config.yaml +++ b/modules/browser/detect_lastpass/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_lastpass/module.rb b/modules/browser/detect_lastpass/module.rb index 9b2b8496e..59e38fddb 100644 --- a/modules/browser/detect_lastpass/module.rb +++ b/modules/browser/detect_lastpass/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_mime_types/command.js b/modules/browser/detect_mime_types/command.js index 16aaf59ff..6fbfb9ee3 100644 --- a/modules/browser/detect_mime_types/command.js +++ b/modules/browser/detect_mime_types/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_mime_types/config.yaml b/modules/browser/detect_mime_types/config.yaml index 82e5a5517..0c8383add 100644 --- a/modules/browser/detect_mime_types/config.yaml +++ b/modules/browser/detect_mime_types/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_mime_types/module.rb b/modules/browser/detect_mime_types/module.rb index fe3eee671..6eb9a3e2b 100644 --- a/modules/browser/detect_mime_types/module.rb +++ b/modules/browser/detect_mime_types/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_office/command.js b/modules/browser/detect_office/command.js index fea96711e..a0264ad96 100644 --- a/modules/browser/detect_office/command.js +++ b/modules/browser/detect_office/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_office/config.yaml b/modules/browser/detect_office/config.yaml index 58a09b37e..e35777e02 100644 --- a/modules/browser/detect_office/config.yaml +++ b/modules/browser/detect_office/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_office/module.rb b/modules/browser/detect_office/module.rb index 60badac18..46f463376 100644 --- a/modules/browser/detect_office/module.rb +++ b/modules/browser/detect_office/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_popup_blocker/command.js b/modules/browser/detect_popup_blocker/command.js index 4838e03c2..0aa402d62 100644 --- a/modules/browser/detect_popup_blocker/command.js +++ b/modules/browser/detect_popup_blocker/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_popup_blocker/config.yaml b/modules/browser/detect_popup_blocker/config.yaml index 5d42c6959..434c27c95 100644 --- a/modules/browser/detect_popup_blocker/config.yaml +++ b/modules/browser/detect_popup_blocker/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_popup_blocker/module.rb b/modules/browser/detect_popup_blocker/module.rb index 4592d4f14..0268cbb6a 100644 --- a/modules/browser/detect_popup_blocker/module.rb +++ b/modules/browser/detect_popup_blocker/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_quicktime/command.js b/modules/browser/detect_quicktime/command.js index bce0c5aa8..c111d052d 100644 --- a/modules/browser/detect_quicktime/command.js +++ b/modules/browser/detect_quicktime/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_quicktime/config.yaml b/modules/browser/detect_quicktime/config.yaml index 0c2eac4ca..5a43ba33c 100644 --- a/modules/browser/detect_quicktime/config.yaml +++ b/modules/browser/detect_quicktime/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_quicktime/module.rb b/modules/browser/detect_quicktime/module.rb index c7d5e82c2..a498b3452 100644 --- a/modules/browser/detect_quicktime/module.rb +++ b/modules/browser/detect_quicktime/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_realplayer/command.js b/modules/browser/detect_realplayer/command.js index 9657c6099..89905e99f 100644 --- a/modules/browser/detect_realplayer/command.js +++ b/modules/browser/detect_realplayer/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_realplayer/config.yaml b/modules/browser/detect_realplayer/config.yaml index d066483bc..d76cf2eab 100644 --- a/modules/browser/detect_realplayer/config.yaml +++ b/modules/browser/detect_realplayer/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_realplayer/module.rb b/modules/browser/detect_realplayer/module.rb index 6fb34ff89..4ef248eff 100644 --- a/modules/browser/detect_realplayer/module.rb +++ b/modules/browser/detect_realplayer/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_silverlight/command.js b/modules/browser/detect_silverlight/command.js index cd69d2f7c..77e3c8cc0 100644 --- a/modules/browser/detect_silverlight/command.js +++ b/modules/browser/detect_silverlight/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_silverlight/config.yaml b/modules/browser/detect_silverlight/config.yaml index 7b63a314c..bff6af46b 100644 --- a/modules/browser/detect_silverlight/config.yaml +++ b/modules/browser/detect_silverlight/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_silverlight/module.rb b/modules/browser/detect_silverlight/module.rb index cd5e4bc75..0388d4c74 100644 --- a/modules/browser/detect_silverlight/module.rb +++ b/modules/browser/detect_silverlight/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_simple_adblock/command.js b/modules/browser/detect_simple_adblock/command.js index efb83c80a..d3426fac1 100644 --- a/modules/browser/detect_simple_adblock/command.js +++ b/modules/browser/detect_simple_adblock/command.js @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_simple_adblock/config.yaml b/modules/browser/detect_simple_adblock/config.yaml index b9161d0a4..79d1e4419 100644 --- a/modules/browser/detect_simple_adblock/config.yaml +++ b/modules/browser/detect_simple_adblock/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_simple_adblock/module.rb b/modules/browser/detect_simple_adblock/module.rb index 001db6ed9..796ef31c8 100644 --- a/modules/browser/detect_simple_adblock/module.rb +++ b/modules/browser/detect_simple_adblock/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_toolbars/command.js b/modules/browser/detect_toolbars/command.js index ada648d88..b667acc2e 100644 --- a/modules/browser/detect_toolbars/command.js +++ b/modules/browser/detect_toolbars/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_toolbars/config.yaml b/modules/browser/detect_toolbars/config.yaml index b24dd8345..89436b1fe 100644 --- a/modules/browser/detect_toolbars/config.yaml +++ b/modules/browser/detect_toolbars/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_toolbars/module.rb b/modules/browser/detect_toolbars/module.rb index 031b04388..fc045c31f 100644 --- a/modules/browser/detect_toolbars/module.rb +++ b/modules/browser/detect_toolbars/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_unity/command.js b/modules/browser/detect_unity/command.js index 6aac44a76..0e69472dd 100644 --- a/modules/browser/detect_unity/command.js +++ b/modules/browser/detect_unity/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_unity/config.yaml b/modules/browser/detect_unity/config.yaml index fbbd690fb..334cb12e9 100644 --- a/modules/browser/detect_unity/config.yaml +++ b/modules/browser/detect_unity/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_unity/module.rb b/modules/browser/detect_unity/module.rb index 08f267b09..aaf5973b7 100644 --- a/modules/browser/detect_unity/module.rb +++ b/modules/browser/detect_unity/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_unsafe_activex/command.js b/modules/browser/detect_unsafe_activex/command.js index 435712015..8c0edc415 100644 --- a/modules/browser/detect_unsafe_activex/command.js +++ b/modules/browser/detect_unsafe_activex/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_unsafe_activex/config.yaml b/modules/browser/detect_unsafe_activex/config.yaml index f7533eee1..d0532f9ef 100644 --- a/modules/browser/detect_unsafe_activex/config.yaml +++ b/modules/browser/detect_unsafe_activex/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_unsafe_activex/module.rb b/modules/browser/detect_unsafe_activex/module.rb index 41540891d..ea4ba8615 100644 --- a/modules/browser/detect_unsafe_activex/module.rb +++ b/modules/browser/detect_unsafe_activex/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_vlc/command.js b/modules/browser/detect_vlc/command.js index ff3143161..80d3d43c2 100644 --- a/modules/browser/detect_vlc/command.js +++ b/modules/browser/detect_vlc/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_vlc/config.yaml b/modules/browser/detect_vlc/config.yaml index 95dd931dc..1bbf21e05 100644 --- a/modules/browser/detect_vlc/config.yaml +++ b/modules/browser/detect_vlc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_vlc/module.rb b/modules/browser/detect_vlc/module.rb index 01c35d177..70c4e1a4f 100644 --- a/modules/browser/detect_vlc/module.rb +++ b/modules/browser/detect_vlc/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_wmp/command.js b/modules/browser/detect_wmp/command.js index 625e9ba34..eab189b6a 100644 --- a/modules/browser/detect_wmp/command.js +++ b/modules/browser/detect_wmp/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/detect_wmp/config.yaml b/modules/browser/detect_wmp/config.yaml index d2b93dd66..652f474d6 100644 --- a/modules/browser/detect_wmp/config.yaml +++ b/modules/browser/detect_wmp/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/detect_wmp/module.rb b/modules/browser/detect_wmp/module.rb index 57388ae43..d3391d68a 100644 --- a/modules/browser/detect_wmp/module.rb +++ b/modules/browser/detect_wmp/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 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/fingerprint_browser/command.js b/modules/browser/fingerprint_browser/command.js index 59411e1b6..480616a2a 100644 --- a/modules/browser/fingerprint_browser/command.js +++ b/modules/browser/fingerprint_browser/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 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/fingerprint_browser/config.yaml b/modules/browser/fingerprint_browser/config.yaml index 26f4197f2..7745b2e0d 100644 --- a/modules/browser/fingerprint_browser/config.yaml +++ b/modules/browser/fingerprint_browser/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 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/fingerprint_browser/module.rb b/modules/browser/fingerprint_browser/module.rb index e1f620e7e..56253565d 100644 --- a/modules/browser/fingerprint_browser/module.rb +++ b/modules/browser/fingerprint_browser/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/get_visited_domains/command.js b/modules/browser/get_visited_domains/command.js index fecd09688..eb7a4b824 100644 --- a/modules/browser/get_visited_domains/command.js +++ b/modules/browser/get_visited_domains/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/get_visited_domains/config.yaml b/modules/browser/get_visited_domains/config.yaml index a4704ad34..3c45b9a8a 100644 --- a/modules/browser/get_visited_domains/config.yaml +++ b/modules/browser/get_visited_domains/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/get_visited_domains/module.rb b/modules/browser/get_visited_domains/module.rb index a2f3f6e2e..808b51967 100644 --- a/modules/browser/get_visited_domains/module.rb +++ b/modules/browser/get_visited_domains/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/get_visited_urls/command.js b/modules/browser/get_visited_urls/command.js index 8764266be..e31379c2a 100644 --- a/modules/browser/get_visited_urls/command.js +++ b/modules/browser/get_visited_urls/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/get_visited_urls/config.yaml b/modules/browser/get_visited_urls/config.yaml index 0f74b6dd2..0a930436f 100644 --- a/modules/browser/get_visited_urls/config.yaml +++ b/modules/browser/get_visited_urls/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/get_visited_urls/module.rb b/modules/browser/get_visited_urls/module.rb index 17a87cb76..7cc2d8a49 100644 --- a/modules/browser/get_visited_urls/module.rb +++ b/modules/browser/get_visited_urls/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/ajax_fingerprint/command.js b/modules/browser/hooked_domain/ajax_fingerprint/command.js index 8f82f4023..ac441dbf7 100644 --- a/modules/browser/hooked_domain/ajax_fingerprint/command.js +++ b/modules/browser/hooked_domain/ajax_fingerprint/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/ajax_fingerprint/config.yaml b/modules/browser/hooked_domain/ajax_fingerprint/config.yaml index 3e8438293..d2f4958ba 100644 --- a/modules/browser/hooked_domain/ajax_fingerprint/config.yaml +++ b/modules/browser/hooked_domain/ajax_fingerprint/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/ajax_fingerprint/module.rb b/modules/browser/hooked_domain/ajax_fingerprint/module.rb index a660374e3..f3439f78e 100644 --- a/modules/browser/hooked_domain/ajax_fingerprint/module.rb +++ b/modules/browser/hooked_domain/ajax_fingerprint/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/alert_dialog/command.js b/modules/browser/hooked_domain/alert_dialog/command.js index 1d5da114b..e22ef3d6a 100644 --- a/modules/browser/hooked_domain/alert_dialog/command.js +++ b/modules/browser/hooked_domain/alert_dialog/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/alert_dialog/config.yaml b/modules/browser/hooked_domain/alert_dialog/config.yaml index 9ac215e79..b0a317ed5 100644 --- a/modules/browser/hooked_domain/alert_dialog/config.yaml +++ b/modules/browser/hooked_domain/alert_dialog/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/alert_dialog/module.rb b/modules/browser/hooked_domain/alert_dialog/module.rb index aeab2b5ec..bdd5bbc12 100644 --- a/modules/browser/hooked_domain/alert_dialog/module.rb +++ b/modules/browser/hooked_domain/alert_dialog/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/clear_console/command.js b/modules/browser/hooked_domain/clear_console/command.js index f75307180..ba196af8c 100644 --- a/modules/browser/hooked_domain/clear_console/command.js +++ b/modules/browser/hooked_domain/clear_console/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/clear_console/config.yaml b/modules/browser/hooked_domain/clear_console/config.yaml index 8902e49c6..a492a2142 100644 --- a/modules/browser/hooked_domain/clear_console/config.yaml +++ b/modules/browser/hooked_domain/clear_console/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/clear_console/module.rb b/modules/browser/hooked_domain/clear_console/module.rb index 2c4ad4f53..82be41f2b 100644 --- a/modules/browser/hooked_domain/clear_console/module.rb +++ b/modules/browser/hooked_domain/clear_console/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/deface_web_page/command.js b/modules/browser/hooked_domain/deface_web_page/command.js index 477d23637..c5a6d6b62 100644 --- a/modules/browser/hooked_domain/deface_web_page/command.js +++ b/modules/browser/hooked_domain/deface_web_page/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/deface_web_page/config.yaml b/modules/browser/hooked_domain/deface_web_page/config.yaml index 0604787b0..ecdde0728 100644 --- a/modules/browser/hooked_domain/deface_web_page/config.yaml +++ b/modules/browser/hooked_domain/deface_web_page/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/deface_web_page/module.rb b/modules/browser/hooked_domain/deface_web_page/module.rb index 2609cc1b7..47f513f39 100644 --- a/modules/browser/hooked_domain/deface_web_page/module.rb +++ b/modules/browser/hooked_domain/deface_web_page/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/deface_web_page_component/command.js b/modules/browser/hooked_domain/deface_web_page_component/command.js index 22c4dab96..191bbdedc 100644 --- a/modules/browser/hooked_domain/deface_web_page_component/command.js +++ b/modules/browser/hooked_domain/deface_web_page_component/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/deface_web_page_component/config.yaml b/modules/browser/hooked_domain/deface_web_page_component/config.yaml index c43c91629..96414a832 100644 --- a/modules/browser/hooked_domain/deface_web_page_component/config.yaml +++ b/modules/browser/hooked_domain/deface_web_page_component/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/deface_web_page_component/module.rb b/modules/browser/hooked_domain/deface_web_page_component/module.rb index 7b847e80e..f4760adbe 100644 --- a/modules/browser/hooked_domain/deface_web_page_component/module.rb +++ b/modules/browser/hooked_domain/deface_web_page_component/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/disable_developer_tools/command.js b/modules/browser/hooked_domain/disable_developer_tools/command.js index 0edf7253c..594fa7136 100644 --- a/modules/browser/hooked_domain/disable_developer_tools/command.js +++ b/modules/browser/hooked_domain/disable_developer_tools/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/disable_developer_tools/config.yaml b/modules/browser/hooked_domain/disable_developer_tools/config.yaml index 97318e592..11a533277 100644 --- a/modules/browser/hooked_domain/disable_developer_tools/config.yaml +++ b/modules/browser/hooked_domain/disable_developer_tools/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/disable_developer_tools/module.rb b/modules/browser/hooked_domain/disable_developer_tools/module.rb index d42130cf2..e495c5858 100644 --- a/modules/browser/hooked_domain/disable_developer_tools/module.rb +++ b/modules/browser/hooked_domain/disable_developer_tools/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_cookie/command.js b/modules/browser/hooked_domain/get_cookie/command.js index 1cae29330..a6eb660fe 100644 --- a/modules/browser/hooked_domain/get_cookie/command.js +++ b/modules/browser/hooked_domain/get_cookie/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_cookie/config.yaml b/modules/browser/hooked_domain/get_cookie/config.yaml index 068afe3a8..e2f3cc927 100644 --- a/modules/browser/hooked_domain/get_cookie/config.yaml +++ b/modules/browser/hooked_domain/get_cookie/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_cookie/module.rb b/modules/browser/hooked_domain/get_cookie/module.rb index 102744d1c..de4835e62 100644 --- a/modules/browser/hooked_domain/get_cookie/module.rb +++ b/modules/browser/hooked_domain/get_cookie/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_form_values/command.js b/modules/browser/hooked_domain/get_form_values/command.js index d9ec27f9a..ab8cc5526 100644 --- a/modules/browser/hooked_domain/get_form_values/command.js +++ b/modules/browser/hooked_domain/get_form_values/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_form_values/config.yaml b/modules/browser/hooked_domain/get_form_values/config.yaml index 018ae35b4..db356a3de 100644 --- a/modules/browser/hooked_domain/get_form_values/config.yaml +++ b/modules/browser/hooked_domain/get_form_values/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_form_values/module.rb b/modules/browser/hooked_domain/get_form_values/module.rb index 62499ab89..e4e7881cd 100644 --- a/modules/browser/hooked_domain/get_form_values/module.rb +++ b/modules/browser/hooked_domain/get_form_values/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_local_storage/command.js b/modules/browser/hooked_domain/get_local_storage/command.js index 822a86b36..20ef00428 100644 --- a/modules/browser/hooked_domain/get_local_storage/command.js +++ b/modules/browser/hooked_domain/get_local_storage/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_local_storage/config.yaml b/modules/browser/hooked_domain/get_local_storage/config.yaml index 2581ef181..53b5a4ee6 100644 --- a/modules/browser/hooked_domain/get_local_storage/config.yaml +++ b/modules/browser/hooked_domain/get_local_storage/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_local_storage/module.rb b/modules/browser/hooked_domain/get_local_storage/module.rb index 3cc3ec655..3e064e090 100644 --- a/modules/browser/hooked_domain/get_local_storage/module.rb +++ b/modules/browser/hooked_domain/get_local_storage/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_page_html/command.js b/modules/browser/hooked_domain/get_page_html/command.js index 3f7cf3c92..780a974d7 100644 --- a/modules/browser/hooked_domain/get_page_html/command.js +++ b/modules/browser/hooked_domain/get_page_html/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_page_html/config.yaml b/modules/browser/hooked_domain/get_page_html/config.yaml index 3fe5a3de8..986f4d59d 100644 --- a/modules/browser/hooked_domain/get_page_html/config.yaml +++ b/modules/browser/hooked_domain/get_page_html/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_page_html/module.rb b/modules/browser/hooked_domain/get_page_html/module.rb index e2698d01f..a33493e9d 100644 --- a/modules/browser/hooked_domain/get_page_html/module.rb +++ b/modules/browser/hooked_domain/get_page_html/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_page_html_iframe/command.js b/modules/browser/hooked_domain/get_page_html_iframe/command.js index 38a982c37..683a9a3fe 100644 --- a/modules/browser/hooked_domain/get_page_html_iframe/command.js +++ b/modules/browser/hooked_domain/get_page_html_iframe/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_page_html_iframe/config.yaml b/modules/browser/hooked_domain/get_page_html_iframe/config.yaml index 55d3fa7ad..e5cd82756 100644 --- a/modules/browser/hooked_domain/get_page_html_iframe/config.yaml +++ b/modules/browser/hooked_domain/get_page_html_iframe/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_page_html_iframe/module.rb b/modules/browser/hooked_domain/get_page_html_iframe/module.rb index 4c25e7ee5..41ff6aa8f 100644 --- a/modules/browser/hooked_domain/get_page_html_iframe/module.rb +++ b/modules/browser/hooked_domain/get_page_html_iframe/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_page_links/command.js b/modules/browser/hooked_domain/get_page_links/command.js index 0dfd0f4fa..a39146d3d 100644 --- a/modules/browser/hooked_domain/get_page_links/command.js +++ b/modules/browser/hooked_domain/get_page_links/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_page_links/config.yaml b/modules/browser/hooked_domain/get_page_links/config.yaml index fd1399093..b00c847c1 100644 --- a/modules/browser/hooked_domain/get_page_links/config.yaml +++ b/modules/browser/hooked_domain/get_page_links/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_page_links/module.rb b/modules/browser/hooked_domain/get_page_links/module.rb index 68eda1e85..0817d3583 100644 --- a/modules/browser/hooked_domain/get_page_links/module.rb +++ b/modules/browser/hooked_domain/get_page_links/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_session_storage/command.js b/modules/browser/hooked_domain/get_session_storage/command.js index d4db40577..b7e2c1202 100644 --- a/modules/browser/hooked_domain/get_session_storage/command.js +++ b/modules/browser/hooked_domain/get_session_storage/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_session_storage/config.yaml b/modules/browser/hooked_domain/get_session_storage/config.yaml index 5da7f3bb7..f892d2a19 100644 --- a/modules/browser/hooked_domain/get_session_storage/config.yaml +++ b/modules/browser/hooked_domain/get_session_storage/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_session_storage/module.rb b/modules/browser/hooked_domain/get_session_storage/module.rb index a3982678b..23f432bd2 100644 --- a/modules/browser/hooked_domain/get_session_storage/module.rb +++ b/modules/browser/hooked_domain/get_session_storage/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_stored_credentials/command.js b/modules/browser/hooked_domain/get_stored_credentials/command.js index d9c24a41e..24cf077eb 100644 --- a/modules/browser/hooked_domain/get_stored_credentials/command.js +++ b/modules/browser/hooked_domain/get_stored_credentials/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/get_stored_credentials/config.yaml b/modules/browser/hooked_domain/get_stored_credentials/config.yaml index ac44bfc10..8526be787 100644 --- a/modules/browser/hooked_domain/get_stored_credentials/config.yaml +++ b/modules/browser/hooked_domain/get_stored_credentials/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/get_stored_credentials/module.rb b/modules/browser/hooked_domain/get_stored_credentials/module.rb index 6f63d9390..51ca615b0 100644 --- a/modules/browser/hooked_domain/get_stored_credentials/module.rb +++ b/modules/browser/hooked_domain/get_stored_credentials/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/link_rewrite/command.js b/modules/browser/hooked_domain/link_rewrite/command.js index ea8a35ebe..ecc753b9a 100644 --- a/modules/browser/hooked_domain/link_rewrite/command.js +++ b/modules/browser/hooked_domain/link_rewrite/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/link_rewrite/config.yaml b/modules/browser/hooked_domain/link_rewrite/config.yaml index 8e62b4c67..74510edc0 100644 --- a/modules/browser/hooked_domain/link_rewrite/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/link_rewrite/module.rb b/modules/browser/hooked_domain/link_rewrite/module.rb index d22203873..bcc4a6654 100644 --- a/modules/browser/hooked_domain/link_rewrite/module.rb +++ b/modules/browser/hooked_domain/link_rewrite/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/link_rewrite_click_events/command.js b/modules/browser/hooked_domain/link_rewrite_click_events/command.js index da5d7858f..78287e232 100644 --- a/modules/browser/hooked_domain/link_rewrite_click_events/command.js +++ b/modules/browser/hooked_domain/link_rewrite_click_events/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml b/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml index 2071f12d6..dcb33a0be 100644 --- a/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_click_events/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/link_rewrite_click_events/module.rb b/modules/browser/hooked_domain/link_rewrite_click_events/module.rb index 892c86894..87bc3ba8b 100644 --- a/modules/browser/hooked_domain/link_rewrite_click_events/module.rb +++ b/modules/browser/hooked_domain/link_rewrite_click_events/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/link_rewrite_sslstrip/command.js b/modules/browser/hooked_domain/link_rewrite_sslstrip/command.js index 653cd0afa..741d7d5b1 100644 --- a/modules/browser/hooked_domain/link_rewrite_sslstrip/command.js +++ b/modules/browser/hooked_domain/link_rewrite_sslstrip/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml b/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml index 963b836a8..c44c25656 100644 --- a/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_sslstrip/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/link_rewrite_sslstrip/module.rb b/modules/browser/hooked_domain/link_rewrite_sslstrip/module.rb index 947dc5712..af3237c11 100644 --- a/modules/browser/hooked_domain/link_rewrite_sslstrip/module.rb +++ b/modules/browser/hooked_domain/link_rewrite_sslstrip/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/link_rewrite_tel/command.js b/modules/browser/hooked_domain/link_rewrite_tel/command.js index 8f2bd8e9d..286503483 100644 --- a/modules/browser/hooked_domain/link_rewrite_tel/command.js +++ b/modules/browser/hooked_domain/link_rewrite_tel/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/link_rewrite_tel/config.yaml b/modules/browser/hooked_domain/link_rewrite_tel/config.yaml index 569a88d6d..88237f261 100644 --- a/modules/browser/hooked_domain/link_rewrite_tel/config.yaml +++ b/modules/browser/hooked_domain/link_rewrite_tel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/link_rewrite_tel/module.rb b/modules/browser/hooked_domain/link_rewrite_tel/module.rb index 017e8c4c9..71c1f2bf5 100644 --- a/modules/browser/hooked_domain/link_rewrite_tel/module.rb +++ b/modules/browser/hooked_domain/link_rewrite_tel/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/mobilesafari_address_spoofing/command.js b/modules/browser/hooked_domain/mobilesafari_address_spoofing/command.js index 54ee46ea3..e052004d1 100644 --- a/modules/browser/hooked_domain/mobilesafari_address_spoofing/command.js +++ b/modules/browser/hooked_domain/mobilesafari_address_spoofing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml b/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml index ce5e6c491..9f9d0b7e7 100644 --- a/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml +++ b/modules/browser/hooked_domain/mobilesafari_address_spoofing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/mobilesafari_address_spoofing/module.rb b/modules/browser/hooked_domain/mobilesafari_address_spoofing/module.rb index 835e15a15..a98961a9e 100644 --- a/modules/browser/hooked_domain/mobilesafari_address_spoofing/module.rb +++ b/modules/browser/hooked_domain/mobilesafari_address_spoofing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/overflow_cookiejar/command.js b/modules/browser/hooked_domain/overflow_cookiejar/command.js index b548a2113..4467e386c 100644 --- a/modules/browser/hooked_domain/overflow_cookiejar/command.js +++ b/modules/browser/hooked_domain/overflow_cookiejar/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/overflow_cookiejar/config.yaml b/modules/browser/hooked_domain/overflow_cookiejar/config.yaml index 6b83f3dac..5b483148a 100644 --- a/modules/browser/hooked_domain/overflow_cookiejar/config.yaml +++ b/modules/browser/hooked_domain/overflow_cookiejar/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/overflow_cookiejar/module.rb b/modules/browser/hooked_domain/overflow_cookiejar/module.rb index 4e0d21dbe..e6aa893a7 100644 --- a/modules/browser/hooked_domain/overflow_cookiejar/module.rb +++ b/modules/browser/hooked_domain/overflow_cookiejar/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/prompt_dialog/command.js b/modules/browser/hooked_domain/prompt_dialog/command.js index 46bd75035..95b371eac 100644 --- a/modules/browser/hooked_domain/prompt_dialog/command.js +++ b/modules/browser/hooked_domain/prompt_dialog/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/prompt_dialog/config.yaml b/modules/browser/hooked_domain/prompt_dialog/config.yaml index 5ce672e00..e49ce1978 100644 --- a/modules/browser/hooked_domain/prompt_dialog/config.yaml +++ b/modules/browser/hooked_domain/prompt_dialog/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/prompt_dialog/module.rb b/modules/browser/hooked_domain/prompt_dialog/module.rb index ca69203a5..172f51a4e 100644 --- a/modules/browser/hooked_domain/prompt_dialog/module.rb +++ b/modules/browser/hooked_domain/prompt_dialog/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/remove_stuck_iframes/command.js b/modules/browser/hooked_domain/remove_stuck_iframes/command.js index 76cd1d554..a70ee86a4 100644 --- a/modules/browser/hooked_domain/remove_stuck_iframes/command.js +++ b/modules/browser/hooked_domain/remove_stuck_iframes/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/remove_stuck_iframes/config.yaml b/modules/browser/hooked_domain/remove_stuck_iframes/config.yaml index b69735eb3..4d4641eb8 100644 --- a/modules/browser/hooked_domain/remove_stuck_iframes/config.yaml +++ b/modules/browser/hooked_domain/remove_stuck_iframes/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/remove_stuck_iframes/module.rb b/modules/browser/hooked_domain/remove_stuck_iframes/module.rb index aaf361d83..8a90f0bb4 100644 --- a/modules/browser/hooked_domain/remove_stuck_iframes/module.rb +++ b/modules/browser/hooked_domain/remove_stuck_iframes/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/replace_video/command.js b/modules/browser/hooked_domain/replace_video/command.js index 89eba9d20..d44461aa3 100644 --- a/modules/browser/hooked_domain/replace_video/command.js +++ b/modules/browser/hooked_domain/replace_video/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/replace_video/config.yaml b/modules/browser/hooked_domain/replace_video/config.yaml index 0dd95817e..9b06a95a0 100644 --- a/modules/browser/hooked_domain/replace_video/config.yaml +++ b/modules/browser/hooked_domain/replace_video/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/replace_video/module.rb b/modules/browser/hooked_domain/replace_video/module.rb index 6fb50b5fb..e363c2a1a 100644 --- a/modules/browser/hooked_domain/replace_video/module.rb +++ b/modules/browser/hooked_domain/replace_video/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/rickroll/command.js b/modules/browser/hooked_domain/rickroll/command.js index 84b74131e..53c43c60f 100644 --- a/modules/browser/hooked_domain/rickroll/command.js +++ b/modules/browser/hooked_domain/rickroll/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/rickroll/config.yaml b/modules/browser/hooked_domain/rickroll/config.yaml index 2d8667629..d639a8415 100644 --- a/modules/browser/hooked_domain/rickroll/config.yaml +++ b/modules/browser/hooked_domain/rickroll/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/rickroll/module.rb b/modules/browser/hooked_domain/rickroll/module.rb index 217b3f813..6e5dc57c9 100644 --- a/modules/browser/hooked_domain/rickroll/module.rb +++ b/modules/browser/hooked_domain/rickroll/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/site_redirect/command.js b/modules/browser/hooked_domain/site_redirect/command.js index bf01ad7d4..49996e46b 100644 --- a/modules/browser/hooked_domain/site_redirect/command.js +++ b/modules/browser/hooked_domain/site_redirect/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/site_redirect/config.yaml b/modules/browser/hooked_domain/site_redirect/config.yaml index 633d08112..2810a4e38 100644 --- a/modules/browser/hooked_domain/site_redirect/config.yaml +++ b/modules/browser/hooked_domain/site_redirect/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/site_redirect/module.rb b/modules/browser/hooked_domain/site_redirect/module.rb index 3eefcc65b..bbde58498 100644 --- a/modules/browser/hooked_domain/site_redirect/module.rb +++ b/modules/browser/hooked_domain/site_redirect/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/site_redirect_iframe/command.js b/modules/browser/hooked_domain/site_redirect_iframe/command.js index 43ed58f3a..bf82709d6 100644 --- a/modules/browser/hooked_domain/site_redirect_iframe/command.js +++ b/modules/browser/hooked_domain/site_redirect_iframe/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/hooked_domain/site_redirect_iframe/config.yaml b/modules/browser/hooked_domain/site_redirect_iframe/config.yaml index 61d7ef8cd..210d71f8a 100644 --- a/modules/browser/hooked_domain/site_redirect_iframe/config.yaml +++ b/modules/browser/hooked_domain/site_redirect_iframe/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/hooked_domain/site_redirect_iframe/module.rb b/modules/browser/hooked_domain/site_redirect_iframe/module.rb index 1d72623d0..cc7070962 100644 --- a/modules/browser/hooked_domain/site_redirect_iframe/module.rb +++ b/modules/browser/hooked_domain/site_redirect_iframe/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/play_sound/command.js b/modules/browser/play_sound/command.js index 3db8d3836..dd46cc4dc 100644 --- a/modules/browser/play_sound/command.js +++ b/modules/browser/play_sound/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/play_sound/config.yaml b/modules/browser/play_sound/config.yaml index 2275ad184..e3f5e284f 100644 --- a/modules/browser/play_sound/config.yaml +++ b/modules/browser/play_sound/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/play_sound/module.rb b/modules/browser/play_sound/module.rb index b8828fd19..16917ccb6 100644 --- a/modules/browser/play_sound/module.rb +++ b/modules/browser/play_sound/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/remove_hook_element/command.js b/modules/browser/remove_hook_element/command.js index ce378ce7a..a85cc8139 100644 --- a/modules/browser/remove_hook_element/command.js +++ b/modules/browser/remove_hook_element/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/remove_hook_element/config.yaml b/modules/browser/remove_hook_element/config.yaml index 657adbb54..1613d8d2c 100644 --- a/modules/browser/remove_hook_element/config.yaml +++ b/modules/browser/remove_hook_element/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/remove_hook_element/module.rb b/modules/browser/remove_hook_element/module.rb index b51ba2a2e..2adffa97a 100644 --- a/modules/browser/remove_hook_element/module.rb +++ b/modules/browser/remove_hook_element/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/spyder_eye/command.js b/modules/browser/spyder_eye/command.js index fca431b63..ca6544f36 100644 --- a/modules/browser/spyder_eye/command.js +++ b/modules/browser/spyder_eye/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/spyder_eye/config.yaml b/modules/browser/spyder_eye/config.yaml index c0b74a254..13da105fe 100644 --- a/modules/browser/spyder_eye/config.yaml +++ b/modules/browser/spyder_eye/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/spyder_eye/module.rb b/modules/browser/spyder_eye/module.rb index fb3e58821..fa3b6b1da 100644 --- a/modules/browser/spyder_eye/module.rb +++ b/modules/browser/spyder_eye/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/unhook/command.js b/modules/browser/unhook/command.js index a4cc8fd9c..866bdae83 100644 --- a/modules/browser/unhook/command.js +++ b/modules/browser/unhook/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/unhook/config.yaml b/modules/browser/unhook/config.yaml index 4a1074147..704905954 100644 --- a/modules/browser/unhook/config.yaml +++ b/modules/browser/unhook/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/unhook/module.rb b/modules/browser/unhook/module.rb index dbd3aa603..d45580ab3 100644 --- a/modules/browser/unhook/module.rb +++ b/modules/browser/unhook/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/webcam/command.js b/modules/browser/webcam/command.js index 8ae2dfcfe..54ab49b42 100644 --- a/modules/browser/webcam/command.js +++ b/modules/browser/webcam/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/webcam/config.yaml b/modules/browser/webcam/config.yaml index 2f96380a2..59e0fd2f8 100644 --- a/modules/browser/webcam/config.yaml +++ b/modules/browser/webcam/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/webcam/module.rb b/modules/browser/webcam/module.rb index 5bffeb1c4..d34bff450 100644 --- a/modules/browser/webcam/module.rb +++ b/modules/browser/webcam/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/webcam_html5/command.js b/modules/browser/webcam_html5/command.js index 76cc210f4..a6420db0e 100644 --- a/modules/browser/webcam_html5/command.js +++ b/modules/browser/webcam_html5/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/webcam_html5/config.yaml b/modules/browser/webcam_html5/config.yaml index 2151c1bb6..fd87cd354 100644 --- a/modules/browser/webcam_html5/config.yaml +++ b/modules/browser/webcam_html5/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/webcam_html5/module.rb b/modules/browser/webcam_html5/module.rb index 798429b89..2baaea2b4 100644 --- a/modules/browser/webcam_html5/module.rb +++ b/modules/browser/webcam_html5/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/webcam_permission_check/cameraCheck.as b/modules/browser/webcam_permission_check/cameraCheck.as index 335dd8561..6f4f5cc4b 100644 --- a/modules/browser/webcam_permission_check/cameraCheck.as +++ b/modules/browser/webcam_permission_check/cameraCheck.as @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/webcam_permission_check/command.js b/modules/browser/webcam_permission_check/command.js index c58cc4ae0..62605afa2 100644 --- a/modules/browser/webcam_permission_check/command.js +++ b/modules/browser/webcam_permission_check/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/browser/webcam_permission_check/config.yaml b/modules/browser/webcam_permission_check/config.yaml index 14df50ea8..c3f403355 100644 --- a/modules/browser/webcam_permission_check/config.yaml +++ b/modules/browser/webcam_permission_check/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/browser/webcam_permission_check/module.rb b/modules/browser/webcam_permission_check/module.rb index c94f8771c..a87f5ca3e 100644 --- a/modules/browser/webcam_permission_check/module.rb +++ b/modules/browser/webcam_permission_check/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/execute_tabs/command.js b/modules/chrome_extensions/execute_tabs/command.js index 7f3072e8d..41c9b0894 100644 --- a/modules/chrome_extensions/execute_tabs/command.js +++ b/modules/chrome_extensions/execute_tabs/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/chrome_extensions/execute_tabs/config.yaml b/modules/chrome_extensions/execute_tabs/config.yaml index 38eead6c6..67be75d9c 100644 --- a/modules/chrome_extensions/execute_tabs/config.yaml +++ b/modules/chrome_extensions/execute_tabs/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/execute_tabs/module.rb b/modules/chrome_extensions/execute_tabs/module.rb index 2962986bf..1f30f8b8c 100644 --- a/modules/chrome_extensions/execute_tabs/module.rb +++ b/modules/chrome_extensions/execute_tabs/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/get_all_cookies/command.js b/modules/chrome_extensions/get_all_cookies/command.js index be7173230..6121b9bf2 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/chrome_extensions/get_all_cookies/config.yaml b/modules/chrome_extensions/get_all_cookies/config.yaml index 5f3a2058c..a7e194588 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/get_all_cookies/module.rb b/modules/chrome_extensions/get_all_cookies/module.rb index 9011483c5..690c3f244 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/grab_google_contacts/command.js b/modules/chrome_extensions/grab_google_contacts/command.js index d1eaad0aa..6298d69fb 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/chrome_extensions/grab_google_contacts/config.yaml b/modules/chrome_extensions/grab_google_contacts/config.yaml index c1025391a..241fb2233 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/grab_google_contacts/module.rb b/modules/chrome_extensions/grab_google_contacts/module.rb index 19d448536..7ab7abe72 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/inject_beef/command.js b/modules/chrome_extensions/inject_beef/command.js index 2d94a2add..55e9035d0 100755 --- a/modules/chrome_extensions/inject_beef/command.js +++ b/modules/chrome_extensions/inject_beef/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/chrome_extensions/inject_beef/config.yaml b/modules/chrome_extensions/inject_beef/config.yaml index 8c5e22939..54fb2eead 100755 --- a/modules/chrome_extensions/inject_beef/config.yaml +++ b/modules/chrome_extensions/inject_beef/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/inject_beef/module.rb b/modules/chrome_extensions/inject_beef/module.rb index 576267fad..df6e828a7 100755 --- a/modules/chrome_extensions/inject_beef/module.rb +++ b/modules/chrome_extensions/inject_beef/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/screenshot/command.js b/modules/chrome_extensions/screenshot/command.js index 658da42d8..7b114465f 100755 --- a/modules/chrome_extensions/screenshot/command.js +++ b/modules/chrome_extensions/screenshot/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/chrome_extensions/screenshot/config.yaml b/modules/chrome_extensions/screenshot/config.yaml index e3f7ef87a..073b51859 100755 --- a/modules/chrome_extensions/screenshot/config.yaml +++ b/modules/chrome_extensions/screenshot/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/screenshot/module.rb b/modules/chrome_extensions/screenshot/module.rb index d46427612..c0761728e 100755 --- a/modules/chrome_extensions/screenshot/module.rb +++ b/modules/chrome_extensions/screenshot/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/send_gvoice_sms/command.js b/modules/chrome_extensions/send_gvoice_sms/command.js index 74baafbfc..9a6762760 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/chrome_extensions/send_gvoice_sms/config.yaml b/modules/chrome_extensions/send_gvoice_sms/config.yaml index 1ba1e5ee6..dc89835eb 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/chrome_extensions/send_gvoice_sms/module.rb b/modules/chrome_extensions/send_gvoice_sms/module.rb index efea94eb7..03583b913 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_beef_debug/command.js b/modules/debug/test_beef_debug/command.js index 2c0a7fd0d..a0987ec28 100644 --- a/modules/debug/test_beef_debug/command.js +++ b/modules/debug/test_beef_debug/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_beef_debug/config.yaml b/modules/debug/test_beef_debug/config.yaml index 61de83bb8..8be160e2c 100644 --- a/modules/debug/test_beef_debug/config.yaml +++ b/modules/debug/test_beef_debug/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_beef_debug/module.rb b/modules/debug/test_beef_debug/module.rb index 8c8abbf88..7c36d30fb 100644 --- a/modules/debug/test_beef_debug/module.rb +++ b/modules/debug/test_beef_debug/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_cors_request/command.js b/modules/debug/test_cors_request/command.js index 291538328..6d865f71a 100644 --- a/modules/debug/test_cors_request/command.js +++ b/modules/debug/test_cors_request/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_cors_request/config.yaml b/modules/debug/test_cors_request/config.yaml index ef90b5383..2111bd71c 100644 --- a/modules/debug/test_cors_request/config.yaml +++ b/modules/debug/test_cors_request/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_cors_request/module.rb b/modules/debug/test_cors_request/module.rb index 12a964aec..f03b59a90 100644 --- a/modules/debug/test_cors_request/module.rb +++ b/modules/debug/test_cors_request/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_dns_tunnel_client/command.js b/modules/debug/test_dns_tunnel_client/command.js index adfaf8cab..a4864a3dd 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_dns_tunnel_client/config.yaml b/modules/debug/test_dns_tunnel_client/config.yaml index 1d61b0b79..4d1b12893 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_dns_tunnel_client/module.rb b/modules/debug/test_dns_tunnel_client/module.rb index d105cc395..adfd2f032 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_get_variable/command.js b/modules/debug/test_get_variable/command.js index b73fca117..9eba4ae87 100644 --- a/modules/debug/test_get_variable/command.js +++ b/modules/debug/test_get_variable/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_get_variable/config.yaml b/modules/debug/test_get_variable/config.yaml index 029597851..07c82bf6b 100644 --- a/modules/debug/test_get_variable/config.yaml +++ b/modules/debug/test_get_variable/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_get_variable/module.rb b/modules/debug/test_get_variable/module.rb index c8be669d0..7d5b7ea60 100644 --- a/modules/debug/test_get_variable/module.rb +++ b/modules/debug/test_get_variable/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_http_bind_raw/command.js b/modules/debug/test_http_bind_raw/command.js index cbb60ab90..14a39676c 100644 --- a/modules/debug/test_http_bind_raw/command.js +++ b/modules/debug/test_http_bind_raw/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_http_bind_raw/config.yaml b/modules/debug/test_http_bind_raw/config.yaml index 6e7901beb..abf593921 100644 --- a/modules/debug/test_http_bind_raw/config.yaml +++ b/modules/debug/test_http_bind_raw/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_http_bind_raw/module.rb b/modules/debug/test_http_bind_raw/module.rb index 1717a05bd..fdda14ff0 100644 --- a/modules/debug/test_http_bind_raw/module.rb +++ b/modules/debug/test_http_bind_raw/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_http_redirect/command.js b/modules/debug/test_http_redirect/command.js index 912e8879f..a16add1ef 100644 --- a/modules/debug/test_http_redirect/command.js +++ b/modules/debug/test_http_redirect/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_http_redirect/config.yaml b/modules/debug/test_http_redirect/config.yaml index 317860825..5239d244b 100644 --- a/modules/debug/test_http_redirect/config.yaml +++ b/modules/debug/test_http_redirect/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_http_redirect/module.rb b/modules/debug/test_http_redirect/module.rb index 07c19d94e..30540ee68 100644 --- a/modules/debug/test_http_redirect/module.rb +++ b/modules/debug/test_http_redirect/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_network_request/command.js b/modules/debug/test_network_request/command.js index 3a306ca80..e17e0b356 100644 --- a/modules/debug/test_network_request/command.js +++ b/modules/debug/test_network_request/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_network_request/config.yaml b/modules/debug/test_network_request/config.yaml index 9807701db..1de0130ec 100644 --- a/modules/debug/test_network_request/config.yaml +++ b/modules/debug/test_network_request/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_network_request/module.rb b/modules/debug/test_network_request/module.rb index b3ddba12b..2f7724a34 100644 --- a/modules/debug/test_network_request/module.rb +++ b/modules/debug/test_network_request/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_return_ascii_chars/command.js b/modules/debug/test_return_ascii_chars/command.js index 1f2f2af61..2517440a2 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_return_ascii_chars/config.yaml b/modules/debug/test_return_ascii_chars/config.yaml index 4e61f0edd..e2edbeac9 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_return_ascii_chars/module.rb b/modules/debug/test_return_ascii_chars/module.rb index 5c9f6fe89..181602f8b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_return_image/command.js b/modules/debug/test_return_image/command.js index 895d84f09..ac31415d7 100644 --- a/modules/debug/test_return_image/command.js +++ b/modules/debug/test_return_image/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_return_image/config.yaml b/modules/debug/test_return_image/config.yaml index d466e4644..88a7d4133 100644 --- a/modules/debug/test_return_image/config.yaml +++ b/modules/debug/test_return_image/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_return_image/module.rb b/modules/debug/test_return_image/module.rb index 9baea32a6..4d26751f5 100644 --- a/modules/debug/test_return_image/module.rb +++ b/modules/debug/test_return_image/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_return_long_string/command.js b/modules/debug/test_return_long_string/command.js index a1b902bba..61598b801 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/debug/test_return_long_string/config.yaml b/modules/debug/test_return_long_string/config.yaml index ccad9a8f7..7a268f55b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/debug/test_return_long_string/module.rb b/modules/debug/test_return_long_string/module.rb index 25e853a5d..cb9b50f7f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/apache_cookie_disclosure/command.js b/modules/exploits/apache_cookie_disclosure/command.js index 38a424999..bea30ea1e 100644 --- a/modules/exploits/apache_cookie_disclosure/command.js +++ b/modules/exploits/apache_cookie_disclosure/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/apache_cookie_disclosure/config.yaml b/modules/exploits/apache_cookie_disclosure/config.yaml index d533be7b7..9074eb648 100644 --- a/modules/exploits/apache_cookie_disclosure/config.yaml +++ b/modules/exploits/apache_cookie_disclosure/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/apache_cookie_disclosure/module.rb b/modules/exploits/apache_cookie_disclosure/module.rb index e90888e03..f9a8a54dd 100644 --- a/modules/exploits/apache_cookie_disclosure/module.rb +++ b/modules/exploits/apache_cookie_disclosure/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/apache_felix_remote_shell/command.js b/modules/exploits/apache_felix_remote_shell/command.js index b14286f10..9dda3392d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/apache_felix_remote_shell/config.yaml b/modules/exploits/apache_felix_remote_shell/config.yaml index f668fe770..cf0564c0d 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/apache_felix_remote_shell/module.rb b/modules/exploits/apache_felix_remote_shell/module.rb index 07b5ff324..49aae85c8 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/command.js b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/command.js index fc73f685b..0cb825096 100644 --- a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/command.js +++ b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml index c57adf1f2..0229a3632 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml +++ b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/module.rb b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/module.rb index 027a102e0..ad0301fb6 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/module.rb +++ b/modules/exploits/beefbind/beef_bind_exploits/active_fax_beef_bind/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/command.js b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/command.js index 2329795b5..943f337a0 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/command.js +++ b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/config.yaml b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/config.yaml index c93f9ca5a..77efdb5bc 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/config.yaml +++ b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/module.rb b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/module.rb index 02b59b835..704b33f1a 100755 --- a/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/module.rb +++ b/modules/exploits/beefbind/beef_bind_exploits/eudora_mail_beef_bind/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/beefbind/beef_bind_shell/command.js b/modules/exploits/beefbind/beef_bind_shell/command.js index b911650dc..58f039182 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/beefbind/beef_bind_shell/config.yaml b/modules/exploits/beefbind/beef_bind_shell/config.yaml index 2c58bf33f..6f2f28ed0 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/beefbind/beef_bind_shell/module.rb b/modules/exploits/beefbind/beef_bind_shell/module.rb index 5b317a201..4495bdbd1 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/beefbind/shellcode_sources/linux/x64/socket64.c b/modules/exploits/beefbind/shellcode_sources/linux/x64/socket64.c index e9c296d9a..c684f95f7 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-2018 Wade Alcorn - wade@bindshell.net + Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - http://beefproject.com See the file 'doc/COPYING' for copying permission diff --git a/modules/exploits/beefbind/shellcode_sources/linux/x86/socket.c b/modules/exploits/beefbind/shellcode_sources/linux/x86/socket.c index 761797de0..5a25ad58c 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-2018 Wade Alcorn - wade@bindshell.net + Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - http://beefproject.com See the file 'doc/COPYING' for copying permission diff --git a/modules/exploits/beefbind/shellcode_sources/linux/x86/stage.nasm b/modules/exploits/beefbind/shellcode_sources/linux/x86/stage.nasm index eafa99adc..fdb6a9b6d 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-2018 Wade Alcorn - wade@bindshell.net +; Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net ; Browser Exploitation Framework (BeEF) - http://beefproject.com ; See the file 'doc/COPYING' for copying permission diff --git a/modules/exploits/beefbind/shellcode_sources/linux/x86/stager.nasm b/modules/exploits/beefbind/shellcode_sources/linux/x86/stager.nasm index 9120ceeec..9482a2ef6 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-2018 Wade Alcorn - wade@bindshell.net +; Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net ; Browser Exploitation Framework (BeEF) - http://beefproject.com ; See the file 'doc/COPYING' for copying permission diff --git a/modules/exploits/beefbind/shellcode_sources/windows/socket.c b/modules/exploits/beefbind/shellcode_sources/windows/socket.c index 36ef73772..60413861f 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-2018 Wade Alcorn - wade@bindshell.net + Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net Browser Exploitation Framework (BeEF) - http://beefproject.com See the file 'doc/COPYING' for copying permission diff --git a/modules/exploits/boastmachine_3_1_add_user_csrf/command.js b/modules/exploits/boastmachine_3_1_add_user_csrf/command.js index 224a874df..aca007972 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/boastmachine_3_1_add_user_csrf/config.yaml b/modules/exploits/boastmachine_3_1_add_user_csrf/config.yaml index d687eac27..e8372b8f7 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/boastmachine_3_1_add_user_csrf/module.rb b/modules/exploits/boastmachine_3_1_add_user_csrf/module.rb index 2f2b5951b..aa9f219e3 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/camera/airlive_ip_camera_csrf/command.js b/modules/exploits/camera/airlive_ip_camera_csrf/command.js index 813e9768b..1d32ea62f 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/camera/airlive_ip_camera_csrf/config.yaml b/modules/exploits/camera/airlive_ip_camera_csrf/config.yaml index 76c5f7469..dcd51dee9 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/camera/airlive_ip_camera_csrf/module.rb b/modules/exploits/camera/airlive_ip_camera_csrf/module.rb index a7154506b..1317191a5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/camera/dlink_dcs_series_csrf/command.js b/modules/exploits/camera/dlink_dcs_series_csrf/command.js index 82945e59d..ade15898f 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/camera/dlink_dcs_series_csrf/config.yaml b/modules/exploits/camera/dlink_dcs_series_csrf/config.yaml index d7ecae929..bf9f9f85f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/camera/dlink_dcs_series_csrf/module.rb b/modules/exploits/camera/dlink_dcs_series_csrf/module.rb index 20f63ea34..074817b1c 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/command.js b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/command.js index 7ab9b561c..ed03ecafc 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/config.yaml b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/config.yaml index ac8502510..bfd2887a5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/module.rb b/modules/exploits/camera/linksys_wvc_wireless_camera_csrf/module.rb index ac5c3f8e6..a8078086d 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/coldfusion_dir_traversal_exploit/command.js b/modules/exploits/coldfusion_dir_traversal_exploit/command.js index 09de292b0..60b873144 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml b/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml index fcb7eeaa7..02376754e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/coldfusion_dir_traversal_exploit/module.rb b/modules/exploits/coldfusion_dir_traversal_exploit/module.rb index 08a7ac7a8..8f8f102c9 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/extract_cmd_exec/command.js b/modules/exploits/extract_cmd_exec/command.js index e59dc95a4..d3cdd8989 100644 --- a/modules/exploits/extract_cmd_exec/command.js +++ b/modules/exploits/extract_cmd_exec/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/extract_cmd_exec/config.yaml b/modules/exploits/extract_cmd_exec/config.yaml index 64ce1f3f7..1e4f43437 100644 --- a/modules/exploits/extract_cmd_exec/config.yaml +++ b/modules/exploits/extract_cmd_exec/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/extract_cmd_exec/module.rb b/modules/exploits/extract_cmd_exec/module.rb index eaf23a0ac..c22fef59a 100644 --- a/modules/exploits/extract_cmd_exec/module.rb +++ b/modules/exploits/extract_cmd_exec/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission ### diff --git a/modules/exploits/firephp/command.js b/modules/exploits/firephp/command.js index c90282b7a..a450c91c1 100644 --- a/modules/exploits/firephp/command.js +++ b/modules/exploits/firephp/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/firephp/config.yaml b/modules/exploits/firephp/config.yaml index fbb6e6fd4..6d177b662 100644 --- a/modules/exploits/firephp/config.yaml +++ b/modules/exploits/firephp/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/firephp/module.rb b/modules/exploits/firephp/module.rb index 644a5c235..200ee170a 100644 --- a/modules/exploits/firephp/module.rb +++ b/modules/exploits/firephp/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission ### diff --git a/modules/exploits/glassfish_war_upload_xsrf/command.js b/modules/exploits/glassfish_war_upload_xsrf/command.js index c1ab6336c..88b1fa122 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/glassfish_war_upload_xsrf/config.yaml b/modules/exploits/glassfish_war_upload_xsrf/config.yaml index 12a96368d..03d31bd96 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/glassfish_war_upload_xsrf/module.rb b/modules/exploits/glassfish_war_upload_xsrf/module.rb index cf3b4b831..2efd7ae81 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/groovyshell_server_cmd_exec/command.js b/modules/exploits/groovyshell_server_cmd_exec/command.js index 623b98977..4b3ae22b7 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/groovyshell_server_cmd_exec/config.yaml b/modules/exploits/groovyshell_server_cmd_exec/config.yaml index 39a5b9ed0..e43555c37 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/groovyshell_server_cmd_exec/module.rb b/modules/exploits/groovyshell_server_cmd_exec/module.rb index dca057dcf..f852fa385 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/hp_ucmdb_add_user_csrf/command.js b/modules/exploits/hp_ucmdb_add_user_csrf/command.js index 11929aecc..1d1174684 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/exploits/hp_ucmdb_add_user_csrf/config.yaml b/modules/exploits/hp_ucmdb_add_user_csrf/config.yaml index de65cfa5b..2138ce12b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/hp_ucmdb_add_user_csrf/module.rb b/modules/exploits/hp_ucmdb_add_user_csrf/module.rb index 820485952..e48e81ee6 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/jboss_jmx_upload_exploit/command.js b/modules/exploits/jboss_jmx_upload_exploit/command.js index cb36a5538..985d985d7 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/jboss_jmx_upload_exploit/config.yaml b/modules/exploits/jboss_jmx_upload_exploit/config.yaml index 13e01ff04..c3062ac2e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/jboss_jmx_upload_exploit/module.rb b/modules/exploits/jboss_jmx_upload_exploit/module.rb index 8ba73a543..5494aafca 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/jenkins_groovy_code_exec/command.js b/modules/exploits/jenkins_groovy_code_exec/command.js index 9fac5c4ad..ed8f05251 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/jenkins_groovy_code_exec/config.yaml b/modules/exploits/jenkins_groovy_code_exec/config.yaml index 685405406..f993d96e7 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/jenkins_groovy_code_exec/module.rb b/modules/exploits/jenkins_groovy_code_exec/module.rb index e1ee52a68..3c7b9ee86 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/kemp_command_execution/command.js b/modules/exploits/kemp_command_execution/command.js index 09a0f9cab..baa44aff6 100644 --- a/modules/exploits/kemp_command_execution/command.js +++ b/modules/exploits/kemp_command_execution/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/kemp_command_execution/config.yaml b/modules/exploits/kemp_command_execution/config.yaml index ff42268d8..e49ee8c59 100644 --- a/modules/exploits/kemp_command_execution/config.yaml +++ b/modules/exploits/kemp_command_execution/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/kemp_command_execution/module.rb b/modules/exploits/kemp_command_execution/module.rb index 746a1cf56..d13288ae3 100644 --- a/modules/exploits/kemp_command_execution/module.rb +++ b/modules/exploits/kemp_command_execution/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/activex_command_execution/command.js b/modules/exploits/local_host/activex_command_execution/command.js index 209d775b8..7ba53a6a4 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/local_host/activex_command_execution/config.yaml b/modules/exploits/local_host/activex_command_execution/config.yaml index 98f786cfe..b30e75e1f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/activex_command_execution/module.rb b/modules/exploits/local_host/activex_command_execution/module.rb index fafdbdcab..a950b117a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/ie_ms12_004_midi/command.js b/modules/exploits/local_host/ie_ms12_004_midi/command.js index 1a9304cf1..4c57f36ea 100644 --- a/modules/exploits/local_host/ie_ms12_004_midi/command.js +++ b/modules/exploits/local_host/ie_ms12_004_midi/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/local_host/ie_ms12_004_midi/config.yaml b/modules/exploits/local_host/ie_ms12_004_midi/config.yaml index 0f89cba3c..43e9792c1 100644 --- a/modules/exploits/local_host/ie_ms12_004_midi/config.yaml +++ b/modules/exploits/local_host/ie_ms12_004_midi/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/ie_ms12_004_midi/module.rb b/modules/exploits/local_host/ie_ms12_004_midi/module.rb index d2675c74e..c14be0813 100644 --- a/modules/exploits/local_host/ie_ms12_004_midi/module.rb +++ b/modules/exploits/local_host/ie_ms12_004_midi/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/ie_ms13_069_caret/command.js b/modules/exploits/local_host/ie_ms13_069_caret/command.js index eb8f277b9..5ab4c1346 100644 --- a/modules/exploits/local_host/ie_ms13_069_caret/command.js +++ b/modules/exploits/local_host/ie_ms13_069_caret/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/local_host/ie_ms13_069_caret/config.yaml b/modules/exploits/local_host/ie_ms13_069_caret/config.yaml index ec9d41016..a9b0b585c 100644 --- a/modules/exploits/local_host/ie_ms13_069_caret/config.yaml +++ b/modules/exploits/local_host/ie_ms13_069_caret/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/ie_ms13_069_caret/module.rb b/modules/exploits/local_host/ie_ms13_069_caret/module.rb index 13042a316..a50a84c70 100644 --- a/modules/exploits/local_host/ie_ms13_069_caret/module.rb +++ b/modules/exploits/local_host/ie_ms13_069_caret/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/java_payload/command.js b/modules/exploits/local_host/java_payload/command.js index 339c898b6..ed5ea10c0 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/local_host/java_payload/config.yaml b/modules/exploits/local_host/java_payload/config.yaml index 1aeacf196..e4703bb68 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/java_payload/module.rb b/modules/exploits/local_host/java_payload/module.rb index 092579d70..006e4f33e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/mozilla_nsiprocess_interface/command.js b/modules/exploits/local_host/mozilla_nsiprocess_interface/command.js index 957d1e06b..d08e4bb07 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/local_host/mozilla_nsiprocess_interface/config.yaml b/modules/exploits/local_host/mozilla_nsiprocess_interface/config.yaml index 05e09b7c4..bfa917636 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/mozilla_nsiprocess_interface/module.rb b/modules/exploits/local_host/mozilla_nsiprocess_interface/module.rb index c3a5f78ad..1f8c8ae8c 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/safari_launch_app/command.js b/modules/exploits/local_host/safari_launch_app/command.js index 1e9e48f5c..84b663500 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/local_host/safari_launch_app/config.yaml b/modules/exploits/local_host/safari_launch_app/config.yaml index cc0c85adf..e446bf10c 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/safari_launch_app/module.rb b/modules/exploits/local_host/safari_launch_app/module.rb index 5a88c19fc..53fa13d90 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/signed_applet_dropper/applet/SM.java b/modules/exploits/local_host/signed_applet_dropper/applet/SM.java index f670b1350..91676e921 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * * author: antisnatchor diff --git a/modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java b/modules/exploits/local_host/signed_applet_dropper/applet/SignedApplet.java index 52f0518e5..6961eab75 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * * author: antisnatchor diff --git a/modules/exploits/local_host/signed_applet_dropper/command.js b/modules/exploits/local_host/signed_applet_dropper/command.js index 7a9533ab5..d74cc6951 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/local_host/signed_applet_dropper/config.yaml b/modules/exploits/local_host/signed_applet_dropper/config.yaml index 8f80888f2..749585517 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/signed_applet_dropper/module.rb b/modules/exploits/local_host/signed_applet_dropper/module.rb index 6234bba2c..da0c346e8 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/window_mail_client_dos/command.js b/modules/exploits/local_host/window_mail_client_dos/command.js index 74559190c..2b092fa7e 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/local_host/window_mail_client_dos/config.yaml b/modules/exploits/local_host/window_mail_client_dos/config.yaml index 805a8be81..53ed001e1 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/local_host/window_mail_client_dos/module.rb b/modules/exploits/local_host/window_mail_client_dos/module.rb index 1d3170a2d..e8dbb13c0 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/m0n0wall/command.js b/modules/exploits/m0n0wall/command.js index 7c9956460..9eaa4c565 100644 --- a/modules/exploits/m0n0wall/command.js +++ b/modules/exploits/m0n0wall/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/m0n0wall/config.yaml b/modules/exploits/m0n0wall/config.yaml index 44d33071f..7ef2ae14d 100644 --- a/modules/exploits/m0n0wall/config.yaml +++ b/modules/exploits/m0n0wall/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/m0n0wall/module.rb b/modules/exploits/m0n0wall/module.rb index 9ce0dfafe..4058b1c53 100644 --- a/modules/exploits/m0n0wall/module.rb +++ b/modules/exploits/m0n0wall/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/nas/dlink_sharecenter_cmd_exec/command.js b/modules/exploits/nas/dlink_sharecenter_cmd_exec/command.js index 24cb259f2..874ea5491 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/nas/dlink_sharecenter_cmd_exec/config.yaml b/modules/exploits/nas/dlink_sharecenter_cmd_exec/config.yaml index a2defab00..c5147c23b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/nas/dlink_sharecenter_cmd_exec/module.rb b/modules/exploits/nas/dlink_sharecenter_cmd_exec/module.rb index 06ad6b699..b59af1569 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission ### diff --git a/modules/exploits/nas/freenas_reverse_root_shell_csrf/command.js b/modules/exploits/nas/freenas_reverse_root_shell_csrf/command.js index bf799e04a..4e217f974 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/nas/freenas_reverse_root_shell_csrf/config.yaml b/modules/exploits/nas/freenas_reverse_root_shell_csrf/config.yaml index 4c7ff2daa..d6dcad0ad 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/nas/freenas_reverse_root_shell_csrf/module.rb b/modules/exploits/nas/freenas_reverse_root_shell_csrf/module.rb index 7797ed9de..719ee496a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://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 8109bdb9c..e200ffb7f 100644 --- a/modules/exploits/ntfscommoncreate_dos/command.js +++ b/modules/exploits/ntfscommoncreate_dos/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://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 0afe469a6..6d80e81d7 100644 --- a/modules/exploits/ntfscommoncreate_dos/config.yaml +++ b/modules/exploits/ntfscommoncreate_dos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://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 5b14d4e9c..d7775f3b6 100644 --- a/modules/exploits/ntfscommoncreate_dos/module.rb +++ b/modules/exploits/ntfscommoncreate_dos/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/opencart_reset_password/command.js b/modules/exploits/opencart_reset_password/command.js index f69fc9f7e..19c4ee5ed 100644 --- a/modules/exploits/opencart_reset_password/command.js +++ b/modules/exploits/opencart_reset_password/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/opencart_reset_password/config.yaml b/modules/exploits/opencart_reset_password/config.yaml index 70d0776c1..fcad88ea7 100644 --- a/modules/exploits/opencart_reset_password/config.yaml +++ b/modules/exploits/opencart_reset_password/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/opencart_reset_password/module.rb b/modules/exploits/opencart_reset_password/module.rb index 175991603..195816f82 100644 --- a/modules/exploits/opencart_reset_password/module.rb +++ b/modules/exploits/opencart_reset_password/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/pfsense/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 d45fcfa97..eae631a14 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/pfsense/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 67a5d7cf5..cf98abcca 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/pfsense/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 6a9f15b41..b5e2baa2b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/command.js b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/command.js index 1b5855eed..75201c5b5 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/config.yaml b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/config.yaml index 01cdd70f6..6f665a7e2 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/module.rb b/modules/exploits/pfsense/pfsense_reverse_root_shell_csrf/module.rb index d49b4386b..584280085 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/php-5.3.9-dos/command.js b/modules/exploits/php-5.3.9-dos/command.js index c04c6fdc3..70141415e 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/php-5.3.9-dos/config.yaml b/modules/exploits/php-5.3.9-dos/config.yaml index d38d1f395..e27af14e9 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/php-5.3.9-dos/module.rb b/modules/exploits/php-5.3.9-dos/module.rb index 194019ad1..78e616487 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/qnx_qconn_command_execution/command.js b/modules/exploits/qnx_qconn_command_execution/command.js index 43ede58c3..122b3dcb9 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/qnx_qconn_command_execution/config.yaml b/modules/exploits/qnx_qconn_command_execution/config.yaml index f9a5b730c..d722d118e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/qnx_qconn_command_execution/module.rb b/modules/exploits/qnx_qconn_command_execution/module.rb index 28af9f497..7d0168d24 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/resource_exhaustion_dos/command.js b/modules/exploits/resource_exhaustion_dos/command.js index 3cc3bfde0..ebf89196f 100644 --- a/modules/exploits/resource_exhaustion_dos/command.js +++ b/modules/exploits/resource_exhaustion_dos/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/resource_exhaustion_dos/config.yaml b/modules/exploits/resource_exhaustion_dos/config.yaml index 50698316c..bf13f4835 100644 --- a/modules/exploits/resource_exhaustion_dos/config.yaml +++ b/modules/exploits/resource_exhaustion_dos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/resource_exhaustion_dos/module.rb b/modules/exploits/resource_exhaustion_dos/module.rb index 3fad7b4e4..66baaa764 100644 --- a/modules/exploits/resource_exhaustion_dos/module.rb +++ b/modules/exploits/resource_exhaustion_dos/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/rfi_scanner/command.js b/modules/exploits/rfi_scanner/command.js index 16315ce00..e6ed21e49 100644 --- a/modules/exploits/rfi_scanner/command.js +++ b/modules/exploits/rfi_scanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/rfi_scanner/config.yaml b/modules/exploits/rfi_scanner/config.yaml index 718451b57..8f227afae 100644 --- a/modules/exploits/rfi_scanner/config.yaml +++ b/modules/exploits/rfi_scanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/rfi_scanner/module.rb b/modules/exploits/rfi_scanner/module.rb index 723038f95..1b6bfaa0f 100644 --- a/modules/exploits/rfi_scanner/module.rb +++ b/modules/exploits/rfi_scanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/3com_officeconnect_cmd_exec/command.js b/modules/exploits/router/3com_officeconnect_cmd_exec/command.js index 88be15ca2..aaa3b7896 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/3com_officeconnect_cmd_exec/config.yaml b/modules/exploits/router/3com_officeconnect_cmd_exec/config.yaml index b87354322..b2dc899ef 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/3com_officeconnect_cmd_exec/module.rb b/modules/exploits/router/3com_officeconnect_cmd_exec/module.rb index 06afd7a99..26bad638d 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/actiontec_q1000_csrf/command.js b/modules/exploits/router/actiontec_q1000_csrf/command.js index dfe7f4d97..3949da40d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/actiontec_q1000_csrf/config.yaml b/modules/exploits/router/actiontec_q1000_csrf/config.yaml index a9fb533de..4847d4702 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/actiontec_q1000_csrf/module.rb b/modules/exploits/router/actiontec_q1000_csrf/module.rb index e78355802..0a16c2901 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/argw4_adsl_dns_hijack/command.js b/modules/exploits/router/argw4_adsl_dns_hijack/command.js index a5ec701ea..43293d389 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/argw4_adsl_dns_hijack/config.yaml b/modules/exploits/router/argw4_adsl_dns_hijack/config.yaml index 4e2b6e3e3..06154264d 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/argw4_adsl_dns_hijack/module.rb b/modules/exploits/router/argw4_adsl_dns_hijack/module.rb index 88444a086..ea019be91 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/asmax_ar804gu_cmd_exec/command.js b/modules/exploits/router/asmax_ar804gu_cmd_exec/command.js index 98e7df650..d8d2e0d65 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml b/modules/exploits/router/asmax_ar804gu_cmd_exec/config.yaml index 61d5fb467..a676ed908 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb b/modules/exploits/router/asmax_ar804gu_cmd_exec/module.rb index 1c21fbac5..bb44b25b6 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/asus_dslx11_dns_hijack/command.js b/modules/exploits/router/asus_dslx11_dns_hijack/command.js index 640471f6a..a43f7e438 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/asus_dslx11_dns_hijack/config.yaml b/modules/exploits/router/asus_dslx11_dns_hijack/config.yaml index 99581748b..74baac74c 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/asus_dslx11_dns_hijack/module.rb b/modules/exploits/router/asus_dslx11_dns_hijack/module.rb index 70132c605..a8c039c7c 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/asus_rt_n12e_get_info/command.js b/modules/exploits/router/asus_rt_n12e_get_info/command.js index ce74ac195..669291673 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/asus_rt_n12e_get_info/config.yaml b/modules/exploits/router/asus_rt_n12e_get_info/config.yaml index b08c19dd8..41b8e0444 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/asus_rt_n12e_get_info/module.rb b/modules/exploits/router/asus_rt_n12e_get_info/module.rb index a41295896..72454c6e5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/asus_rt_n66u_cmd_exec/command.js b/modules/exploits/router/asus_rt_n66u_cmd_exec/command.js index bedea2071..0f129a1b0 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml b/modules/exploits/router/asus_rt_n66u_cmd_exec/config.yaml index 2e8971578..4214e7f0e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb b/modules/exploits/router/asus_rt_n66u_cmd_exec/module.rb index 716aacfe2..ea2491b57 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/command.js index 6f8bec369..b339beb66 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/config.yaml index 082594dd7..005bbd6cc 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb b/modules/exploits/router/beetel_bcm96338_router_dns_hijack/module.rb index 626bdd6e6..d4a27336a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/belkin_dns_csrf/command.js b/modules/exploits/router/belkin_dns_csrf/command.js index ff16a0269..97b7e918c 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/belkin_dns_csrf/config.yaml b/modules/exploits/router/belkin_dns_csrf/config.yaml index 0cd686a7a..d610fe5c4 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/belkin_dns_csrf/module.rb b/modules/exploits/router/belkin_dns_csrf/module.rb index 4633dd175..34b0d62a8 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/bt_home_hub_csrf/command.js b/modules/exploits/router/bt_home_hub_csrf/command.js index 37819cd6a..b86c0debf 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/bt_home_hub_csrf/config.yaml b/modules/exploits/router/bt_home_hub_csrf/config.yaml index 8c1a44b31..90f16f999 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/bt_home_hub_csrf/module.rb b/modules/exploits/router/bt_home_hub_csrf/module.rb index 387f44303..9549e181f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/cisco_e2400_csrf/command.js b/modules/exploits/router/cisco_e2400_csrf/command.js index 1d3da4e55..6fa789d95 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/cisco_e2400_csrf/config.yaml b/modules/exploits/router/cisco_e2400_csrf/config.yaml index e82543f45..b2c9b4100 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/cisco_e2400_csrf/module.rb b/modules/exploits/router/cisco_e2400_csrf/module.rb index dbb695f26..187e9fa95 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/comtrend_ct5367_csrf/command.js b/modules/exploits/router/comtrend_ct5367_csrf/command.js index 888d8bd02..1c73eac54 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/comtrend_ct5367_csrf/config.yaml b/modules/exploits/router/comtrend_ct5367_csrf/config.yaml index e2527a01e..74970679b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/comtrend_ct5367_csrf/module.rb b/modules/exploits/router/comtrend_ct5367_csrf/module.rb index 6891f9b7a..9f34bdaef 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/comtrend_ct5624_csrf/command.js b/modules/exploits/router/comtrend_ct5624_csrf/command.js index 583217b86..320141949 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/comtrend_ct5624_csrf/config.yaml b/modules/exploits/router/comtrend_ct5624_csrf/config.yaml index a0ce084f2..aa799ade9 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/comtrend_ct5624_csrf/module.rb b/modules/exploits/router/comtrend_ct5624_csrf/module.rb index 665cdac28..940acc94a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/comtrend_ct_series_dns_hijack/command.js b/modules/exploits/router/comtrend_ct_series_dns_hijack/command.js index c3e3b7c81..b986b6f6c 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/comtrend_ct_series_dns_hijack/config.yaml b/modules/exploits/router/comtrend_ct_series_dns_hijack/config.yaml index c81f3bb9c..b31fd8f29 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/comtrend_ct_series_dns_hijack/module.rb b/modules/exploits/router/comtrend_ct_series_dns_hijack/module.rb index cd2667879..0b8ea0d0e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/command.js index 8c3b19306..dae2a1a4d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/config.yaml index d6550a1b6..a5a9cf4c0 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb b/modules/exploits/router/ddwrt_v24_sp1_cmd_exec/module.rb index b75c2e94a..40361d1ad 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/ddwrt_v24_sp1_csrf/command.js b/modules/exploits/router/ddwrt_v24_sp1_csrf/command.js index 4ade29016..8fcdb6f02 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml b/modules/exploits/router/ddwrt_v24_sp1_csrf/config.yaml index e066fa3d4..fa465ee59 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb b/modules/exploits/router/ddwrt_v24_sp1_csrf/module.rb index 115bb6a3e..de5988ea5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dir_615_csrf/command.js b/modules/exploits/router/dlink_dir_615_csrf/command.js index ffcff17cd..a17c9bf7d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/dlink_dir_615_csrf/config.yaml b/modules/exploits/router/dlink_dir_615_csrf/config.yaml index 8f770371a..72925cd55 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dir_615_csrf/module.rb b/modules/exploits/router/dlink_dir_615_csrf/module.rb index ff295047d..80ae06f32 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl2640b_dns_hijack/command.js b/modules/exploits/router/dlink_dsl2640b_dns_hijack/command.js index 8a71a851b..a98b7585d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/dlink_dsl2640b_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl2640b_dns_hijack/config.yaml index 4295a8481..e1edde085 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl2640b_dns_hijack/module.rb index e3dda31de..a281af040 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js b/modules/exploits/router/dlink_dsl2640u_dns_hijack/command.js index 2d51c1bb0..8b8e320a5 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl2640u_dns_hijack/config.yaml index 7351b51e0..7a5e3bd31 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl2640u_dns_hijack/module.rb index c7375d68a..877f646d3 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl2740r_dns_hijack/command.js b/modules/exploits/router/dlink_dsl2740r_dns_hijack/command.js index 24f490ab8..c816f0ab3 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/dlink_dsl2740r_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl2740r_dns_hijack/config.yaml index 96145929f..64cba546a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl2740r_dns_hijack/module.rb index 8e2243f80..b76877296 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl2780b_dns_hijack/command.js b/modules/exploits/router/dlink_dsl2780b_dns_hijack/command.js index ad8544ec7..092e271b4 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/dlink_dsl2780b_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl2780b_dns_hijack/config.yaml index 9e56936a2..e2f483f19 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl2780b_dns_hijack/module.rb index 0b0395347..1a46b689e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl500t_csrf/command.js b/modules/exploits/router/dlink_dsl500t_csrf/command.js index 5ccd2ece9..e98b6768b 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/dlink_dsl500t_csrf/config.yaml b/modules/exploits/router/dlink_dsl500t_csrf/config.yaml index 6f50259ec..0e8b5ca18 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl500t_csrf/module.rb b/modules/exploits/router/dlink_dsl500t_csrf/module.rb index 2141a49bf..02fa95cb0 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl526b_dns_hijack/command.js b/modules/exploits/router/dlink_dsl526b_dns_hijack/command.js index 57437d714..7cc0ec678 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/dlink_dsl526b_dns_hijack/config.yaml b/modules/exploits/router/dlink_dsl526b_dns_hijack/config.yaml index fb81b7dd6..a9764ee6f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb b/modules/exploits/router/dlink_dsl526b_dns_hijack/module.rb index faa728d84..47b63470e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/exper_ewm01_adsl_dns_hijack/command.js b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/command.js index f816e09d2..c56c06585 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/config.yaml index 96d0fba26..7f60733d2 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/exper_ewm01_adsl_dns_hijack/module.rb b/modules/exploits/router/exper_ewm01_adsl_dns_hijack/module.rb index a01c01be6..055dc604a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/huawei_smartax_mt880/command.js b/modules/exploits/router/huawei_smartax_mt880/command.js index e1ad228b7..d4ed3c26e 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/huawei_smartax_mt880/config.yaml b/modules/exploits/router/huawei_smartax_mt880/config.yaml index ca1f78fed..86d2919a2 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/huawei_smartax_mt880/module.rb b/modules/exploits/router/huawei_smartax_mt880/module.rb index 464db0bc9..dbd90bf6f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/command.js index 18f52bd6e..e785a55fb 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/config.yaml index 266678678..e9160f358 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb b/modules/exploits/router/iball_baton_ib_wra150n_dns_hijack/module.rb index 934bf9226..a57b4b7dd 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/command.js b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/command.js index 727540f1a..b2cca0db1 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/config.yaml b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/config.yaml index f4ca31188..280ad7d00 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/module.rb b/modules/exploits/router/inteno_eg101r1_voip_dns_hijack/module.rb index f4d0db76d..df99089be 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_befsr41_csrf/command.js b/modules/exploits/router/linksys_befsr41_csrf/command.js index 9328527c8..fd8916071 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/linksys_befsr41_csrf/config.yaml b/modules/exploits/router/linksys_befsr41_csrf/config.yaml index 33cf5f79d..5c8d281df 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_befsr41_csrf/module.rb b/modules/exploits/router/linksys_befsr41_csrf/module.rb index 00ecfcb18..46121461c 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_e2500_csrf/command.js b/modules/exploits/router/linksys_e2500_csrf/command.js index 672e74921..131b4b907 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/linksys_e2500_csrf/config.yaml b/modules/exploits/router/linksys_e2500_csrf/config.yaml index 41241715b..b9429e45b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_e2500_csrf/module.rb b/modules/exploits/router/linksys_e2500_csrf/module.rb index 51c18c3df..a4f83a9aa 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_e2500_dns_hijack/command.js b/modules/exploits/router/linksys_e2500_dns_hijack/command.js index ea86e2be1..f839676e3 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/linksys_e2500_dns_hijack/config.yaml b/modules/exploits/router/linksys_e2500_dns_hijack/config.yaml index 9fb9d5b28..f115423cd 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_e2500_dns_hijack/module.rb b/modules/exploits/router/linksys_e2500_dns_hijack/module.rb index 9068747a0..210c0bedd 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_e2500_shell/command.js b/modules/exploits/router/linksys_e2500_shell/command.js index 3aa274efb..a9d3e0944 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/linksys_e2500_shell/config.yaml b/modules/exploits/router/linksys_e2500_shell/config.yaml index 2b4cdd89b..ff93b78c5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_e2500_shell/module.rb b/modules/exploits/router/linksys_e2500_shell/module.rb index 04800171d..fea3b1cc0 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_wrt54g2_csrf/command.js b/modules/exploits/router/linksys_wrt54g2_csrf/command.js index c2646dede..e87442115 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml b/modules/exploits/router/linksys_wrt54g2_csrf/config.yaml index 71baec7ae..7e4f75162 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_wrt54g2_csrf/module.rb b/modules/exploits/router/linksys_wrt54g2_csrf/module.rb index 01be1a5cb..b72337036 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_wrt54g_csrf/command.js b/modules/exploits/router/linksys_wrt54g_csrf/command.js index d56f4aaba..f6e172d06 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/linksys_wrt54g_csrf/config.yaml b/modules/exploits/router/linksys_wrt54g_csrf/config.yaml index bacf126d8..680728ea9 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/linksys_wrt54g_csrf/module.rb b/modules/exploits/router/linksys_wrt54g_csrf/module.rb index 92c93016c..5e4606539 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/command.js b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/command.js index 6ec3969e2..df9a4adcc 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/config.yaml b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/config.yaml index 0769ba607..6e875ff93 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/module.rb b/modules/exploits/router/netgear_dgn2000_wan_remote_mgmt/module.rb index 29c9c32f4..9bf2b160f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/netgear_dgn2200_cmd_exec/command.js b/modules/exploits/router/netgear_dgn2200_cmd_exec/command.js index c4b09bc86..65349857c 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/netgear_dgn2200_cmd_exec/config.yaml b/modules/exploits/router/netgear_dgn2200_cmd_exec/config.yaml index 37ae7b438..db0dbf2fc 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/netgear_dgn2200_cmd_exec/module.rb b/modules/exploits/router/netgear_dgn2200_cmd_exec/module.rb index ed431c1e9..a41114d01 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/phillips_dns_hijack/command.js b/modules/exploits/router/phillips_dns_hijack/command.js index 4aae47c1c..e0edf867c 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/phillips_dns_hijack/config.yaml b/modules/exploits/router/phillips_dns_hijack/config.yaml index 47478a11e..69a411215 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/phillips_dns_hijack/module.rb b/modules/exploits/router/phillips_dns_hijack/module.rb index 80622d53e..342d45e21 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission class Philips_dns_hijack < BeEF::Core::Command diff --git a/modules/exploits/router/pikatel_96338_dns_hijack/command.js b/modules/exploits/router/pikatel_96338_dns_hijack/command.js index c4d36ba66..5f3e32608 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/pikatel_96338_dns_hijack/config.yaml b/modules/exploits/router/pikatel_96338_dns_hijack/config.yaml index b1f9d7053..7c4ac1de1 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/pikatel_96338_dns_hijack/module.rb b/modules/exploits/router/pikatel_96338_dns_hijack/module.rb index 0c8bed346..b9b673c1f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/command.js b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/command.js index 3198509ab..dcb70565c 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/config.yaml b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/config.yaml index 43944ea04..19cbef343 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/module.rb b/modules/exploits/router/planet_vdr300nu_adsl_dns_hijack/module.rb index 4ce1d4ba0..b2a3e192f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/shuttle_tech_915wm_dns_hijack/command.js b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/command.js index f4a286cc1..86e530685 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/shuttle_tech_915wm_dns_hijack/config.yaml b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/config.yaml index cce0b05f2..193cc1bbc 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/shuttle_tech_915wm_dns_hijack/module.rb b/modules/exploits/router/shuttle_tech_915wm_dns_hijack/module.rb index 765cb9850..f52986a6b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/telstra_zte_mf91_change_pw/command.js b/modules/exploits/router/telstra_zte_mf91_change_pw/command.js index f4c98f8a1..83767f603 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/telstra_zte_mf91_change_pw/config.yaml b/modules/exploits/router/telstra_zte_mf91_change_pw/config.yaml index a25538baf..98876b116 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/telstra_zte_mf91_change_pw/module.rb b/modules/exploits/router/telstra_zte_mf91_change_pw/module.rb index 6b8321afe..0c7928fd9 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/telstra_zte_mf91_change_ssid/command.js b/modules/exploits/router/telstra_zte_mf91_change_ssid/command.js index 9ea750ff4..685c30f4c 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/telstra_zte_mf91_change_ssid/config.yaml b/modules/exploits/router/telstra_zte_mf91_change_ssid/config.yaml index b770f6299..84d241003 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/telstra_zte_mf91_change_ssid/module.rb b/modules/exploits/router/telstra_zte_mf91_change_ssid/module.rb index 6346eac85..30a264557 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/command.js b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/command.js index ce21e92a7..0fa9b65de 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/config.yaml b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/config.yaml index b6ea7a430..d95a5fb4b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/module.rb b/modules/exploits/router/telstra_zte_mf91_disable_ap_isolation/module.rb index 0cff02c0a..85d26760c 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/tenda_adsl_dns_hijack/command.js b/modules/exploits/router/tenda_adsl_dns_hijack/command.js index 90b14808f..fab288855 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/tenda_adsl_dns_hijack/config.yaml b/modules/exploits/router/tenda_adsl_dns_hijack/config.yaml index 80a9ed71e..11a43c843 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/tenda_adsl_dns_hijack/module.rb b/modules/exploits/router/tenda_adsl_dns_hijack/module.rb index bca05c3fc..0b6ae996b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/tplink_dns_csrf/command.js b/modules/exploits/router/tplink_dns_csrf/command.js index eb3c17548..20bda42fe 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/tplink_dns_csrf/config.yaml b/modules/exploits/router/tplink_dns_csrf/config.yaml index 808719410..e9a04b8c5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/tplink_dns_csrf/module.rb b/modules/exploits/router/tplink_dns_csrf/module.rb index 1f67babe6..be0b1116b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/command.js b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/command.js index 66e3827ae..6f76bde16 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/config.yaml b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/config.yaml index cea38b29b..ade8e8451 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb b/modules/exploits/router/utstarcom_wa3002g4_dns_hijack/module.rb index 66416664e..4759ca1bc 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/virgin_superhub_csrf/command.js b/modules/exploits/router/virgin_superhub_csrf/command.js index 1fc723329..8804b6fd5 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/virgin_superhub_csrf/config.yaml b/modules/exploits/router/virgin_superhub_csrf/config.yaml index 562c1083e..76eb33d4c 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/virgin_superhub_csrf/module.rb b/modules/exploits/router/virgin_superhub_csrf/module.rb index 3e3e92ba4..06345d151 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/wipg1000_cmd_injection/command.js b/modules/exploits/router/wipg1000_cmd_injection/command.js index c1e544e0f..13a3c61b9 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/router/wipg1000_cmd_injection/config.yaml b/modules/exploits/router/wipg1000_cmd_injection/config.yaml index 351c6d728..75791eba4 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/router/wipg1000_cmd_injection/module.rb b/modules/exploits/router/wipg1000_cmd_injection/module.rb index e948f8100..4b21a7373 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/ruby_nntpd_cmd_exec/command.js b/modules/exploits/ruby_nntpd_cmd_exec/command.js index 44757c92b..b144c73ff 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/ruby_nntpd_cmd_exec/config.yaml b/modules/exploits/ruby_nntpd_cmd_exec/config.yaml index d99a21347..bcde6d0ea 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/ruby_nntpd_cmd_exec/module.rb b/modules/exploits/ruby_nntpd_cmd_exec/module.rb index 0819d1822..640b16993 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission ### diff --git a/modules/exploits/shell_shock_scanner/command.js b/modules/exploits/shell_shock_scanner/command.js index 000316ed5..5fc5e6d37 100644 --- a/modules/exploits/shell_shock_scanner/command.js +++ b/modules/exploits/shell_shock_scanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/shell_shock_scanner/config.yaml b/modules/exploits/shell_shock_scanner/config.yaml index b4282fe5c..1d27126d3 100644 --- a/modules/exploits/shell_shock_scanner/config.yaml +++ b/modules/exploits/shell_shock_scanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/shell_shock_scanner/module.rb b/modules/exploits/shell_shock_scanner/module.rb index 1b9557a04..84762236c 100644 --- a/modules/exploits/shell_shock_scanner/module.rb +++ b/modules/exploits/shell_shock_scanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/shell_shocked/command.js b/modules/exploits/shell_shocked/command.js index 55d500591..88a6bc5a7 100644 --- a/modules/exploits/shell_shocked/command.js +++ b/modules/exploits/shell_shocked/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/shell_shocked/config.yaml b/modules/exploits/shell_shocked/config.yaml index 0f82dc300..2f5fb0a57 100644 --- a/modules/exploits/shell_shocked/config.yaml +++ b/modules/exploits/shell_shocked/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/shell_shocked/module.rb b/modules/exploits/shell_shocked/module.rb index c87306b6e..03971a46e 100644 --- a/modules/exploits/shell_shocked/module.rb +++ b/modules/exploits/shell_shocked/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/spring_framework_malicious_jar/command.js b/modules/exploits/spring_framework_malicious_jar/command.js index a8180411f..76490fd5d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/spring_framework_malicious_jar/config.yaml b/modules/exploits/spring_framework_malicious_jar/config.yaml index 7e100a389..2d5d178e3 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/spring_framework_malicious_jar/module.rb b/modules/exploits/spring_framework_malicious_jar/module.rb index 42096e8bf..986ea43fb 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/switch/dlink_dgs_1100_device_reset/command.js b/modules/exploits/switch/dlink_dgs_1100_device_reset/command.js index 2be54481a..97510f3ef 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/switch/dlink_dgs_1100_device_reset/config.yaml b/modules/exploits/switch/dlink_dgs_1100_device_reset/config.yaml index 385273287..5c23388b1 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/switch/dlink_dgs_1100_device_reset/module.rb b/modules/exploits/switch/dlink_dgs_1100_device_reset/module.rb index 0afcfc4a5..df26f95c0 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/command.js index 4380648f3..df9c3fd04 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/config.yaml b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/config.yaml index fadcab8bc..5bc4501f3 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb b/modules/exploits/switch/dlink_dgs_1100_fdb_whitelist/module.rb index 89b2953ee..439575e66 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/command.js b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/command.js index 27893591a..462ea30ff 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/config.yaml b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/config.yaml index 212ca451a..2629c6bd5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/switch/dlink_dgs_1100_port_mirroring/module.rb b/modules/exploits/switch/dlink_dgs_1100_port_mirroring/module.rb index 8bfeda76a..7da6b16da 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/switch/netgear_gs108t_csrf/command.js b/modules/exploits/switch/netgear_gs108t_csrf/command.js index abf48522d..44f2129fa 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/switch/netgear_gs108t_csrf/config.yaml b/modules/exploits/switch/netgear_gs108t_csrf/config.yaml index 42a8d9029..55a9201bf 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/switch/netgear_gs108t_csrf/module.rb b/modules/exploits/switch/netgear_gs108t_csrf/module.rb index 0a160612c..ea4e132eb 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/vtiger_crm_upload_exploit/command.js b/modules/exploits/vtiger_crm_upload_exploit/command.js index 2d36e77eb..78517dadd 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/vtiger_crm_upload_exploit/config.yaml b/modules/exploits/vtiger_crm_upload_exploit/config.yaml index 9abf9572c..235259f92 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/vtiger_crm_upload_exploit/module.rb b/modules/exploits/vtiger_crm_upload_exploit/module.rb index d0a67f951..641a9ef50 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/wanem_command_execution/command.js b/modules/exploits/wanem_command_execution/command.js index 8f6157bc4..675cbc1b6 100644 --- a/modules/exploits/wanem_command_execution/command.js +++ b/modules/exploits/wanem_command_execution/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/wanem_command_execution/config.yaml b/modules/exploits/wanem_command_execution/config.yaml index b82d93bd0..b837a1597 100644 --- a/modules/exploits/wanem_command_execution/config.yaml +++ b/modules/exploits/wanem_command_execution/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/wanem_command_execution/module.rb b/modules/exploits/wanem_command_execution/module.rb index 7ef0ff7ee..03579af28 100644 --- a/modules/exploits/wanem_command_execution/module.rb +++ b/modules/exploits/wanem_command_execution/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/wifi_pineapple_csrf/command.js b/modules/exploits/wifi_pineapple_csrf/command.js index 9dd4ae777..aac3d14fd 100644 --- a/modules/exploits/wifi_pineapple_csrf/command.js +++ b/modules/exploits/wifi_pineapple_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/wifi_pineapple_csrf/config.yaml b/modules/exploits/wifi_pineapple_csrf/config.yaml index fd02bce24..4f2978a5d 100644 --- a/modules/exploits/wifi_pineapple_csrf/config.yaml +++ b/modules/exploits/wifi_pineapple_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/wifi_pineapple_csrf/module.rb b/modules/exploits/wifi_pineapple_csrf/module.rb index 2fc403fa7..0208ebd90 100644 --- a/modules/exploits/wifi_pineapple_csrf/module.rb +++ b/modules/exploits/wifi_pineapple_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/xss/alienvault_ossim_3.1_xss/command.js b/modules/exploits/xss/alienvault_ossim_3.1_xss/command.js index c2abf9f28..fe62272e8 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/xss/alienvault_ossim_3.1_xss/config.yaml b/modules/exploits/xss/alienvault_ossim_3.1_xss/config.yaml index 1dbacdd84..4fdf4b964 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/xss/alienvault_ossim_3.1_xss/module.rb b/modules/exploits/xss/alienvault_ossim_3.1_xss/module.rb index d3d25431d..c7b830368 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/xss/cisco_collaboration_server_5_xss/command.js b/modules/exploits/xss/cisco_collaboration_server_5_xss/command.js index 7b51936df..ef8e16a32 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/xss/cisco_collaboration_server_5_xss/config.yaml b/modules/exploits/xss/cisco_collaboration_server_5_xss/config.yaml index 5417e7b3a..27611b595 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/xss/cisco_collaboration_server_5_xss/module.rb b/modules/exploits/xss/cisco_collaboration_server_5_xss/module.rb index 3b4faa5ad..c003cf023 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/xss/serendipity_1.6_xss/command.js b/modules/exploits/xss/serendipity_1.6_xss/command.js index 84727d908..3da8949c6 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/xss/serendipity_1.6_xss/config.yaml b/modules/exploits/xss/serendipity_1.6_xss/config.yaml index 88378cc3f..770d1d368 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/xss/serendipity_1.6_xss/module.rb b/modules/exploits/xss/serendipity_1.6_xss/module.rb index 1788862df..8179116ba 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/xss/sqlitemanager_xss/command.js b/modules/exploits/xss/sqlitemanager_xss/command.js index 84727d908..3da8949c6 100644 --- a/modules/exploits/xss/sqlitemanager_xss/command.js +++ b/modules/exploits/xss/sqlitemanager_xss/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/xss/sqlitemanager_xss/config.yaml b/modules/exploits/xss/sqlitemanager_xss/config.yaml index c64845ebd..e118ce10d 100644 --- a/modules/exploits/xss/sqlitemanager_xss/config.yaml +++ b/modules/exploits/xss/sqlitemanager_xss/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/xss/sqlitemanager_xss/module.rb b/modules/exploits/xss/sqlitemanager_xss/module.rb index af8bc746f..6ce90cc49 100644 --- a/modules/exploits/xss/sqlitemanager_xss/module.rb +++ b/modules/exploits/xss/sqlitemanager_xss/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zenoss_3x_command_execution/command.js b/modules/exploits/zenoss_3x_command_execution/command.js index d165dade9..be5b611ed 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zenoss_3x_command_execution/config.yaml b/modules/exploits/zenoss_3x_command_execution/config.yaml index 5cbb6b24d..dc5d0f98a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zenoss_3x_command_execution/module.rb b/modules/exploits/zenoss_3x_command_execution/module.rb index 377182169..b3b56bac4 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zenoss_add_user_csrf/command.js b/modules/exploits/zenoss_add_user_csrf/command.js index 1db002ce0..864db9e75 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zenoss_add_user_csrf/config.yaml b/modules/exploits/zenoss_add_user_csrf/config.yaml index 8d0add6dc..a9870971d 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zenoss_add_user_csrf/module.rb b/modules/exploits/zenoss_add_user_csrf/module.rb index 946a5afbd..4034592c8 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/command.js index a39f77c12..90f571989 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/config.yaml index c87c44287..053272de6 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_dynamic_token/module.rb index 586b838bd..89ce9048a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/command.js index a5984b018..fc0dad6df 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/config.yaml index 5ea586582..9b26500db 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_password/module.rb index a67011319..ee85901ec 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/command.js index 2d846e98b..1bcf85bac 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/config.yaml index 2ee3f8863..e22d12de6 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_admin_static_token/module.rb index c5defb7b6..cdab22620 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/command.js index 72f3835de..56677cc54 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/config.yaml index a0879aeb1..2c883e2f4 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_file_disclosure/module.rb index a198edfd8..51e40f3cc 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/command.js index 039c9083e..131d1fddb 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/config.yaml index db510b441..42d3352ef 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_migrate_hook/module.rb index 3ab4d6994..352a98157 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/command.js index 68ac430ab..af0c19059 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/config.yaml index 6c1c5b814..98d859081 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop/module.rb index 910ba72fb..9ca77c992 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/command.js index 4a8fe0697..411e3bf85 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/config.yaml index 235ea5544..f30834aa5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_reverse_shell_csrf_sop_bypass/module.rb index 76e5fa58e..4ce264f0e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/command.js b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/command.js index 97c80354a..323b4d490 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/config.yaml b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/config.yaml index f6fd90b72..5e11ab4d5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/module.rb b/modules/exploits/zeroshell/zeroshell_2_0rc2_scanner/module.rb index 73406d405..50c756829 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/clipboard_theft/command.js b/modules/host/clipboard_theft/command.js index 99bc5c26c..19b3498be 100644 --- a/modules/host/clipboard_theft/command.js +++ b/modules/host/clipboard_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/clipboard_theft/config.yaml b/modules/host/clipboard_theft/config.yaml index dc451d17c..54ba148b1 100644 --- a/modules/host/clipboard_theft/config.yaml +++ b/modules/host/clipboard_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/clipboard_theft/module.rb b/modules/host/clipboard_theft/module.rb index 569d53683..4f6938067 100644 --- a/modules/host/clipboard_theft/module.rb +++ b/modules/host/clipboard_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_airdroid/command.js b/modules/host/detect_airdroid/command.js index a1c831178..d81b6a86e 100644 --- a/modules/host/detect_airdroid/command.js +++ b/modules/host/detect_airdroid/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_airdroid/config.yaml b/modules/host/detect_airdroid/config.yaml index 6e328a0a4..8c28e4e35 100644 --- a/modules/host/detect_airdroid/config.yaml +++ b/modules/host/detect_airdroid/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_airdroid/module.rb b/modules/host/detect_airdroid/module.rb index aed8b116b..27bfd1f16 100644 --- a/modules/host/detect_airdroid/module.rb +++ b/modules/host/detect_airdroid/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_antivirus/command.js b/modules/host/detect_antivirus/command.js index dbb860796..3f40f11fc 100644 --- a/modules/host/detect_antivirus/command.js +++ b/modules/host/detect_antivirus/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_antivirus/config.yaml b/modules/host/detect_antivirus/config.yaml index 0876efbe6..166f2dc75 100644 --- a/modules/host/detect_antivirus/config.yaml +++ b/modules/host/detect_antivirus/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_antivirus/module.rb b/modules/host/detect_antivirus/module.rb index add91da1a..3e6b23f4b 100644 --- a/modules/host/detect_antivirus/module.rb +++ b/modules/host/detect_antivirus/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_coupon_printer/command.js b/modules/host/detect_coupon_printer/command.js index 04eb001e0..47dd45546 100644 --- a/modules/host/detect_coupon_printer/command.js +++ b/modules/host/detect_coupon_printer/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_coupon_printer/config.yaml b/modules/host/detect_coupon_printer/config.yaml index 22dfccfd9..5244c73f7 100644 --- a/modules/host/detect_coupon_printer/config.yaml +++ b/modules/host/detect_coupon_printer/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_coupon_printer/module.rb b/modules/host/detect_coupon_printer/module.rb index f7a8217ae..3ce605295 100644 --- a/modules/host/detect_coupon_printer/module.rb +++ b/modules/host/detect_coupon_printer/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_cups/command.js b/modules/host/detect_cups/command.js index ec982d9e8..620f50ce8 100644 --- a/modules/host/detect_cups/command.js +++ b/modules/host/detect_cups/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_cups/config.yaml b/modules/host/detect_cups/config.yaml index b06b2c08c..8846a34df 100644 --- a/modules/host/detect_cups/config.yaml +++ b/modules/host/detect_cups/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_cups/module.rb b/modules/host/detect_cups/module.rb index 6ad05d638..57268dda6 100644 --- a/modules/host/detect_cups/module.rb +++ b/modules/host/detect_cups/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_default_browser/command.js b/modules/host/detect_default_browser/command.js index 8b98601f1..c71ac45b3 100644 --- a/modules/host/detect_default_browser/command.js +++ b/modules/host/detect_default_browser/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_default_browser/config.yaml b/modules/host/detect_default_browser/config.yaml index 265477176..39fe49dcb 100644 --- a/modules/host/detect_default_browser/config.yaml +++ b/modules/host/detect_default_browser/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_default_browser/module.rb b/modules/host/detect_default_browser/module.rb index 6f967ba84..518522b8d 100644 --- a/modules/host/detect_default_browser/module.rb +++ b/modules/host/detect_default_browser/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_google_desktop/command.js b/modules/host/detect_google_desktop/command.js index 24d2fde4e..e08d69f53 100644 --- a/modules/host/detect_google_desktop/command.js +++ b/modules/host/detect_google_desktop/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_google_desktop/config.yaml b/modules/host/detect_google_desktop/config.yaml index d511cc96b..11bf70dfc 100644 --- a/modules/host/detect_google_desktop/config.yaml +++ b/modules/host/detect_google_desktop/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_google_desktop/module.rb b/modules/host/detect_google_desktop/module.rb index a9d517029..4a1c4daca 100644 --- a/modules/host/detect_google_desktop/module.rb +++ b/modules/host/detect_google_desktop/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_hp/command.js b/modules/host/detect_hp/command.js index e8b3819c7..40489a540 100644 --- a/modules/host/detect_hp/command.js +++ b/modules/host/detect_hp/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_hp/config.yaml b/modules/host/detect_hp/config.yaml index 09045608f..f8ab4b53f 100644 --- a/modules/host/detect_hp/config.yaml +++ b/modules/host/detect_hp/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_hp/module.rb b/modules/host/detect_hp/module.rb index 2483c0bdb..206eaee68 100644 --- a/modules/host/detect_hp/module.rb +++ b/modules/host/detect_hp/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_local_drives/command.js b/modules/host/detect_local_drives/command.js index e0eb63acb..5467a6463 100644 --- a/modules/host/detect_local_drives/command.js +++ b/modules/host/detect_local_drives/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_local_drives/config.yaml b/modules/host/detect_local_drives/config.yaml index 240a4178b..244f29910 100644 --- a/modules/host/detect_local_drives/config.yaml +++ b/modules/host/detect_local_drives/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_local_drives/module.rb b/modules/host/detect_local_drives/module.rb index ff9963e54..b14c3cc0c 100644 --- a/modules/host/detect_local_drives/module.rb +++ b/modules/host/detect_local_drives/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_protocol_handlers/command.js b/modules/host/detect_protocol_handlers/command.js index 02a3a11db..346ec0c07 100644 --- a/modules/host/detect_protocol_handlers/command.js +++ b/modules/host/detect_protocol_handlers/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_protocol_handlers/config.yaml b/modules/host/detect_protocol_handlers/config.yaml index cde24f74a..a94716532 100644 --- a/modules/host/detect_protocol_handlers/config.yaml +++ b/modules/host/detect_protocol_handlers/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_protocol_handlers/module.rb b/modules/host/detect_protocol_handlers/module.rb index 3d4e21e43..dbb4eaa72 100644 --- a/modules/host/detect_protocol_handlers/module.rb +++ b/modules/host/detect_protocol_handlers/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_software/command.js b/modules/host/detect_software/command.js index 8974692bc..37fc39678 100644 --- a/modules/host/detect_software/command.js +++ b/modules/host/detect_software/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_software/config.yaml b/modules/host/detect_software/config.yaml index 2d4a5872a..048db8055 100644 --- a/modules/host/detect_software/config.yaml +++ b/modules/host/detect_software/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_software/module.rb b/modules/host/detect_software/module.rb index b8676101e..ab668d4ca 100644 --- a/modules/host/detect_software/module.rb +++ b/modules/host/detect_software/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_users/command.js b/modules/host/detect_users/command.js index 76d80b4a8..4e50a58d7 100644 --- a/modules/host/detect_users/command.js +++ b/modules/host/detect_users/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_users/config.yaml b/modules/host/detect_users/config.yaml index 12aad92f9..604424819 100644 --- a/modules/host/detect_users/config.yaml +++ b/modules/host/detect_users/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_users/module.rb b/modules/host/detect_users/module.rb index a8a3937c1..76a429835 100644 --- a/modules/host/detect_users/module.rb +++ b/modules/host/detect_users/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_vm/command.js b/modules/host/detect_vm/command.js index f19ce8f1a..a1edb1f75 100644 --- a/modules/host/detect_vm/command.js +++ b/modules/host/detect_vm/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/detect_vm/config.yaml b/modules/host/detect_vm/config.yaml index d779e8eb1..f1134c672 100644 --- a/modules/host/detect_vm/config.yaml +++ b/modules/host/detect_vm/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/detect_vm/module.rb b/modules/host/detect_vm/module.rb index f7c2dc28a..d0b229761 100644 --- a/modules/host/detect_vm/module.rb +++ b/modules/host/detect_vm/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_battery_status/command.js b/modules/host/get_battery_status/command.js index b2f5a4c22..bb4550d58 100644 --- a/modules/host/get_battery_status/command.js +++ b/modules/host/get_battery_status/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/get_battery_status/config.yaml b/modules/host/get_battery_status/config.yaml index 66e7f869a..80486f880 100644 --- a/modules/host/get_battery_status/config.yaml +++ b/modules/host/get_battery_status/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_battery_status/module.rb b/modules/host/get_battery_status/module.rb index dfc863e6e..9eb7419e7 100644 --- a/modules/host/get_battery_status/module.rb +++ b/modules/host/get_battery_status/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_connection_type/command.js b/modules/host/get_connection_type/command.js index bde897f87..452f43882 100755 --- a/modules/host/get_connection_type/command.js +++ b/modules/host/get_connection_type/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/get_connection_type/config.yaml b/modules/host/get_connection_type/config.yaml index f90c78ea6..7bb489425 100755 --- a/modules/host/get_connection_type/config.yaml +++ b/modules/host/get_connection_type/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_connection_type/module.rb b/modules/host/get_connection_type/module.rb index a10183f0d..e91610414 100755 --- a/modules/host/get_connection_type/module.rb +++ b/modules/host/get_connection_type/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_internal_ip/command.js b/modules/host/get_internal_ip/command.js index 38ba9b118..54678a4b9 100755 --- a/modules/host/get_internal_ip/command.js +++ b/modules/host/get_internal_ip/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/get_internal_ip/config.yaml b/modules/host/get_internal_ip/config.yaml index 292ae5b27..2b0e76d59 100755 --- a/modules/host/get_internal_ip/config.yaml +++ b/modules/host/get_internal_ip/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_internal_ip/get_internal_ip.java b/modules/host/get_internal_ip/get_internal_ip.java index 4dcdb2d45..dac990167 100755 --- a/modules/host/get_internal_ip/get_internal_ip.java +++ b/modules/host/get_internal_ip/get_internal_ip.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/host/get_internal_ip/module.rb b/modules/host/get_internal_ip/module.rb index 00678c1b8..d5e57a73f 100755 --- a/modules/host/get_internal_ip/module.rb +++ b/modules/host/get_internal_ip/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_internal_ip_webrtc/command.js b/modules/host/get_internal_ip_webrtc/command.js index eb9be9262..faf4dbbc2 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/get_internal_ip_webrtc/config.yaml b/modules/host/get_internal_ip_webrtc/config.yaml index 14b6c5a82..8e3467c37 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_internal_ip_webrtc/module.rb b/modules/host/get_internal_ip_webrtc/module.rb index e9630c4b3..0f5d16074 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_physical_location/command.js b/modules/host/get_physical_location/command.js index defa80baf..cfdf95a7c 100755 --- a/modules/host/get_physical_location/command.js +++ b/modules/host/get_physical_location/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/host/get_physical_location/config.yaml b/modules/host/get_physical_location/config.yaml index 9f0e528ab..4e32b1b96 100755 --- a/modules/host/get_physical_location/config.yaml +++ b/modules/host/get_physical_location/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_physical_location/getGPSLocation.java b/modules/host/get_physical_location/getGPSLocation.java index ea8190fee..8f3474ddb 100755 --- a/modules/host/get_physical_location/getGPSLocation.java +++ b/modules/host/get_physical_location/getGPSLocation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/host/get_physical_location/module.rb b/modules/host/get_physical_location/module.rb index 54bd7b6c0..ab53077b6 100755 --- a/modules/host/get_physical_location/module.rb +++ b/modules/host/get_physical_location/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_registry_keys/command.js b/modules/host/get_registry_keys/command.js index fef1059fd..dbc1ad4d3 100644 --- a/modules/host/get_registry_keys/command.js +++ b/modules/host/get_registry_keys/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/get_registry_keys/config.yaml b/modules/host/get_registry_keys/config.yaml index 8888f267a..81623c50c 100644 --- a/modules/host/get_registry_keys/config.yaml +++ b/modules/host/get_registry_keys/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_registry_keys/module.rb b/modules/host/get_registry_keys/module.rb index 22b29cc4c..a548d56af 100644 --- a/modules/host/get_registry_keys/module.rb +++ b/modules/host/get_registry_keys/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_system_info/command.js b/modules/host/get_system_info/command.js index 9b6b7b50d..8016b275f 100644 --- a/modules/host/get_system_info/command.js +++ b/modules/host/get_system_info/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/get_system_info/config.yaml b/modules/host/get_system_info/config.yaml index 59e628b42..7fa7ff895 100644 --- a/modules/host/get_system_info/config.yaml +++ b/modules/host/get_system_info/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_system_info/getSystemInfo.java b/modules/host/get_system_info/getSystemInfo.java index 09dfb45fd..2844e5628 100644 --- a/modules/host/get_system_info/getSystemInfo.java +++ b/modules/host/get_system_info/getSystemInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/host/get_system_info/module.rb b/modules/host/get_system_info/module.rb index 90461b799..89b8e4b4c 100644 --- a/modules/host/get_system_info/module.rb +++ b/modules/host/get_system_info/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_wireless_keys/command.js b/modules/host/get_wireless_keys/command.js index 57f97be9b..b31202475 100644 --- a/modules/host/get_wireless_keys/command.js +++ b/modules/host/get_wireless_keys/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/host/get_wireless_keys/config.yaml b/modules/host/get_wireless_keys/config.yaml index 470ece953..030caa9b1 100644 --- a/modules/host/get_wireless_keys/config.yaml +++ b/modules/host/get_wireless_keys/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_wireless_keys/module.rb b/modules/host/get_wireless_keys/module.rb index c0dc3d7f9..3a219c257 100644 --- a/modules/host/get_wireless_keys/module.rb +++ b/modules/host/get_wireless_keys/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/get_wireless_keys/wirelessZeroConfig.java b/modules/host/get_wireless_keys/wirelessZeroConfig.java index 1882fe819..a7acbd0d5 100644 --- a/modules/host/get_wireless_keys/wirelessZeroConfig.java +++ b/modules/host/get_wireless_keys/wirelessZeroConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/host/hook_default_browser/command.js b/modules/host/hook_default_browser/command.js index 4c876d6bd..0656aab41 100644 --- a/modules/host/hook_default_browser/command.js +++ b/modules/host/hook_default_browser/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/hook_default_browser/config.yaml b/modules/host/hook_default_browser/config.yaml index a797f6d7f..bc44ad757 100644 --- a/modules/host/hook_default_browser/config.yaml +++ b/modules/host/hook_default_browser/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/hook_default_browser/module.rb b/modules/host/hook_default_browser/module.rb index 666e8e5ca..f4fa6679b 100644 --- a/modules/host/hook_default_browser/module.rb +++ b/modules/host/hook_default_browser/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/insecure_url_skype/command.js b/modules/host/insecure_url_skype/command.js index cf92fca04..357cf6963 100644 --- a/modules/host/insecure_url_skype/command.js +++ b/modules/host/insecure_url_skype/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/insecure_url_skype/config.yaml b/modules/host/insecure_url_skype/config.yaml index e6680e1e0..a6b541410 100644 --- a/modules/host/insecure_url_skype/config.yaml +++ b/modules/host/insecure_url_skype/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/insecure_url_skype/module.rb b/modules/host/insecure_url_skype/module.rb index 0e1658144..53d2ffb96 100644 --- a/modules/host/insecure_url_skype/module.rb +++ b/modules/host/insecure_url_skype/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/iphone_tel/command.js b/modules/host/iphone_tel/command.js index e65aaa051..67784b541 100644 --- a/modules/host/iphone_tel/command.js +++ b/modules/host/iphone_tel/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/iphone_tel/config.yaml b/modules/host/iphone_tel/config.yaml index eee749761..7730f06e4 100644 --- a/modules/host/iphone_tel/config.yaml +++ b/modules/host/iphone_tel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/iphone_tel/module.rb b/modules/host/iphone_tel/module.rb index a0f734c0f..2076f5d36 100644 --- a/modules/host/iphone_tel/module.rb +++ b/modules/host/iphone_tel/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/physical_location/command.js b/modules/host/physical_location/command.js index 4204aeef6..c02a6f637 100644 --- a/modules/host/physical_location/command.js +++ b/modules/host/physical_location/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/physical_location/config.yaml b/modules/host/physical_location/config.yaml index adc0a6e02..ad652f9b7 100644 --- a/modules/host/physical_location/config.yaml +++ b/modules/host/physical_location/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/physical_location/module.rb b/modules/host/physical_location/module.rb index 958bd2aa5..01df84230 100644 --- a/modules/host/physical_location/module.rb +++ b/modules/host/physical_location/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/physical_location_thirdparty/command.js b/modules/host/physical_location_thirdparty/command.js index 9df94faa4..9d0991e81 100644 --- a/modules/host/physical_location_thirdparty/command.js +++ b/modules/host/physical_location_thirdparty/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/host/physical_location_thirdparty/config.yaml b/modules/host/physical_location_thirdparty/config.yaml index 1694e8930..c4fc092bc 100644 --- a/modules/host/physical_location_thirdparty/config.yaml +++ b/modules/host/physical_location_thirdparty/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/host/physical_location_thirdparty/module.rb b/modules/host/physical_location_thirdparty/module.rb index 5b78694ce..419c72829 100644 --- a/modules/host/physical_location_thirdparty/module.rb +++ b/modules/host/physical_location_thirdparty/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/cross_site_faxing/command.js b/modules/ipec/cross_site_faxing/command.js index 178f5694e..36ff764e7 100644 --- a/modules/ipec/cross_site_faxing/command.js +++ b/modules/ipec/cross_site_faxing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/cross_site_faxing/config.yaml b/modules/ipec/cross_site_faxing/config.yaml index 20be7d32c..f658a6fef 100644 --- a/modules/ipec/cross_site_faxing/config.yaml +++ b/modules/ipec/cross_site_faxing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/cross_site_faxing/module.rb b/modules/ipec/cross_site_faxing/module.rb index 6bf0bf62b..ea104208b 100644 --- a/modules/ipec/cross_site_faxing/module.rb +++ b/modules/ipec/cross_site_faxing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/cross_site_printing/command.js b/modules/ipec/cross_site_printing/command.js index 641f48f4d..39287fe15 100644 --- a/modules/ipec/cross_site_printing/command.js +++ b/modules/ipec/cross_site_printing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/cross_site_printing/config.yaml b/modules/ipec/cross_site_printing/config.yaml index fc74b213a..15adbbe5b 100644 --- a/modules/ipec/cross_site_printing/config.yaml +++ b/modules/ipec/cross_site_printing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/cross_site_printing/module.rb b/modules/ipec/cross_site_printing/module.rb index 1c5a55a88..4623559bd 100644 --- a/modules/ipec/cross_site_printing/module.rb +++ b/modules/ipec/cross_site_printing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/dns_tunnel/command.js b/modules/ipec/dns_tunnel/command.js index 2db91979f..5fe2631d2 100644 --- a/modules/ipec/dns_tunnel/command.js +++ b/modules/ipec/dns_tunnel/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/dns_tunnel/config.yaml b/modules/ipec/dns_tunnel/config.yaml index 83a21a3f2..615891747 100644 --- a/modules/ipec/dns_tunnel/config.yaml +++ b/modules/ipec/dns_tunnel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/dns_tunnel/module.rb b/modules/ipec/dns_tunnel/module.rb index ff57b554f..dd9235fcc 100644 --- a/modules/ipec/dns_tunnel/module.rb +++ b/modules/ipec/dns_tunnel/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/etag_client/command.js b/modules/ipec/etag_client/command.js index bb0520797..807341c3d 100644 --- a/modules/ipec/etag_client/command.js +++ b/modules/ipec/etag_client/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/etag_client/config.yaml b/modules/ipec/etag_client/config.yaml index ecabd92dc..c112821a8 100644 --- a/modules/ipec/etag_client/config.yaml +++ b/modules/ipec/etag_client/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/etag_client/module.rb b/modules/ipec/etag_client/module.rb index c9fe1703b..e7ab993ce 100644 --- a/modules/ipec/etag_client/module.rb +++ b/modules/ipec/etag_client/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_imap/command.js b/modules/ipec/inter_protocol_imap/command.js index 4114982d9..a74e4b7f4 100644 --- a/modules/ipec/inter_protocol_imap/command.js +++ b/modules/ipec/inter_protocol_imap/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/inter_protocol_imap/config.yaml b/modules/ipec/inter_protocol_imap/config.yaml index 8d0ac4210..66f263459 100644 --- a/modules/ipec/inter_protocol_imap/config.yaml +++ b/modules/ipec/inter_protocol_imap/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_imap/module.rb b/modules/ipec/inter_protocol_imap/module.rb index 66ece41f2..2c9496c15 100644 --- a/modules/ipec/inter_protocol_imap/module.rb +++ b/modules/ipec/inter_protocol_imap/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_irc/command.js b/modules/ipec/inter_protocol_irc/command.js index 239d05905..81fe0429a 100644 --- a/modules/ipec/inter_protocol_irc/command.js +++ b/modules/ipec/inter_protocol_irc/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/inter_protocol_irc/config.yaml b/modules/ipec/inter_protocol_irc/config.yaml index 89a4e5642..28f68afdf 100644 --- a/modules/ipec/inter_protocol_irc/config.yaml +++ b/modules/ipec/inter_protocol_irc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_irc/module.rb b/modules/ipec/inter_protocol_irc/module.rb index bc76d4eed..cd8f720ef 100644 --- a/modules/ipec/inter_protocol_irc/module.rb +++ b/modules/ipec/inter_protocol_irc/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_posix_bindshell/command.js b/modules/ipec/inter_protocol_posix_bindshell/command.js index 948af3066..35ed99149 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/inter_protocol_posix_bindshell/config.yaml b/modules/ipec/inter_protocol_posix_bindshell/config.yaml index 93d304d0d..889080b13 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_posix_bindshell/module.rb b/modules/ipec/inter_protocol_posix_bindshell/module.rb index c28b702b7..c4fb1459a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_redis/command.js b/modules/ipec/inter_protocol_redis/command.js index 3e3a40006..44ae3f60f 100644 --- a/modules/ipec/inter_protocol_redis/command.js +++ b/modules/ipec/inter_protocol_redis/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/inter_protocol_redis/config.yaml b/modules/ipec/inter_protocol_redis/config.yaml index a1ac63079..d01bad4de 100644 --- a/modules/ipec/inter_protocol_redis/config.yaml +++ b/modules/ipec/inter_protocol_redis/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_redis/module.rb b/modules/ipec/inter_protocol_redis/module.rb index 5af89aedc..a2f902f3d 100644 --- a/modules/ipec/inter_protocol_redis/module.rb +++ b/modules/ipec/inter_protocol_redis/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_win_bindshell/command.js b/modules/ipec/inter_protocol_win_bindshell/command.js index ca4c817a8..8c9e7e037 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/inter_protocol_win_bindshell/command.old.js b/modules/ipec/inter_protocol_win_bindshell/command.old.js index 2351d9893..3b949680d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/inter_protocol_win_bindshell/config.yaml b/modules/ipec/inter_protocol_win_bindshell/config.yaml index e770a138e..454b4d405 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/inter_protocol_win_bindshell/module.rb b/modules/ipec/inter_protocol_win_bindshell/module.rb index 673ddda3b..88a76ac5f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/s2c_dns_tunnel/command.js b/modules/ipec/s2c_dns_tunnel/command.js index 71ca462e3..192745945 100644 --- a/modules/ipec/s2c_dns_tunnel/command.js +++ b/modules/ipec/s2c_dns_tunnel/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/ipec/s2c_dns_tunnel/config.yaml b/modules/ipec/s2c_dns_tunnel/config.yaml index b7c82c50d..ac6e4cd78 100644 --- a/modules/ipec/s2c_dns_tunnel/config.yaml +++ b/modules/ipec/s2c_dns_tunnel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/ipec/s2c_dns_tunnel/module.rb b/modules/ipec/s2c_dns_tunnel/module.rb index 8adea731c..23fecf05e 100644 --- a/modules/ipec/s2c_dns_tunnel/module.rb +++ b/modules/ipec/s2c_dns_tunnel/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/metasploit/browser_autopwn/command.js b/modules/metasploit/browser_autopwn/command.js index e9694f4ca..74eb9edb2 100644 --- a/modules/metasploit/browser_autopwn/command.js +++ b/modules/metasploit/browser_autopwn/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/metasploit/browser_autopwn/config.yaml b/modules/metasploit/browser_autopwn/config.yaml index 6d9bb5a70..7e3053764 100644 --- a/modules/metasploit/browser_autopwn/config.yaml +++ b/modules/metasploit/browser_autopwn/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/metasploit/browser_autopwn/module.rb b/modules/metasploit/browser_autopwn/module.rb index 32d9cf7d3..277feab7f 100644 --- a/modules/metasploit/browser_autopwn/module.rb +++ b/modules/metasploit/browser_autopwn/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/blockui/command.js b/modules/misc/blockui/command.js index a3e9ed59a..af3592d12 100644 --- a/modules/misc/blockui/command.js +++ b/modules/misc/blockui/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/blockui/config.yaml b/modules/misc/blockui/config.yaml index 546049f7a..bd99a4ede 100644 --- a/modules/misc/blockui/config.yaml +++ b/modules/misc/blockui/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/blockui/module.rb b/modules/misc/blockui/module.rb index fcb088385..7d4bb1f2f 100644 --- a/modules/misc/blockui/module.rb +++ b/modules/misc/blockui/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/coinhive_miner/command.js b/modules/misc/coinhive_miner/command.js index 6768e11e3..2a8993f84 100644 --- a/modules/misc/coinhive_miner/command.js +++ b/modules/misc/coinhive_miner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/coinhive_miner/config.yaml b/modules/misc/coinhive_miner/config.yaml index 0a8143ee9..b97ad1d98 100644 --- a/modules/misc/coinhive_miner/config.yaml +++ b/modules/misc/coinhive_miner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/coinhive_miner/module.rb b/modules/misc/coinhive_miner/module.rb index 4f5147b91..1f2455513 100644 --- a/modules/misc/coinhive_miner/module.rb +++ b/modules/misc/coinhive_miner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/cryptoloot_miner/command.js b/modules/misc/cryptoloot_miner/command.js index 0e0469f44..39a4e03b8 100644 --- a/modules/misc/cryptoloot_miner/command.js +++ b/modules/misc/cryptoloot_miner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/cryptoloot_miner/config.yaml b/modules/misc/cryptoloot_miner/config.yaml index e02d0c770..c42e1dde6 100644 --- a/modules/misc/cryptoloot_miner/config.yaml +++ b/modules/misc/cryptoloot_miner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/cryptoloot_miner/module.rb b/modules/misc/cryptoloot_miner/module.rb index a8b2d161c..f79be5ace 100644 --- a/modules/misc/cryptoloot_miner/module.rb +++ b/modules/misc/cryptoloot_miner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/ibm_inotes/extract_inotes_list/command.js b/modules/misc/ibm_inotes/extract_inotes_list/command.js index aad3320ca..88914495e 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-2018 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/extract_inotes_list/config.yaml b/modules/misc/ibm_inotes/extract_inotes_list/config.yaml index c1fcf250e..73d7ba8e5 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/extract_inotes_list/module.rb b/modules/misc/ibm_inotes/extract_inotes_list/module.rb index d70883e9a..e8027c787 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/inotes_flooder/command.js b/modules/misc/ibm_inotes/inotes_flooder/command.js index 3740fdc9a..6d46a985a 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-2018 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/inotes_flooder/config.yaml b/modules/misc/ibm_inotes/inotes_flooder/config.yaml index ad8ae3ec0..1598bdbca 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/inotes_flooder/module.rb b/modules/misc/ibm_inotes/inotes_flooder/module.rb index e55c12239..27d0ad184 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/read_inotes/command.js b/modules/misc/ibm_inotes/read_inotes/command.js index 6d8530e8e..41d334f66 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-2018 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/read_inotes/config.yaml b/modules/misc/ibm_inotes/read_inotes/config.yaml index bbbf1c270..f3cc686d5 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/read_inotes/module.rb b/modules/misc/ibm_inotes/read_inotes/module.rb index 5934762bf..d7da97b3d 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes/command.js b/modules/misc/ibm_inotes/send_inotes/command.js index 51798ddb5..bc47a0cc9 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-2018 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes/config.yaml b/modules/misc/ibm_inotes/send_inotes/config.yaml index e672a4143..8a641f796 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes/module.rb b/modules/misc/ibm_inotes/send_inotes/module.rb index 24066ea95..c1927ab01 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes_with_attachment/command.js b/modules/misc/ibm_inotes/send_inotes_with_attachment/command.js index 325a17444..cba197537 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-2018 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes_with_attachment/config.yaml b/modules/misc/ibm_inotes/send_inotes_with_attachment/config.yaml index f23e0ec6c..7ce15b906 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/ibm_inotes/send_inotes_with_attachment/module.rb b/modules/misc/ibm_inotes/send_inotes_with_attachment/module.rb index 6b47be439..6c935e54f 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-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/iframe_keylogger/command.js b/modules/misc/iframe_keylogger/command.js index 66b84781b..6432039e5 100644 --- a/modules/misc/iframe_keylogger/command.js +++ b/modules/misc/iframe_keylogger/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/iframe_keylogger/config.yaml b/modules/misc/iframe_keylogger/config.yaml index e76b596ec..fb90569e2 100644 --- a/modules/misc/iframe_keylogger/config.yaml +++ b/modules/misc/iframe_keylogger/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/iframe_keylogger/module.rb b/modules/misc/iframe_keylogger/module.rb index 8383c7a4f..60d43eb89 100644 --- a/modules/misc/iframe_keylogger/module.rb +++ b/modules/misc/iframe_keylogger/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/iframe_sniffer/command.js b/modules/misc/iframe_sniffer/command.js index 21763a383..ddeb40d35 100644 --- a/modules/misc/iframe_sniffer/command.js +++ b/modules/misc/iframe_sniffer/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/iframe_sniffer/config.yaml b/modules/misc/iframe_sniffer/config.yaml index fc8532b43..e21fd2876 100644 --- a/modules/misc/iframe_sniffer/config.yaml +++ b/modules/misc/iframe_sniffer/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/iframe_sniffer/module.rb b/modules/misc/iframe_sniffer/module.rb index ada9ca7ca..2f9e71338 100644 --- a/modules/misc/iframe_sniffer/module.rb +++ b/modules/misc/iframe_sniffer/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/invisible_iframe/command.js b/modules/misc/invisible_iframe/command.js index 2d53f779b..3ae74f09d 100644 --- a/modules/misc/invisible_iframe/command.js +++ b/modules/misc/invisible_iframe/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/invisible_iframe/config.yaml b/modules/misc/invisible_iframe/config.yaml index 40a6c0d42..2fe6888c0 100644 --- a/modules/misc/invisible_iframe/config.yaml +++ b/modules/misc/invisible_iframe/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/invisible_iframe/module.rb b/modules/misc/invisible_iframe/module.rb index c9a573705..4ab001879 100644 --- a/modules/misc/invisible_iframe/module.rb +++ b/modules/misc/invisible_iframe/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/local_file_theft/command.js b/modules/misc/local_file_theft/command.js index ed5d201d8..2315f4661 100644 --- a/modules/misc/local_file_theft/command.js +++ b/modules/misc/local_file_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/local_file_theft/config.yaml b/modules/misc/local_file_theft/config.yaml index 719f3c9d3..3124105a9 100644 --- a/modules/misc/local_file_theft/config.yaml +++ b/modules/misc/local_file_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/local_file_theft/module.rb b/modules/misc/local_file_theft/module.rb index bcce8ce60..c2a3590d9 100644 --- a/modules/misc/local_file_theft/module.rb +++ b/modules/misc/local_file_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/nosleep/command.js b/modules/misc/nosleep/command.js index e9953228b..456b6ed69 100644 --- a/modules/misc/nosleep/command.js +++ b/modules/misc/nosleep/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/nosleep/config.yaml b/modules/misc/nosleep/config.yaml index 80aac9a9b..2968bd776 100644 --- a/modules/misc/nosleep/config.yaml +++ b/modules/misc/nosleep/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/nosleep/module.rb b/modules/misc/nosleep/module.rb index 6d5ee4fe9..ec8857a80 100644 --- a/modules/misc/nosleep/module.rb +++ b/modules/misc/nosleep/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/raw_javascript/command.js b/modules/misc/raw_javascript/command.js index f71b236f5..4df801e70 100644 --- a/modules/misc/raw_javascript/command.js +++ b/modules/misc/raw_javascript/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/raw_javascript/config.yaml b/modules/misc/raw_javascript/config.yaml index 8378c1f59..0f5244139 100644 --- a/modules/misc/raw_javascript/config.yaml +++ b/modules/misc/raw_javascript/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/raw_javascript/module.rb b/modules/misc/raw_javascript/module.rb index 5bf52a729..ccf8096f3 100644 --- a/modules/misc/raw_javascript/module.rb +++ b/modules/misc/raw_javascript/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/read_gmail/command.js b/modules/misc/read_gmail/command.js index 64857dbca..f53dd0a9f 100644 --- a/modules/misc/read_gmail/command.js +++ b/modules/misc/read_gmail/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/read_gmail/config.yaml b/modules/misc/read_gmail/config.yaml index bd05988bc..aa4198baa 100644 --- a/modules/misc/read_gmail/config.yaml +++ b/modules/misc/read_gmail/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/read_gmail/module.rb b/modules/misc/read_gmail/module.rb index 5b4847019..01856eae7 100644 --- a/modules/misc/read_gmail/module.rb +++ b/modules/misc/read_gmail/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/track_physical_movement/command.js b/modules/misc/track_physical_movement/command.js index ccde8df74..2d243157b 100644 --- a/modules/misc/track_physical_movement/command.js +++ b/modules/misc/track_physical_movement/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/track_physical_movement/config.yaml b/modules/misc/track_physical_movement/config.yaml index 60c45ec1a..f2b40cd6a 100644 --- a/modules/misc/track_physical_movement/config.yaml +++ b/modules/misc/track_physical_movement/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/track_physical_movement/module.rb b/modules/misc/track_physical_movement/module.rb index 2396ab36f..d39d959d7 100644 --- a/modules/misc/track_physical_movement/module.rb +++ b/modules/misc/track_physical_movement/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/unblockui/command.js b/modules/misc/unblockui/command.js index 9ea315dc3..ab89dcaac 100644 --- a/modules/misc/unblockui/command.js +++ b/modules/misc/unblockui/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/unblockui/config.yaml b/modules/misc/unblockui/config.yaml index 34925c894..3d0eaf107 100644 --- a/modules/misc/unblockui/config.yaml +++ b/modules/misc/unblockui/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/unblockui/module.rb b/modules/misc/unblockui/module.rb index 5958339ce..4a6d0de85 100644 --- a/modules/misc/unblockui/module.rb +++ b/modules/misc/unblockui/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/wordpress_post_auth_rce/command.js b/modules/misc/wordpress_post_auth_rce/command.js index e4ac153bf..104897d02 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/misc/wordpress_post_auth_rce/config.yaml b/modules/misc/wordpress_post_auth_rce/config.yaml index 8d2bcf726..c6cc77841 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/misc/wordpress_post_auth_rce/module.rb b/modules/misc/wordpress_post_auth_rce/module.rb index 9b02aa709..95f640dc5 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/command.js b/modules/network/ADC/f5_bigip_cookie_disclosure/command.js index b1a93516f..ceffcfa28 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml b/modules/network/ADC/f5_bigip_cookie_disclosure/config.yaml index 593feb04a..fad29f8e8 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb b/modules/network/ADC/f5_bigip_cookie_disclosure/module.rb index 654f1ea48..9343908d0 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/command.js b/modules/network/ADC/f5_bigip_cookie_stealing/command.js index 2ca3c2e3c..491fd23ed 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml b/modules/network/ADC/f5_bigip_cookie_stealing/config.yaml index 10e85dde5..b7e113d21 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ADC/f5_bigip_cookie_stealing/module.rb b/modules/network/ADC/f5_bigip_cookie_stealing/module.rb index 30ab9caff..88faba945 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/DOSer/command.js b/modules/network/DOSer/command.js index 6216bbb79..fab3cd560 100644 --- a/modules/network/DOSer/command.js +++ b/modules/network/DOSer/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/DOSer/config.yaml b/modules/network/DOSer/config.yaml index 43af3077c..e95561647 100644 --- a/modules/network/DOSer/config.yaml +++ b/modules/network/DOSer/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/DOSer/module.rb b/modules/network/DOSer/module.rb index dd13a07a0..c6eab328a 100644 --- a/modules/network/DOSer/module.rb +++ b/modules/network/DOSer/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/cross_origin_scanner_cors/command.js b/modules/network/cross_origin_scanner_cors/command.js index d5dd6368b..cd6e8333d 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/cross_origin_scanner_cors/config.yaml b/modules/network/cross_origin_scanner_cors/config.yaml index f2b58db16..1d070fbdc 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/cross_origin_scanner_cors/module.rb b/modules/network/cross_origin_scanner_cors/module.rb index e6f4afb32..87a51c893 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/cross_origin_scanner_flash/command.js b/modules/network/cross_origin_scanner_flash/command.js index fd50d6c3d..185fd3889 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/cross_origin_scanner_flash/config.yaml b/modules/network/cross_origin_scanner_flash/config.yaml index aad3b1e31..8d0047a6f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/cross_origin_scanner_flash/module.rb b/modules/network/cross_origin_scanner_flash/module.rb index c85f24692..d8cc656e1 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/detect_burp/command.js b/modules/network/detect_burp/command.js index 45f2b9159..7d50fea69 100644 --- a/modules/network/detect_burp/command.js +++ b/modules/network/detect_burp/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/detect_burp/config.yaml b/modules/network/detect_burp/config.yaml index a0fecf460..f85a18fd5 100644 --- a/modules/network/detect_burp/config.yaml +++ b/modules/network/detect_burp/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/detect_burp/module.rb b/modules/network/detect_burp/module.rb index 31f1202c6..a21061858 100644 --- a/modules/network/detect_burp/module.rb +++ b/modules/network/detect_burp/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/detect_soc_nets/command.js b/modules/network/detect_soc_nets/command.js index 4c01e8f47..2f5e69f8a 100644 --- a/modules/network/detect_soc_nets/command.js +++ b/modules/network/detect_soc_nets/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/detect_soc_nets/config.yaml b/modules/network/detect_soc_nets/config.yaml index 624fdbd85..308f67bbf 100644 --- a/modules/network/detect_soc_nets/config.yaml +++ b/modules/network/detect_soc_nets/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/detect_soc_nets/module.rb b/modules/network/detect_soc_nets/module.rb index 5adc304c0..bebad2e99 100644 --- a/modules/network/detect_soc_nets/module.rb +++ b/modules/network/detect_soc_nets/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/detect_tor/command.js b/modules/network/detect_tor/command.js index 5d535d2c2..65a18f79e 100644 --- a/modules/network/detect_tor/command.js +++ b/modules/network/detect_tor/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/detect_tor/config.yaml b/modules/network/detect_tor/config.yaml index b130b4356..87081d324 100644 --- a/modules/network/detect_tor/config.yaml +++ b/modules/network/detect_tor/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/detect_tor/module.rb b/modules/network/detect_tor/module.rb index 71bfed672..663706f9d 100644 --- a/modules/network/detect_tor/module.rb +++ b/modules/network/detect_tor/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/dns_enumeration/command.js b/modules/network/dns_enumeration/command.js index e91d513a7..a54a8983f 100644 --- a/modules/network/dns_enumeration/command.js +++ b/modules/network/dns_enumeration/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/dns_enumeration/config.yaml b/modules/network/dns_enumeration/config.yaml index 94c004252..344060eaf 100644 --- a/modules/network/dns_enumeration/config.yaml +++ b/modules/network/dns_enumeration/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/dns_enumeration/module.rb b/modules/network/dns_enumeration/module.rb index 723a8bd63..656d0c16d 100644 --- a/modules/network/dns_enumeration/module.rb +++ b/modules/network/dns_enumeration/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/get_http_servers/command.js b/modules/network/get_http_servers/command.js index 0e13751a5..17c2d0569 100644 --- a/modules/network/get_http_servers/command.js +++ b/modules/network/get_http_servers/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/get_http_servers/config.yaml b/modules/network/get_http_servers/config.yaml index d6baaf015..6cd0080cd 100644 --- a/modules/network/get_http_servers/config.yaml +++ b/modules/network/get_http_servers/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/get_http_servers/module.rb b/modules/network/get_http_servers/module.rb index f815ecec1..fa4c60370 100644 --- a/modules/network/get_http_servers/module.rb +++ b/modules/network/get_http_servers/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/get_ntop_network_hosts/command.js b/modules/network/get_ntop_network_hosts/command.js index 98c6d34d8..444b4acfa 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/get_ntop_network_hosts/config.yaml b/modules/network/get_ntop_network_hosts/config.yaml index 873991522..e92b728a7 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/get_ntop_network_hosts/module.rb b/modules/network/get_ntop_network_hosts/module.rb index f83182515..846b46b51 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/get_proxy_servers_wpad/command.js b/modules/network/get_proxy_servers_wpad/command.js index a63fa16e3..0112f3e22 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/get_proxy_servers_wpad/config.yaml b/modules/network/get_proxy_servers_wpad/config.yaml index c172de47f..d044fef0f 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/get_proxy_servers_wpad/module.rb b/modules/network/get_proxy_servers_wpad/module.rb index 35dd44dfd..0163af946 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/identify_lan_subnets/command.js b/modules/network/identify_lan_subnets/command.js index 167f018be..a385b8626 100644 --- a/modules/network/identify_lan_subnets/command.js +++ b/modules/network/identify_lan_subnets/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/identify_lan_subnets/config.yaml b/modules/network/identify_lan_subnets/config.yaml index ffa44f64b..6fa63ff6d 100644 --- a/modules/network/identify_lan_subnets/config.yaml +++ b/modules/network/identify_lan_subnets/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/identify_lan_subnets/module.rb b/modules/network/identify_lan_subnets/module.rb index f19ef8780..a8548080a 100644 --- a/modules/network/identify_lan_subnets/module.rb +++ b/modules/network/identify_lan_subnets/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/internal_network_fingerprinting/command.js b/modules/network/internal_network_fingerprinting/command.js index a75944379..b8aba18eb 100644 --- a/modules/network/internal_network_fingerprinting/command.js +++ b/modules/network/internal_network_fingerprinting/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/internal_network_fingerprinting/config.yaml b/modules/network/internal_network_fingerprinting/config.yaml index 5b32fe0f5..d5675f90d 100644 --- a/modules/network/internal_network_fingerprinting/config.yaml +++ b/modules/network/internal_network_fingerprinting/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/internal_network_fingerprinting/module.rb b/modules/network/internal_network_fingerprinting/module.rb index 0f7636400..011e74d32 100644 --- a/modules/network/internal_network_fingerprinting/module.rb +++ b/modules/network/internal_network_fingerprinting/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/jslanscanner/command.js b/modules/network/jslanscanner/command.js index 6931f047b..bdc552dd7 100644 --- a/modules/network/jslanscanner/command.js +++ b/modules/network/jslanscanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/jslanscanner/config.yaml b/modules/network/jslanscanner/config.yaml index aa52d0e0f..3676ee1f7 100644 --- a/modules/network/jslanscanner/config.yaml +++ b/modules/network/jslanscanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/jslanscanner/module.rb b/modules/network/jslanscanner/module.rb index cc2c5e351..0bf61e7b7 100644 --- a/modules/network/jslanscanner/module.rb +++ b/modules/network/jslanscanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/nat_pinning_irc/command.js b/modules/network/nat_pinning_irc/command.js index 21b924614..48c7f9109 100644 --- a/modules/network/nat_pinning_irc/command.js +++ b/modules/network/nat_pinning_irc/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/nat_pinning_irc/config.yaml b/modules/network/nat_pinning_irc/config.yaml index 70299a02b..c2fd90e60 100644 --- a/modules/network/nat_pinning_irc/config.yaml +++ b/modules/network/nat_pinning_irc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/nat_pinning_irc/module.rb b/modules/network/nat_pinning_irc/module.rb index 4d4c0d6de..562e03d65 100644 --- a/modules/network/nat_pinning_irc/module.rb +++ b/modules/network/nat_pinning_irc/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ping_sweep/command.js b/modules/network/ping_sweep/command.js index f0690b904..348b40b2d 100644 --- a/modules/network/ping_sweep/command.js +++ b/modules/network/ping_sweep/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/ping_sweep/config.yaml b/modules/network/ping_sweep/config.yaml index ff2f839cf..ebdd9683d 100644 --- a/modules/network/ping_sweep/config.yaml +++ b/modules/network/ping_sweep/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ping_sweep/module.rb b/modules/network/ping_sweep/module.rb index 589dfe0fa..d79052ed2 100644 --- a/modules/network/ping_sweep/module.rb +++ b/modules/network/ping_sweep/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ping_sweep_ff/command.js b/modules/network/ping_sweep_ff/command.js index e0da7838b..ccb1c1e4c 100644 --- a/modules/network/ping_sweep_ff/command.js +++ b/modules/network/ping_sweep_ff/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/ping_sweep_ff/config.yaml b/modules/network/ping_sweep_ff/config.yaml index 2ab0c883c..50189c5c0 100644 --- a/modules/network/ping_sweep_ff/config.yaml +++ b/modules/network/ping_sweep_ff/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ping_sweep_ff/module.rb b/modules/network/ping_sweep_ff/module.rb index 530eb8d8c..bd5f40f6f 100644 --- a/modules/network/ping_sweep_ff/module.rb +++ b/modules/network/ping_sweep_ff/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ping_sweep_java/command.js b/modules/network/ping_sweep_java/command.js index 5336449be..05494c905 100644 --- a/modules/network/ping_sweep_java/command.js +++ b/modules/network/ping_sweep_java/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/ping_sweep_java/config.yaml b/modules/network/ping_sweep_java/config.yaml index e15e145ea..290682d0c 100644 --- a/modules/network/ping_sweep_java/config.yaml +++ b/modules/network/ping_sweep_java/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ping_sweep_java/module.rb b/modules/network/ping_sweep_java/module.rb index 5d4e45061..1c08e081a 100644 --- a/modules/network/ping_sweep_java/module.rb +++ b/modules/network/ping_sweep_java/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/ping_sweep_java/pingSweep.java b/modules/network/ping_sweep_java/pingSweep.java index 1b2274216..fad1e0fcb 100644 --- a/modules/network/ping_sweep_java/pingSweep.java +++ b/modules/network/ping_sweep_java/pingSweep.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/network/port_scanner/command.js b/modules/network/port_scanner/command.js index 60a663b95..be894b268 100644 --- a/modules/network/port_scanner/command.js +++ b/modules/network/port_scanner/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/network/port_scanner/config.yaml b/modules/network/port_scanner/config.yaml index 64604038e..bffb142fc 100644 --- a/modules/network/port_scanner/config.yaml +++ b/modules/network/port_scanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/network/port_scanner/module.rb b/modules/network/port_scanner/module.rb index a1f558c93..cedb5f2d8 100644 --- a/modules/network/port_scanner/module.rb +++ b/modules/network/port_scanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/confirm_close_tab/command.js b/modules/persistence/confirm_close_tab/command.js index df2741c1e..7415cbb4d 100644 --- a/modules/persistence/confirm_close_tab/command.js +++ b/modules/persistence/confirm_close_tab/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/persistence/confirm_close_tab/config.yaml b/modules/persistence/confirm_close_tab/config.yaml index 070c5fd27..b843e1bad 100644 --- a/modules/persistence/confirm_close_tab/config.yaml +++ b/modules/persistence/confirm_close_tab/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/confirm_close_tab/module.rb b/modules/persistence/confirm_close_tab/module.rb index 3c71d45ed..753ccc539 100644 --- a/modules/persistence/confirm_close_tab/module.rb +++ b/modules/persistence/confirm_close_tab/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/hijack_opener/command.js b/modules/persistence/hijack_opener/command.js index 200af458b..a9f9c6f49 100644 --- a/modules/persistence/hijack_opener/command.js +++ b/modules/persistence/hijack_opener/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/persistence/hijack_opener/config.yaml b/modules/persistence/hijack_opener/config.yaml index a3a6e8cbf..d25b712c1 100644 --- a/modules/persistence/hijack_opener/config.yaml +++ b/modules/persistence/hijack_opener/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/hijack_opener/module.rb b/modules/persistence/hijack_opener/module.rb index e10c928cd..48535c008 100644 --- a/modules/persistence/hijack_opener/module.rb +++ b/modules/persistence/hijack_opener/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/iframe_above/command.js b/modules/persistence/iframe_above/command.js index b8ac2f25a..a38aeecfa 100644 --- a/modules/persistence/iframe_above/command.js +++ b/modules/persistence/iframe_above/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/persistence/iframe_above/config.yaml b/modules/persistence/iframe_above/config.yaml index f6653b2b2..4fe61ec69 100644 --- a/modules/persistence/iframe_above/config.yaml +++ b/modules/persistence/iframe_above/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/iframe_above/module.rb b/modules/persistence/iframe_above/module.rb index a9514141d..244291f5c 100644 --- a/modules/persistence/iframe_above/module.rb +++ b/modules/persistence/iframe_above/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/invisible_htmlfile_activex/command.js b/modules/persistence/invisible_htmlfile_activex/command.js index 1875de608..7beb1fac6 100644 --- a/modules/persistence/invisible_htmlfile_activex/command.js +++ b/modules/persistence/invisible_htmlfile_activex/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/persistence/invisible_htmlfile_activex/config.yaml b/modules/persistence/invisible_htmlfile_activex/config.yaml index 9b601f5f9..5d6e12dd2 100644 --- a/modules/persistence/invisible_htmlfile_activex/config.yaml +++ b/modules/persistence/invisible_htmlfile_activex/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/invisible_htmlfile_activex/module.rb b/modules/persistence/invisible_htmlfile_activex/module.rb index 4e762b5a1..c5a420fa2 100644 --- a/modules/persistence/invisible_htmlfile_activex/module.rb +++ b/modules/persistence/invisible_htmlfile_activex/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/jsonp_service_worker/command.js b/modules/persistence/jsonp_service_worker/command.js index 8badf530b..922b96570 100644 --- a/modules/persistence/jsonp_service_worker/command.js +++ b/modules/persistence/jsonp_service_worker/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/persistence/jsonp_service_worker/config.yaml b/modules/persistence/jsonp_service_worker/config.yaml index 86f400762..3692f5362 100644 --- a/modules/persistence/jsonp_service_worker/config.yaml +++ b/modules/persistence/jsonp_service_worker/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/man_in_the_browser/command.js b/modules/persistence/man_in_the_browser/command.js index f6a0a04a2..031236e74 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/persistence/man_in_the_browser/config.yaml b/modules/persistence/man_in_the_browser/config.yaml index b414e26d7..c7ac2e363 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/man_in_the_browser/module.rb b/modules/persistence/man_in_the_browser/module.rb index affd2f731..977434789 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/popunder_window/command.js b/modules/persistence/popunder_window/command.js index 6eed10f2c..8f8bf331a 100644 --- a/modules/persistence/popunder_window/command.js +++ b/modules/persistence/popunder_window/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/persistence/popunder_window/config.yaml b/modules/persistence/popunder_window/config.yaml index 62a0f9344..6c14b7634 100644 --- a/modules/persistence/popunder_window/config.yaml +++ b/modules/persistence/popunder_window/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/popunder_window/module.rb b/modules/persistence/popunder_window/module.rb index 8976f2bdc..9a6b0172e 100644 --- a/modules/persistence/popunder_window/module.rb +++ b/modules/persistence/popunder_window/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/popunder_window_ie/command.js b/modules/persistence/popunder_window_ie/command.js index 4744ac5eb..d67664e72 100644 --- a/modules/persistence/popunder_window_ie/command.js +++ b/modules/persistence/popunder_window_ie/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/persistence/popunder_window_ie/config.yaml b/modules/persistence/popunder_window_ie/config.yaml index 835ab8775..23abd226c 100644 --- a/modules/persistence/popunder_window_ie/config.yaml +++ b/modules/persistence/popunder_window_ie/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/persistence/popunder_window_ie/module.rb b/modules/persistence/popunder_window_ie/module.rb index 0d2f34abd..71cdaf6ba 100644 --- a/modules/persistence/popunder_window_ie/module.rb +++ b/modules/persistence/popunder_window_ie/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_alert_user/command.js b/modules/phonegap/phonegap_alert_user/command.js index 4e85ee8e2..312deb435 100644 --- a/modules/phonegap/phonegap_alert_user/command.js +++ b/modules/phonegap/phonegap_alert_user/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_alert_user/config.yaml b/modules/phonegap/phonegap_alert_user/config.yaml index 451fea59a..b64a0a4a1 100644 --- a/modules/phonegap/phonegap_alert_user/config.yaml +++ b/modules/phonegap/phonegap_alert_user/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_alert_user/module.rb b/modules/phonegap/phonegap_alert_user/module.rb index 0ddf0ebba..a148ba947 100644 --- a/modules/phonegap/phonegap_alert_user/module.rb +++ b/modules/phonegap/phonegap_alert_user/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_beep/command.js b/modules/phonegap/phonegap_beep/command.js index 29e9e4bbb..674181b37 100644 --- a/modules/phonegap/phonegap_beep/command.js +++ b/modules/phonegap/phonegap_beep/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_beep/config.yaml b/modules/phonegap/phonegap_beep/config.yaml index 9a5c6bf3d..ef5f7449f 100644 --- a/modules/phonegap/phonegap_beep/config.yaml +++ b/modules/phonegap/phonegap_beep/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_beep/module.rb b/modules/phonegap/phonegap_beep/module.rb index a4f3020bd..60dd9d945 100644 --- a/modules/phonegap/phonegap_beep/module.rb +++ b/modules/phonegap/phonegap_beep/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_check_connection/command.js b/modules/phonegap/phonegap_check_connection/command.js index f9cdb934c..389228e1b 100644 --- a/modules/phonegap/phonegap_check_connection/command.js +++ b/modules/phonegap/phonegap_check_connection/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/phonegap/phonegap_check_connection/config.yaml b/modules/phonegap/phonegap_check_connection/config.yaml index 0b3d6ad63..71a856012 100644 --- a/modules/phonegap/phonegap_check_connection/config.yaml +++ b/modules/phonegap/phonegap_check_connection/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_check_connection/module.rb b/modules/phonegap/phonegap_check_connection/module.rb index f687e9c65..22daad73d 100644 --- a/modules/phonegap/phonegap_check_connection/module.rb +++ b/modules/phonegap/phonegap_check_connection/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_detect/command.js b/modules/phonegap/phonegap_detect/command.js index c6ddeade2..bb4be1831 100644 --- a/modules/phonegap/phonegap_detect/command.js +++ b/modules/phonegap/phonegap_detect/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_detect/config.yaml b/modules/phonegap/phonegap_detect/config.yaml index 4638d0efc..2512c57db 100644 --- a/modules/phonegap/phonegap_detect/config.yaml +++ b/modules/phonegap/phonegap_detect/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_detect/module.rb b/modules/phonegap/phonegap_detect/module.rb index 68ebbfeff..3e79ce6e9 100644 --- a/modules/phonegap/phonegap_detect/module.rb +++ b/modules/phonegap/phonegap_detect/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_file_upload/command.js b/modules/phonegap/phonegap_file_upload/command.js index 75578a989..8053f5989 100644 --- a/modules/phonegap/phonegap_file_upload/command.js +++ b/modules/phonegap/phonegap_file_upload/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_file_upload/config.yaml b/modules/phonegap/phonegap_file_upload/config.yaml index 65fc9a837..8a56ac4fb 100644 --- a/modules/phonegap/phonegap_file_upload/config.yaml +++ b/modules/phonegap/phonegap_file_upload/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_file_upload/module.rb b/modules/phonegap/phonegap_file_upload/module.rb index 5265c9194..6707414bf 100644 --- a/modules/phonegap/phonegap_file_upload/module.rb +++ b/modules/phonegap/phonegap_file_upload/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_geo_locate/command.js b/modules/phonegap/phonegap_geo_locate/command.js index b82111c31..da6d20ff1 100644 --- a/modules/phonegap/phonegap_geo_locate/command.js +++ b/modules/phonegap/phonegap_geo_locate/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_geo_locate/config.yaml b/modules/phonegap/phonegap_geo_locate/config.yaml index 5b77e3652..015a4a100 100644 --- a/modules/phonegap/phonegap_geo_locate/config.yaml +++ b/modules/phonegap/phonegap_geo_locate/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_geo_locate/module.rb b/modules/phonegap/phonegap_geo_locate/module.rb index b303b2d70..2e4edc5d2 100644 --- a/modules/phonegap/phonegap_geo_locate/module.rb +++ b/modules/phonegap/phonegap_geo_locate/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_globalization_status/command.js b/modules/phonegap/phonegap_globalization_status/command.js index b3eb8c571..fbbe192c0 100644 --- a/modules/phonegap/phonegap_globalization_status/command.js +++ b/modules/phonegap/phonegap_globalization_status/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_globalization_status/config.yaml b/modules/phonegap/phonegap_globalization_status/config.yaml index 600693fc8..eac4bf69a 100644 --- a/modules/phonegap/phonegap_globalization_status/config.yaml +++ b/modules/phonegap/phonegap_globalization_status/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_globalization_status/module.rb b/modules/phonegap/phonegap_globalization_status/module.rb index c6dbe2ae5..9ecbf3cce 100644 --- a/modules/phonegap/phonegap_globalization_status/module.rb +++ b/modules/phonegap/phonegap_globalization_status/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_keychain/command.js b/modules/phonegap/phonegap_keychain/command.js index 3df9b65a2..90644fc9c 100644 --- a/modules/phonegap/phonegap_keychain/command.js +++ b/modules/phonegap/phonegap_keychain/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_keychain/config.yaml b/modules/phonegap/phonegap_keychain/config.yaml index 59662532c..cb6803f54 100644 --- a/modules/phonegap/phonegap_keychain/config.yaml +++ b/modules/phonegap/phonegap_keychain/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_keychain/module.rb b/modules/phonegap/phonegap_keychain/module.rb index 4edc76780..9d4144f7d 100644 --- a/modules/phonegap/phonegap_keychain/module.rb +++ b/modules/phonegap/phonegap_keychain/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_list_contacts/command.js b/modules/phonegap/phonegap_list_contacts/command.js index 989f06114..1998ea097 100644 --- a/modules/phonegap/phonegap_list_contacts/command.js +++ b/modules/phonegap/phonegap_list_contacts/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_list_contacts/config.yaml b/modules/phonegap/phonegap_list_contacts/config.yaml index 100f3b8d6..41ee88f19 100644 --- a/modules/phonegap/phonegap_list_contacts/config.yaml +++ b/modules/phonegap/phonegap_list_contacts/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_list_contacts/module.rb b/modules/phonegap/phonegap_list_contacts/module.rb index b5342d271..55cab16a2 100644 --- a/modules/phonegap/phonegap_list_contacts/module.rb +++ b/modules/phonegap/phonegap_list_contacts/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_list_files/command.js b/modules/phonegap/phonegap_list_files/command.js index 35a54f9fa..db4e88875 100644 --- a/modules/phonegap/phonegap_list_files/command.js +++ b/modules/phonegap/phonegap_list_files/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_list_files/config.yaml b/modules/phonegap/phonegap_list_files/config.yaml index b9194bde0..3eb27b19d 100644 --- a/modules/phonegap/phonegap_list_files/config.yaml +++ b/modules/phonegap/phonegap_list_files/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_list_files/module.rb b/modules/phonegap/phonegap_list_files/module.rb index 87ebcd8c1..140ca4436 100644 --- a/modules/phonegap/phonegap_list_files/module.rb +++ b/modules/phonegap/phonegap_list_files/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_persist_resume/command.js b/modules/phonegap/phonegap_persist_resume/command.js index d800ac498..305c32de9 100644 --- a/modules/phonegap/phonegap_persist_resume/command.js +++ b/modules/phonegap/phonegap_persist_resume/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/phonegap/phonegap_persist_resume/config.yaml b/modules/phonegap/phonegap_persist_resume/config.yaml index 520b24275..6315b9a28 100644 --- a/modules/phonegap/phonegap_persist_resume/config.yaml +++ b/modules/phonegap/phonegap_persist_resume/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_persist_resume/module.rb b/modules/phonegap/phonegap_persist_resume/module.rb index 33934c7fc..55fe0c507 100644 --- a/modules/phonegap/phonegap_persist_resume/module.rb +++ b/modules/phonegap/phonegap_persist_resume/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_persistence/command.js b/modules/phonegap/phonegap_persistence/command.js index 2810b89a1..34e3cbb6f 100644 --- a/modules/phonegap/phonegap_persistence/command.js +++ b/modules/phonegap/phonegap_persistence/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_persistence/config.yaml b/modules/phonegap/phonegap_persistence/config.yaml index 718868503..4069daeb3 100644 --- a/modules/phonegap/phonegap_persistence/config.yaml +++ b/modules/phonegap/phonegap_persistence/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_persistence/module.rb b/modules/phonegap/phonegap_persistence/module.rb index 21bee559b..760c66b3f 100644 --- a/modules/phonegap/phonegap_persistence/module.rb +++ b/modules/phonegap/phonegap_persistence/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_plugin_detection/command.js b/modules/phonegap/phonegap_plugin_detection/command.js index 081a0c6d8..eb54905c2 100644 --- a/modules/phonegap/phonegap_plugin_detection/command.js +++ b/modules/phonegap/phonegap_plugin_detection/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_plugin_detection/config.yaml b/modules/phonegap/phonegap_plugin_detection/config.yaml index b9694fbbc..e199cf034 100644 --- a/modules/phonegap/phonegap_plugin_detection/config.yaml +++ b/modules/phonegap/phonegap_plugin_detection/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_plugin_detection/module.rb b/modules/phonegap/phonegap_plugin_detection/module.rb index a643831af..611473c4e 100644 --- a/modules/phonegap/phonegap_plugin_detection/module.rb +++ b/modules/phonegap/phonegap_plugin_detection/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_prompt_user/command.js b/modules/phonegap/phonegap_prompt_user/command.js index fee50d4f2..fe76c4e42 100644 --- a/modules/phonegap/phonegap_prompt_user/command.js +++ b/modules/phonegap/phonegap_prompt_user/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_prompt_user/config.yaml b/modules/phonegap/phonegap_prompt_user/config.yaml index 8f8fa06bb..4d17793fa 100644 --- a/modules/phonegap/phonegap_prompt_user/config.yaml +++ b/modules/phonegap/phonegap_prompt_user/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_prompt_user/module.rb b/modules/phonegap/phonegap_prompt_user/module.rb index 9aeb19691..8c00dc218 100644 --- a/modules/phonegap/phonegap_prompt_user/module.rb +++ b/modules/phonegap/phonegap_prompt_user/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_start_record_audio/command.js b/modules/phonegap/phonegap_start_record_audio/command.js index 36b4a35e2..d5c312ac2 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_start_record_audio/config.yaml b/modules/phonegap/phonegap_start_record_audio/config.yaml index 9b860e938..99d7bf4c7 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_start_record_audio/module.rb b/modules/phonegap/phonegap_start_record_audio/module.rb index 3a3c3edb1..5e8ba7210 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_stop_record_audio/command.js b/modules/phonegap/phonegap_stop_record_audio/command.js index 49c65c66f..16d68dc04 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/phonegap/phonegap_stop_record_audio/config.yaml b/modules/phonegap/phonegap_stop_record_audio/config.yaml index dc0443790..2dc778d41 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/phonegap/phonegap_stop_record_audio/module.rb b/modules/phonegap/phonegap_stop_record_audio/module.rb index 9dd11935e..ac72445dc 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/autocomplete_theft/command.js b/modules/social_engineering/autocomplete_theft/command.js index 1964d00d5..b05eba6f2 100644 --- a/modules/social_engineering/autocomplete_theft/command.js +++ b/modules/social_engineering/autocomplete_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/autocomplete_theft/config.yaml b/modules/social_engineering/autocomplete_theft/config.yaml index 7c3a0343c..5d163e0df 100644 --- a/modules/social_engineering/autocomplete_theft/config.yaml +++ b/modules/social_engineering/autocomplete_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/autocomplete_theft/module.rb b/modules/social_engineering/autocomplete_theft/module.rb index 391f4918c..7b33940e7 100644 --- a/modules/social_engineering/autocomplete_theft/module.rb +++ b/modules/social_engineering/autocomplete_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/clickjacking/command.js b/modules/social_engineering/clickjacking/command.js index 5c4c1f9c9..cc78b37e8 100644 --- a/modules/social_engineering/clickjacking/command.js +++ b/modules/social_engineering/clickjacking/command.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/social_engineering/clickjacking/config.yaml b/modules/social_engineering/clickjacking/config.yaml index c2be3f0c2..e12f7fbcf 100644 --- a/modules/social_engineering/clickjacking/config.yaml +++ b/modules/social_engineering/clickjacking/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/clickjacking/module.rb b/modules/social_engineering/clickjacking/module.rb index 54203eeea..fc3dbee4d 100644 --- a/modules/social_engineering/clickjacking/module.rb +++ b/modules/social_engineering/clickjacking/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/clippy/command.js b/modules/social_engineering/clippy/command.js index 17bb67453..1a9adebb5 100755 --- a/modules/social_engineering/clippy/command.js +++ b/modules/social_engineering/clippy/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/clippy/config.yaml b/modules/social_engineering/clippy/config.yaml index 987c15874..244941630 100755 --- a/modules/social_engineering/clippy/config.yaml +++ b/modules/social_engineering/clippy/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/clippy/module.rb b/modules/social_engineering/clippy/module.rb index 2f7992dd1..31b273dff 100755 --- a/modules/social_engineering/clippy/module.rb +++ b/modules/social_engineering/clippy/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_evernote_clipper/command.js b/modules/social_engineering/fake_evernote_clipper/command.js index 06920dad5..63dc5c2b1 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/fake_evernote_clipper/config.yaml b/modules/social_engineering/fake_evernote_clipper/config.yaml index 4866bc8f5..3ad12f292 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_evernote_clipper/module.rb b/modules/social_engineering/fake_evernote_clipper/module.rb index b12a1a9dc..e0ad21e61 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_flash_update/command.js b/modules/social_engineering/fake_flash_update/command.js index e221f0162..535a80a23 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/fake_flash_update/config.yaml b/modules/social_engineering/fake_flash_update/config.yaml index 3a43d7e88..31ed7a006 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_flash_update/module.rb b/modules/social_engineering/fake_flash_update/module.rb index 2fca16476..7a10b2df7 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_lastpass/command.js b/modules/social_engineering/fake_lastpass/command.js index d60e79bdf..312d0d9e5 100755 --- a/modules/social_engineering/fake_lastpass/command.js +++ b/modules/social_engineering/fake_lastpass/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/fake_lastpass/config.yaml b/modules/social_engineering/fake_lastpass/config.yaml index 9bbcfb270..e74f5eafe 100755 --- a/modules/social_engineering/fake_lastpass/config.yaml +++ b/modules/social_engineering/fake_lastpass/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_lastpass/module.rb b/modules/social_engineering/fake_lastpass/module.rb index 60cf3e2bb..7101b2da0 100755 --- a/modules/social_engineering/fake_lastpass/module.rb +++ b/modules/social_engineering/fake_lastpass/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_notification/command.js b/modules/social_engineering/fake_notification/command.js index 48180ea43..4e1e1e2fe 100644 --- a/modules/social_engineering/fake_notification/command.js +++ b/modules/social_engineering/fake_notification/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/fake_notification/config.yaml b/modules/social_engineering/fake_notification/config.yaml index f80da9833..4b3b2df6f 100644 --- a/modules/social_engineering/fake_notification/config.yaml +++ b/modules/social_engineering/fake_notification/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_notification/module.rb b/modules/social_engineering/fake_notification/module.rb index 6ac06335c..5549555e5 100644 --- a/modules/social_engineering/fake_notification/module.rb +++ b/modules/social_engineering/fake_notification/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_notification_c/command.js b/modules/social_engineering/fake_notification_c/command.js index 2e7787c05..54ec04ed5 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/fake_notification_c/config.yaml b/modules/social_engineering/fake_notification_c/config.yaml index e7f7aa734..c70d64c7e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_notification_c/module.rb b/modules/social_engineering/fake_notification_c/module.rb index 83176a6a0..84d8ce583 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_notification_ff/command.js b/modules/social_engineering/fake_notification_ff/command.js index 3c617d2ec..59f77038e 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/fake_notification_ff/config.yaml b/modules/social_engineering/fake_notification_ff/config.yaml index d5e1f8cfa..d7bf13960 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_notification_ff/module.rb b/modules/social_engineering/fake_notification_ff/module.rb index 5c5dd59e5..74cad692e 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_notification_ie/command.js b/modules/social_engineering/fake_notification_ie/command.js index 6f388b5b8..e0527c3e8 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/fake_notification_ie/config.yaml b/modules/social_engineering/fake_notification_ie/config.yaml index 5e3c065ea..5992de869 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/fake_notification_ie/module.rb b/modules/social_engineering/fake_notification_ie/module.rb index db5dd8159..7902fa366 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/firefox_extension_bindshell/command.js b/modules/social_engineering/firefox_extension_bindshell/command.js index 6a5a74409..0cd96cd2a 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/firefox_extension_bindshell/config.yaml b/modules/social_engineering/firefox_extension_bindshell/config.yaml index 79ff6a99d..2b8868a57 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/firefox_extension_bindshell/module.rb b/modules/social_engineering/firefox_extension_bindshell/module.rb index c5e4c9258..305571441 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/firefox_extension_dropper/command.js b/modules/social_engineering/firefox_extension_dropper/command.js index ed635c608..61c2da6fe 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/firefox_extension_dropper/config.yaml b/modules/social_engineering/firefox_extension_dropper/config.yaml index 1475f4d0a..01fccdd5a 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/firefox_extension_dropper/module.rb b/modules/social_engineering/firefox_extension_dropper/module.rb index 1737f58a3..003d39719 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/firefox_extension_reverse_shell/command.js b/modules/social_engineering/firefox_extension_reverse_shell/command.js index 6a5a74409..0cd96cd2a 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/firefox_extension_reverse_shell/config.yaml b/modules/social_engineering/firefox_extension_reverse_shell/config.yaml index d910e6461..19c482f1d 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/firefox_extension_reverse_shell/module.rb b/modules/social_engineering/firefox_extension_reverse_shell/module.rb index 5657cf237..bf9ffc8e0 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/gmail_phishing/command.js b/modules/social_engineering/gmail_phishing/command.js index 0d1c85ffe..9c0f37f62 100644 --- a/modules/social_engineering/gmail_phishing/command.js +++ b/modules/social_engineering/gmail_phishing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/gmail_phishing/config.yaml b/modules/social_engineering/gmail_phishing/config.yaml index 83c99ff9f..53637ce10 100644 --- a/modules/social_engineering/gmail_phishing/config.yaml +++ b/modules/social_engineering/gmail_phishing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/gmail_phishing/module.rb b/modules/social_engineering/gmail_phishing/module.rb index 03cc5a4c2..09cb08c84 100644 --- a/modules/social_engineering/gmail_phishing/module.rb +++ b/modules/social_engineering/gmail_phishing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/hta_powershell/command.js b/modules/social_engineering/hta_powershell/command.js index 12c42c2fb..acdf56b63 100755 --- a/modules/social_engineering/hta_powershell/command.js +++ b/modules/social_engineering/hta_powershell/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/hta_powershell/config.yaml b/modules/social_engineering/hta_powershell/config.yaml index 475c4808e..6335a4d11 100755 --- a/modules/social_engineering/hta_powershell/config.yaml +++ b/modules/social_engineering/hta_powershell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/hta_powershell/module.rb b/modules/social_engineering/hta_powershell/module.rb index e01d5a0ad..6dbed97ac 100755 --- a/modules/social_engineering/hta_powershell/module.rb +++ b/modules/social_engineering/hta_powershell/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/lcamtuf_download/command.js b/modules/social_engineering/lcamtuf_download/command.js index ecc667e5c..53918a34a 100644 --- a/modules/social_engineering/lcamtuf_download/command.js +++ b/modules/social_engineering/lcamtuf_download/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/lcamtuf_download/config.yaml b/modules/social_engineering/lcamtuf_download/config.yaml index 9566916ff..5a1dee5f6 100644 --- a/modules/social_engineering/lcamtuf_download/config.yaml +++ b/modules/social_engineering/lcamtuf_download/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/lcamtuf_download/module.rb b/modules/social_engineering/lcamtuf_download/module.rb index 48f16dafe..866758a9b 100755 --- a/modules/social_engineering/lcamtuf_download/module.rb +++ b/modules/social_engineering/lcamtuf_download/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/pretty_theft/command.js b/modules/social_engineering/pretty_theft/command.js index 023194913..9146cda10 100644 --- a/modules/social_engineering/pretty_theft/command.js +++ b/modules/social_engineering/pretty_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/pretty_theft/config.yaml b/modules/social_engineering/pretty_theft/config.yaml index bc53b625e..c624eccd1 100644 --- a/modules/social_engineering/pretty_theft/config.yaml +++ b/modules/social_engineering/pretty_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/pretty_theft/module.rb b/modules/social_engineering/pretty_theft/module.rb index adcf931e7..1f35dc845 100644 --- a/modules/social_engineering/pretty_theft/module.rb +++ b/modules/social_engineering/pretty_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/replace_video_fake_plugin/command.js b/modules/social_engineering/replace_video_fake_plugin/command.js index e0087ae21..971209471 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/replace_video_fake_plugin/config.yaml b/modules/social_engineering/replace_video_fake_plugin/config.yaml index afdb12dd0..f01c83291 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/replace_video_fake_plugin/module.rb b/modules/social_engineering/replace_video_fake_plugin/module.rb index ea627a300..9592f04c8 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/simple_hijacker/command.js b/modules/social_engineering/simple_hijacker/command.js index ec20f60b9..c11ace0dc 100644 --- a/modules/social_engineering/simple_hijacker/command.js +++ b/modules/social_engineering/simple_hijacker/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/simple_hijacker/config.yaml b/modules/social_engineering/simple_hijacker/config.yaml index aca04e671..ada887f34 100644 --- a/modules/social_engineering/simple_hijacker/config.yaml +++ b/modules/social_engineering/simple_hijacker/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/simple_hijacker/module.rb b/modules/social_engineering/simple_hijacker/module.rb index 5f17ac637..a0cb0a27b 100644 --- a/modules/social_engineering/simple_hijacker/module.rb +++ b/modules/social_engineering/simple_hijacker/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/simple_hijacker/templates/amazon.js b/modules/social_engineering/simple_hijacker/templates/amazon.js index fd55770e4..8321b8849 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js b/modules/social_engineering/simple_hijacker/templates/chromecertbeggar.js index 86465c416..46c15754f 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/social_engineering/simple_hijacker/templates/chromecertbeggar2.js b/modules/social_engineering/simple_hijacker/templates/chromecertbeggar2.js index cf0eb1ddd..d39b5afa6 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/social_engineering/simple_hijacker/templates/confirmbox.js b/modules/social_engineering/simple_hijacker/templates/confirmbox.js index 943ba2fca..d76f7cc05 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/social_engineering/simple_hijacker/templates/credential.js b/modules/social_engineering/simple_hijacker/templates/credential.js index 983dd40cb..ed16d1f24 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-2018 Wade Alcorn - wade@bindshell.net + * Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net * Browser Exploitation Framework (BeEF) - http://beefproject.com * See the file 'doc/COPYING' for copying permission */ diff --git a/modules/social_engineering/sitekiosk_breakout/command.js b/modules/social_engineering/sitekiosk_breakout/command.js index ae216343d..3c9cc1ef7 100644 --- a/modules/social_engineering/sitekiosk_breakout/command.js +++ b/modules/social_engineering/sitekiosk_breakout/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/sitekiosk_breakout/config.yaml b/modules/social_engineering/sitekiosk_breakout/config.yaml index 36042d496..f4eeae251 100644 --- a/modules/social_engineering/sitekiosk_breakout/config.yaml +++ b/modules/social_engineering/sitekiosk_breakout/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/sitekiosk_breakout/module.rb b/modules/social_engineering/sitekiosk_breakout/module.rb index 1ab47343a..f6fc6806b 100644 --- a/modules/social_engineering/sitekiosk_breakout/module.rb +++ b/modules/social_engineering/sitekiosk_breakout/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/spoof_addressbar_data/command.js b/modules/social_engineering/spoof_addressbar_data/command.js index b55f83980..0bbf0ad3f 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/spoof_addressbar_data/config.yaml b/modules/social_engineering/spoof_addressbar_data/config.yaml index adf1da32a..727250a5d 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/spoof_addressbar_data/module.rb b/modules/social_engineering/spoof_addressbar_data/module.rb index f9d6f2887..c75922c4b 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/tabnabbing/command.js b/modules/social_engineering/tabnabbing/command.js index fb018a003..3ed0077ca 100644 --- a/modules/social_engineering/tabnabbing/command.js +++ b/modules/social_engineering/tabnabbing/command.js @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/tabnabbing/config.yaml b/modules/social_engineering/tabnabbing/config.yaml index 36ef38689..f4e82aa14 100644 --- a/modules/social_engineering/tabnabbing/config.yaml +++ b/modules/social_engineering/tabnabbing/config.yaml @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/tabnabbing/module.rb b/modules/social_engineering/tabnabbing/module.rb index e480294b2..89827f381 100644 --- a/modules/social_engineering/tabnabbing/module.rb +++ b/modules/social_engineering/tabnabbing/module.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/text_to_voice/command.js b/modules/social_engineering/text_to_voice/command.js index 6c8c9b665..60c461972 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/text_to_voice/config.yaml b/modules/social_engineering/text_to_voice/config.yaml index df135f58c..5a67206e3 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/text_to_voice/module.rb b/modules/social_engineering/text_to_voice/module.rb index a56d451aa..4dc791af3 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/ui_abuse_ie/command.js b/modules/social_engineering/ui_abuse_ie/command.js index d093572a8..0056f3d81 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-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/modules/social_engineering/ui_abuse_ie/config.yaml b/modules/social_engineering/ui_abuse_ie/config.yaml index 4ad9e8c4b..59b48205d 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/modules/social_engineering/ui_abuse_ie/module.rb b/modules/social_engineering/ui_abuse_ie/module.rb index 53bf55689..a3c8a7308 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/common/beef_test.rb b/test/common/beef_test.rb index 32e5f92b0..94ecd47ab 100644 --- a/test/common/beef_test.rb +++ b/test/common/beef_test.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/common/test_constants.rb b/test/common/test_constants.rb index 6f507c43f..044e7ff01 100644 --- a/test/common/test_constants.rb +++ b/test/common/test_constants.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/common/ts_common.rb b/test/common/ts_common.rb index e758263d2..dedfd2121 100644 --- a/test/common/ts_common.rb +++ b/test/common/ts_common.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/check_environment.rb b/test/integration/check_environment.rb index a06f7434d..e7637acc3 100644 --- a/test/integration/check_environment.rb +++ b/test/integration/check_environment.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_debug_modules.rb b/test/integration/tc_debug_modules.rb index 2b88b09be..fb1338b9e 100644 --- a/test/integration/tc_debug_modules.rb +++ b/test/integration/tc_debug_modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_dns_rest.rb b/test/integration/tc_dns_rest.rb index 0fc83e3fc..330a25822 100644 --- a/test/integration/tc_dns_rest.rb +++ b/test/integration/tc_dns_rest.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_jools.rb b/test/integration/tc_jools.rb index fe0c82ef7..7a92809be 100644 --- a/test/integration/tc_jools.rb +++ b/test/integration/tc_jools.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_login.rb b/test/integration/tc_login.rb index 15f1516e2..b49041b24 100644 --- a/test/integration/tc_login.rb +++ b/test/integration/tc_login.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_network_rest.rb b/test/integration/tc_network_rest.rb index 090706816..a72645c1e 100644 --- a/test/integration/tc_network_rest.rb +++ b/test/integration/tc_network_rest.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_proxy.rb b/test/integration/tc_proxy.rb index b99f3f29e..9d946d58f 100644 --- a/test/integration/tc_proxy.rb +++ b/test/integration/tc_proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_social_engineering_rest.rb b/test/integration/tc_social_engineering_rest.rb index 107b6e7a0..306e80663 100644 --- a/test/integration/tc_social_engineering_rest.rb +++ b/test/integration/tc_social_engineering_rest.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/tc_webrtc_rest.rb b/test/integration/tc_webrtc_rest.rb index 9e07a55a6..a7302bfa8 100644 --- a/test/integration/tc_webrtc_rest.rb +++ b/test/integration/tc_webrtc_rest.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/integration/ts_integration.rb b/test/integration/ts_integration.rb index 9fc010797..b3cc3a540 100644 --- a/test/integration/ts_integration.rb +++ b/test/integration/ts_integration.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/thirdparty/msf/unit/check_environment.rb b/test/thirdparty/msf/unit/check_environment.rb index a06f7434d..e7637acc3 100644 --- a/test/thirdparty/msf/unit/check_environment.rb +++ b/test/thirdparty/msf/unit/check_environment.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/thirdparty/msf/unit/tc_metasploit.rb b/test/thirdparty/msf/unit/tc_metasploit.rb index 7e42ed559..e0709fb85 100644 --- a/test/thirdparty/msf/unit/tc_metasploit.rb +++ b/test/thirdparty/msf/unit/tc_metasploit.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/thirdparty/msf/unit/ts_metasploit.rb b/test/thirdparty/msf/unit/ts_metasploit.rb index 2706bf243..e79bafbbc 100644 --- a/test/thirdparty/msf/unit/ts_metasploit.rb +++ b/test/thirdparty/msf/unit/ts_metasploit.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/filter/tc_base.rb b/test/unit/core/filter/tc_base.rb index 84e0bb099..ec39ed992 100644 --- a/test/unit/core/filter/tc_base.rb +++ b/test/unit/core/filter/tc_base.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/filter/tc_command.rb b/test/unit/core/filter/tc_command.rb index 89f7974d0..4423f5b80 100644 --- a/test/unit/core/filter/tc_command.rb +++ b/test/unit/core/filter/tc_command.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/main/models/tc_browserdetails.rb b/test/unit/core/main/models/tc_browserdetails.rb index ac55f2324..2234f1e14 100644 --- a/test/unit/core/main/models/tc_browserdetails.rb +++ b/test/unit/core/main/models/tc_browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb b/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb index 78dbf1c92..f34dda14b 100644 --- a/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb +++ b/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/main/network_stack/handlers/redirector.rb b/test/unit/core/main/network_stack/handlers/redirector.rb index 758257046..5fc0bf069 100644 --- a/test/unit/core/main/network_stack/handlers/redirector.rb +++ b/test/unit/core/main/network_stack/handlers/redirector.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_api.rb b/test/unit/core/tc_api.rb index 89878764b..1e6ae93cf 100644 --- a/test/unit/core/tc_api.rb +++ b/test/unit/core/tc_api.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_autorun.rb b/test/unit/core/tc_autorun.rb index eaa2c3da6..59bfff94e 100644 --- a/test/unit/core/tc_autorun.rb +++ b/test/unit/core/tc_autorun.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_bootstrap.rb b/test/unit/core/tc_bootstrap.rb index ced90753b..0a7e0ef85 100644 --- a/test/unit/core/tc_bootstrap.rb +++ b/test/unit/core/tc_bootstrap.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_core.rb b/test/unit/core/tc_core.rb index 7efc9bd66..26664859e 100644 --- a/test/unit/core/tc_core.rb +++ b/test/unit/core/tc_core.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_extensions.rb b/test/unit/core/tc_extensions.rb index 064255db0..69ed59021 100644 --- a/test/unit/core/tc_extensions.rb +++ b/test/unit/core/tc_extensions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_loader.rb b/test/unit/core/tc_loader.rb index 936c0355f..7c1fd2024 100644 --- a/test/unit/core/tc_loader.rb +++ b/test/unit/core/tc_loader.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_logger.rb b/test/unit/core/tc_logger.rb index a9fb263f7..6ed349940 100644 --- a/test/unit/core/tc_logger.rb +++ b/test/unit/core/tc_logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_modules.rb b/test/unit/core/tc_modules.rb index 1df8b0c46..788d365b8 100644 --- a/test/unit/core/tc_modules.rb +++ b/test/unit/core/tc_modules.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_obfuscation.rb b/test/unit/core/tc_obfuscation.rb index 8f8e431c1..54c78a046 100644 --- a/test/unit/core/tc_obfuscation.rb +++ b/test/unit/core/tc_obfuscation.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/core/tc_social_engineering.rb b/test/unit/core/tc_social_engineering.rb index b51e7cbc4..1ffdfb8de 100644 --- a/test/unit/core/tc_social_engineering.rb +++ b/test/unit/core/tc_social_engineering.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_console.rb b/test/unit/extensions/tc_console.rb index 69338db71..67f77b0bf 100644 --- a/test/unit/extensions/tc_console.rb +++ b/test/unit/extensions/tc_console.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_dns.rb b/test/unit/extensions/tc_dns.rb index 7b5baa6ed..424295185 100644 --- a/test/unit/extensions/tc_dns.rb +++ b/test/unit/extensions/tc_dns.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_event_logger.rb b/test/unit/extensions/tc_event_logger.rb index 4e663cba5..bf3d09739 100644 --- a/test/unit/extensions/tc_event_logger.rb +++ b/test/unit/extensions/tc_event_logger.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_hooks.rb b/test/unit/extensions/tc_hooks.rb index 28d80eb6a..86926e656 100644 --- a/test/unit/extensions/tc_hooks.rb +++ b/test/unit/extensions/tc_hooks.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_ipec_tunnel.rb b/test/unit/extensions/tc_ipec_tunnel.rb index aa5b30c6f..c549a2c53 100644 --- a/test/unit/extensions/tc_ipec_tunnel.rb +++ b/test/unit/extensions/tc_ipec_tunnel.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_network.rb b/test/unit/extensions/tc_network.rb index 8244ec6b8..b59c1e14d 100644 --- a/test/unit/extensions/tc_network.rb +++ b/test/unit/extensions/tc_network.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_proxy.rb b/test/unit/extensions/tc_proxy.rb index 0ce2a698a..8b4223cd3 100644 --- a/test/unit/extensions/tc_proxy.rb +++ b/test/unit/extensions/tc_proxy.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_qrcode.rb b/test/unit/extensions/tc_qrcode.rb index 27745a3e6..547029618 100644 --- a/test/unit/extensions/tc_qrcode.rb +++ b/test/unit/extensions/tc_qrcode.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_requester.rb b/test/unit/extensions/tc_requester.rb index 127c05b74..7ec7f7cf5 100644 --- a/test/unit/extensions/tc_requester.rb +++ b/test/unit/extensions/tc_requester.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_webrtc.rb b/test/unit/extensions/tc_webrtc.rb index 44ff1bd2e..a4f913bef 100644 --- a/test/unit/extensions/tc_webrtc.rb +++ b/test/unit/extensions/tc_webrtc.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/extensions/tc_xssrays.rb b/test/unit/extensions/tc_xssrays.rb index 18ec29e4f..9b8b3f2c5 100644 --- a/test/unit/extensions/tc_xssrays.rb +++ b/test/unit/extensions/tc_xssrays.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/tc_filesystem.rb b/test/unit/tc_filesystem.rb index 5976702e5..eb9104e64 100644 --- a/test/unit/tc_filesystem.rb +++ b/test/unit/tc_filesystem.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/tc_grep.rb b/test/unit/tc_grep.rb index 8a817be00..0393cb015 100644 --- a/test/unit/tc_grep.rb +++ b/test/unit/tc_grep.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/test/unit/ts_unit.rb b/test/unit/ts_unit.rb index eb5972a95..6acdb590b 100644 --- a/test/unit/ts_unit.rb +++ b/test/unit/ts_unit.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # diff --git a/tools/csrf_to_beef/lib/module.rb b/tools/csrf_to_beef/lib/module.rb index 14327281a..3b0a3ec67 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-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # @@ -34,7 +34,7 @@ class ModuleFile end return <<-EOF # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission # @@ -67,7 +67,7 @@ class CommandFile end return <<-EOF // -// Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +// Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net // Browser Exploitation Framework (BeEF) - http://beefproject.com // See the file 'doc/COPYING' for copying permission // diff --git a/update-beef b/update-beef index 802db26b1..3bfb25c00 100755 --- a/update-beef +++ b/update-beef @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2006-2018 Wade Alcorn - wade@bindshell.net +# Copyright (c) 2006-2019 Wade Alcorn - wade@bindshell.net # Browser Exploitation Framework (BeEF) - http://beefproject.com # See the file 'doc/COPYING' for copying permission #