Skip to content

Tool Management Overview ​

Tools are the smallest execution units in TestNet for performing specific scanning tasks. Each tool encapsulates the invocation logic of a security tool.

Tool List ​

Security tool list

Go to "Tool Management" → "Tool List" to view all installed tools:

FieldDescription
Tool NameDisplay name of the tool
Tool IDUnique identifier (e.g., subfinder)
VersionCurrently installed version
CategoryRECON / SCAN / NETWORK / FUZZ / FINGERPRINT / EXPLOIT
StatusAvailable / Disabled
Last UpdatedVersion update time

Tool Categories ​

Tools are grouped by the registry category field into six categories covering the full recon-to-exploit chain:

CategoryResponsibility
RECONReconnaissance & collection (subdomain discovery, DNS resolution, historical URLs, enterprise mapping)
SCANActive scanning (liveness probing, port scanning, vulnerability templates)
NETWORKNative network probing (built-in HTTP/DNS/TCP executors)
FUZZFuzzing (directory brute-forcing, parameter fuzzing)
FINGERPRINTFingerprinting (tech stacks, service versions, page screenshots)
EXPLOITExploitation & verification (SQL injection, etc.)

For which tools belong to each category — with each tool's inputs/outputs and image details — see the full Built-in Tools catalog instead of repeating it here.


Tool Details ​

Click a tool name to view tool details:

  • Basic Information: Name, version, description, category
  • Input/Output: What input types the tool accepts and what output types it produces
  • Parameter List: Supported parameters with descriptions and default values
  • DSL Definition: Raw YAML definition file

最近更新

Released under the MIT License