Skip to content

Quick Start ​

This guide helps you log in and start using the TestNet platform in 5 minutes.

Step 1: One-Command Installation ​

Run the following command on your target Linux server (with Docker & Docker Compose installed). The script auto-detects the fastest mirror, downloads components, and completes deployment:

bash
curl -fsSL https://cnb.cool/testnet0/testnet-public/-/git/raw/main/install.sh | bash

After installation:

  • The admin password and service secrets are auto-generated in the .env file; ADMIN_INIT_PASSWORD is the initial login password
  • Open https://<server-address>:3100 to access the platform

TIP

For full system requirements, offline installation, and parameters, see Setup & Activation.


Step 2: Log In to the System ​

Access the TestNet URL (default https://your-server:3100) and log in with the credentials provided by the administrator.

Login Page

Default Credentials

  • Username: admin
  • Password: Automatically generated during deployment (check deployment logs or ADMIN_INIT_PASSWORD in .env).

After Docker deployment, you can reset the password to Admin@123456 using ./testnet.sh reset-password.

Change Initial Password ​

  1. Click on the user profile icon in the top right corner.
  2. Select Profile Settings.
  3. Switch to the Security tab.
  4. Fill in your current password and new password.
  5. Click Save.

Main Modules ​

GroupModuleDescription
Core (CORE)DashboardReal-time security posture metrics, recent task status, and operational charts.
ProjectsMulti-project isolation and dedicated Project Workbench dashboards.
Asset Management (ASSETS)Asset ManagementLifecycle management, topology graph visualization, and filtering across 8 core asset models.
Asset ConfigConfigure tag management, ownership mappings, root-domain settings, access rules, notification linkage, vulnerability types, and retention cleanup.
Information Collection (SECURITY)Cyberspace SearchMulti-engine search (FOFA, Shodan, Hunter, Quake) with one-click asset batch ingestion.
AutomationVisual DAG workflow designer, security tool repository, config file distribution, and Run Center.
Scan NodesDistributed probe registration, heartbeat monitoring, and health scheduling.
AI (AI)MCP Access14 core facade MCP tools and one-click integration for Claude Code / Cursor / Windsurf.
Skill LibrarySKILL.md knowledge cards with 11 categories, enable toggles, and skills.zip export.
Memory LibraryCross-session persistent AI memories (Markdown memos), scoped globally or per project.
EngagementsPenetration testing assessments with complete AI decision log and reasoning chains.
HTTP RecordsSingle-step HTTP probe relay, traffic audit, response diff, and HAR 1.2 export.
Credentials6 credential types with automated BOLA/IDOR cross-role authorization testing.
System (SYSTEM)Message CenterInternal notifications with email and Webhook channels, event subscription rules, and dispatch history.
System AdminUser, role, department RBAC, granular permission tree, global system configuration, and RSA licensing.

Step 3: Create Your First Project ​

A project serves as the logical scope for isolating assets and workflows:

  1. Click Project Management on the left menu.
  2. Click New Project.
  3. Fill in the project name and description.
  4. Click Save.

Once created, use the Project Switcher in the top navigation bar to select the active project context.


Step 4: Add Your First Asset ​

Add Manually ​

  1. Click Asset Management → Domain on the left sidebar.
  2. Click the Add button.
  3. Enter the domain (e.g., example.com).
  4. Click OK to save.

Import in Bulk ​

  1. Click the Import button.
  2. Download the Excel template.
  3. Fill in the domains according to the template.
  4. Upload the file to complete the import.

Step 5: Install Tools and Run Scans ​

Install a Tool from the Store ​

  1. Go to Tool Management → Tool List.
  2. Click the Store button.
  3. Find the tool you need (e.g., Subfinder).
  4. Click Install.

Install a Pre-configured Workflow ​

  1. Go to Workflows → Workflow List.
  2. Click the Store button.
  3. Find the workflow you need.
  4. Click Install.

Step 6: View Scan Results ​

  1. Open the Run Center to monitor running tasks; click Logs for live execution details.
  2. Discovered assets are deduplicated and saved automatically — review them in the matching Asset Management lists.
  3. For workflow runs, open "Workflow Management" → "Run History" to inspect batch-produced assets.

Next Steps ​

🎉 Congratulations!

You have completed the basic workflow. Now you can explore:

最近更新

Released under the MIT License