Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.95 KB

README-en.md

File metadata and controls

48 lines (34 loc) · 1.95 KB

TestNet Asset Management System Introduction

简体中文 / English

Product introduction

The TestNet Asset Management System aims to provide comprehensive and efficient internet asset management and monitoring services, building a detailed asset information library. This system can help enterprise security teams or penetration testers conduct in-depth reconnaissance and analysis of target assets, provide continuous risk monitoring from an attacker's perspective, assist users in real-time understanding of asset dynamics, identify and fix security vulnerabilities, effectively reduce the attack surface, and enhance overall security protection capabilities.

Current Features

  • Project Management
  • Asset Management (company, domains, subdomains, IPs, ports, web, API, vulnerabilities, asset tags, blacklist, etc.)
  • Asset Import and Export
  • Advanced Search
  • Custom Scan Scripts
  • Batch Scanning & Scheduled Tasks
  • Custom Node Configuration

Built-in tool scripts, and you can add other tools as needed:

  • Subdomain Scanning (OneForAll, subfinder)
  • Port Scanning (Nmap, Naabu)
  • Web Detection (Httpx)
  • Vulnerability Scanning (Nuclei)
  • DNS Resolution (CDN and live detection)
  • Sensitive Directory Scanning (DirSearch)
  • ICP Filing Query
  • 0.zone API Call

Installation

git clone https://github.com/testnet0/testnet.git
cd testnet && bash build.sh

Please refer to: Installation Guide for more detailed installation steps and configuration methods.

3. System Interface

Detailed Documentation Link

Source Code