Rename cross_origin_scanner to cross_origin_scanner_cors
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#
|
||||
beef:
|
||||
module:
|
||||
cross_origin_scanner:
|
||||
cross_origin_scanner_cors:
|
||||
enable: true
|
||||
category: "Network"
|
||||
name: "Cross-Origin Scanner"
|
||||
name: "Cross-Origin Scanner (CORS)"
|
||||
description: "Scan an IP range for web servers which allow cross-origin requests using CORS. 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."
|
||||
authors: ["bcoles"]
|
||||
# http://caniuse.com/cors
|
||||
@@ -3,7 +3,7 @@
|
||||
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
||||
# See the file 'doc/COPYING' for copying permission
|
||||
#
|
||||
class Cross_origin_scanner < BeEF::Core::Command
|
||||
class Cross_origin_scanner_cors < BeEF::Core::Command
|
||||
|
||||
def post_execute
|
||||
content = {}
|
||||
Reference in New Issue
Block a user