Returns a response object with HTTP status, headers and body Add 'Test CORS Request' debug module
16 lines
491 B
YAML
16 lines
491 B
YAML
#
|
|
# Copyright (c) 2006-2012 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
test_cors_request:
|
|
enable: true
|
|
category: "Debug"
|
|
name: "Test CORS Request"
|
|
description: "Test the beef.net.cors.request function by retrieving a URL."
|
|
authors: ["bcoles"]
|
|
target:
|
|
working: ["ALL"]
|