clean up modules to assist in testing

This commit is contained in:
Stephen
2024-04-14 11:04:18 +10:00
parent 1699a1dcde
commit 213cd721d6
9 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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