Path: blob/master/modules/debug/test_cors_request/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:7test_cors_request:8enable: true9category: "Debug"10name: "Test CORS Request"11description: "Test the beef.net.cors.request function by retrieving a URL."12authors: ["bcoles"]13# http://caniuse.com/cors14target:15working: ["ALL"]16not_working:17# CORS is partially supported on IE 8 & 918IE:19min_ver: 620max_ver: 721O:22min_ver: 123max_ver: 1124C:25min_ver: 126max_ver: 327S:28min_ver: 129max_ver: 330F:31min_ver: 132max_ver: 3333435