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

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 / vuln / utility
StatusAvailable / Disabled
Last UpdatedVersion update time

Tool Categories

Recon Tools

ToolDescription
SubfinderPassive subdomain discovery, does not directly contact the target
AmassActive and passive combined subdomain enumeration
DNS-LookupDNS record query (A/AAAA/MX/TXT etc.)
DnsxHigh-speed DNS batch resolution
GauFetch historical URLs from multiple sources
WaybackurlsWayback Machine historical URL extraction

Scan Tools

ToolDescription
HttpxHTTP probing and information gathering (title, status code, tech stack)
NaabuHigh-speed port scanning
MasscanUltra-fast large-scale port scanning
Nmap (Service)Port service version identification
KatanaWeb crawler, discovers links and APIs
DirsearchWeb directory scanning
FfufWeb fuzzing testing
TCP-CheckTCP port probing and banner grabbing
Httpx-ScreenshotWeb page screenshot

Vulnerability Detection (Vuln)

ToolDescription
NucleiTemplate-based vulnerability scanning, covers multiple vulnerability types
SQLMapSQL injection vulnerability detection
SubzySubdomain takeover vulnerability detection
TruffleHogSensitive information leakage detection (Git, code, etc.)

Fingerprint Identification (Utility)

ToolDescription
WappalyzerWeb technology fingerprint identification
WhatWebWeb application identification

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