Tool Management & Configuration Sync
TestNet manages scanning tools via the tool store, configures default parameters, and syncs configuration files.
1. Tool Store & Hot Upgrades
Click "Store" in the top right of "Tool Management" -> "Tool List":

Steps
- Navigate to "Tool Management" → "Tool List"
- Click "Store" in the top right to open the drawer
- Browse or search for the desired tool (filter by category)
- Click "Install" to add the tool to your local library
- For installed tools with available updates, an "Update" button appears — click to apply instantly without restarting services
Built-in Tools
The platform ships with 22 pre-configured security tools covering subdomain enumeration, port scanning, vulnerability detection, web fingerprinting, and more. See Built-in Tools.
2. Default Execution Settings
Click "Config" on any tool row to set default parameters for your team:
- Timeouts & Retries: Set max execution time (e.g.,
600s) and automatic retry count on failure; - Environment Shielding: Mask sensitive environment variables to prevent leakage;
- Resource Limits: Set max memory and CPU for Docker-based tools to prevent resource exhaustion.
3. Remote Config File Sync
For tools requiring external rule libraries or config dictionaries (e.g., Nuclei templates, wordlists, API key files), TestNet provides remote config file sync:
Steps
- Navigate to the "Config File Management" menu
- Click "New" to upload or edit a configuration file online
- The system automatically records the version upon saving
- Reference the config file in the tool's execution settings
- Scanning nodes automatically verify and sync the latest version on task execution
Version Consistency
All scanning nodes always use the same config file version — nodes automatically pull the latest version.
Related Documentation
- Tool Overview — Tool categories and capabilities
- Built-in Tools — 22 pre-configured security tools
- Workflow DSL Reference — Referencing tools in workflows
- Node Sandbox & Security — Sandbox and config file mount security policies