clean up modules to assist in testing
This commit is contained in:
@@ -9,7 +9,7 @@ beef:
|
||||
enable: true
|
||||
category: "Network"
|
||||
name: "Fetch Port Scanner"
|
||||
description: " Uses fetch to test the response in order to determine if a port is open or not"
|
||||
description: "Uses fetch to test the response in order to determine if a port is open or not"
|
||||
authors: ["Crimes by Will", "jcrew99", "salmong1t"]
|
||||
# http://caniuse.com/cors
|
||||
target:
|
||||
|
||||
@@ -8,7 +8,7 @@ beef:
|
||||
ping_sweep:
|
||||
enable: true
|
||||
category: "Network"
|
||||
name: "Ping Sweep"
|
||||
name: "Ping Sweep (JS XHR)"
|
||||
description: "Discover active hosts in the internal network of the hooked browser using JavaScript XHR.<br/><br/>Note: set the IP address range to 'common' to scan a list of common LAN addresses."
|
||||
authors: ["bcoles"]
|
||||
target:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
beef:
|
||||
module:
|
||||
ping_sweep_java:
|
||||
enable: true
|
||||
enable: false
|
||||
category: "Network"
|
||||
name: "Ping Sweep (Java)"
|
||||
description: "Discover active hosts in the internal network of the hooked browser. Same logic of the Ping Sweep module, but using an unsigned Java applet to work in browsers other than Firefox.<br> For Firefox, use the normal PingSweep module."
|
||||
|
||||
@@ -8,7 +8,7 @@ beef:
|
||||
port_scanner:
|
||||
enable: true
|
||||
category: "Network"
|
||||
name: "Port Scanner"
|
||||
name: "Port Scanner (Multiple Methods)"
|
||||
description: "Scan ports in a given hostname, using WebSockets, CORS and img tags. It uses the three methods to avoid blocked ports or Same Origin Policy.<br/><br/>Note: The user may see authentication popups in the event any of the target ports are web servers using HTTP authentication."
|
||||
authors: ["javier.marcos"]
|
||||
target:
|
||||
|
||||
Reference in New Issue
Block a user