Rename cross_origin_scanner to cross_origin_scanner_cors

This commit is contained in:
Brendan Coles
2016-02-07 10:53:32 +00:00
parent eb9e0a0a68
commit 321aff56f3
5 changed files with 10 additions and 10 deletions

View File

@@ -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

View File

@@ -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 = {}