Path: blob/master/modules/network/fetch_port_scanner/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7fetch_port_scanner:8enable: true9category: "Network"10name: "Fetch Port Scanner"11description: "Uses fetch to test the response in order to determine if a port is open or not"12authors: ["Crimes by Will", "jcrew99", "salmong1t"]13# http://caniuse.com/cors14target:15working: ["FF", "C", "E", "EP"]16not_working:17IE:18min_ver: 119max_ver: 112021O:22min_ver: 123max_ver: 1124C:25min_ver: 126max_ver: 527S:28min_ver: 329max_ver: 530FF:31min_ver: 332max_ver: 60333435