Path: blob/master/modules/network/port_scanner/config.yaml
1873 views
#1# Copyright (c) 2006-2026 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7port_scanner:8enable: true9category: "Network"10name: "Port Scanner (Multiple Methods)"11description: "Scan ports in a given hostname, using WebSockets, CORS and img tags. It uses the three methods to avoid blocked ports or Same Origin Policy.<br/><br/>Note: The user may see authentication popups in the event any of the target ports are web servers using HTTP authentication."12authors: ["javier.marcos"]13target:14user_notify: ["FF", "C"]15not_working: ["S", "O", "IE"]161718