fixed a few spelling mistakes and changed the name

This commit is contained in:
Josh
2020-04-15 16:00:19 -07:00
parent 6431df68cf
commit 1aa76f93cb
5 changed files with 6 additions and 6 deletions

View File

@@ -5,11 +5,11 @@
#
beef:
module:
sw_port_scanner:
fetch_port_scanner:
enable: true
category: "Network"
name: "SW Port Scanner"
description: " Uses web workers to port scan"
name: "Fetch Port Scanner"
description: " Uses fetch to test the response in order to determine if a port is open or not"
authors: ["Crimes by Will", "jcrew99"]
# http://caniuse.com/cors
target:

View File

@@ -3,7 +3,7 @@
# Browser Exploitation Framework (BeEF) - http://beefproject.com
# See the file 'doc/COPYING' for copying permission
#
class Sw_port_scanner < BeEF::Core::Command
class Fetch_port_scanner < BeEF::Core::Command
# set and return all options for this module
def self.options