Path: blob/master/modules/network/cross_origin_scanner_flash/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:7cross_origin_scanner_flash:8enable: true9category: "Network"10name: "Cross-Origin Scanner (Flash)"11description: "This module scans an IP range to locate web servers with a permissive Flash cross-origin policy. The HTTP response is returned to BeEF.<br/><br/>Note: set the IP address range to 'common' to scan a list of common LAN addresses.<br/><br/>This module uses ContentHijacking.swf from <a href='https://github.com/nccgroup/CrossSiteContentHijacking'>CrossSiteContentHijacking</a> by Soroush Dalili (@irsdl)."12authors: ["bcoles", "@irsdl"]13target:14working: ["C", "FF"]15not_working: ["IE", "S", "O"]161718