From 3fb235cc9679345b1f32c5c1710a1da445872096 Mon Sep 17 00:00:00 2001 From: huajinping <38647963+huajinping@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:29:49 +0800 Subject: [PATCH] Add files via upload Add YAML file for lightweight network security scanning and vulnerability detection tools --- tools/lightx.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tools/lightx.yaml diff --git a/tools/lightx.yaml b/tools/lightx.yaml new file mode 100644 index 00000000..6889df99 --- /dev/null +++ b/tools/lightx.yaml @@ -0,0 +1,45 @@ +name: "lightx" +command: "lightx" +enabled: true +short_description: "轻量级资产发现与漏洞扫描工具" +description: | + Lightx 是一个高效的轻量级扫描工具,支持对单个目标、IP 段或文件列表进行快速探测。 + + **主要功能:** + - 支持多种目标格式(URL, IP, CIDR, 域名) + - 支持从文件批量读取目标 + - 快速资产发现与服务识别 + - 轻量级并发扫描 + + **使用场景:** + - 批量资产存活检测 + - 网段快速扫描 + - 域名信息收集 + - 渗透测试前期侦察 + + **目标格式示例:** + - 单个 URL: http://example.com + - 单个 IP: 192.168.1.1 + - IP 段: 192.168.1.1/24 + - 域名: example.com + - 文件: targets.txt +parameters: + - name: "target" + type: "string" + description: | + 扫描目标,支持多种格式。 + + **支持的格式:** + - **URL**: "http://example.com" 或 "https://target.com/path" + - **IP 地址**: "192.168.1.1" + - **IP 段 (CIDR)**: "192.168.1.0/24", "10.0.0.0/8" + - **域名**: "example.com" (不带协议头) + - **文件路径**: "/path/to/targets.txt" (文件中每行一个目标) + + **示例值:** + - "http://172.16.0.4:9000" + - "192.168.1.1/24" + - "targets.txt" + required: true + flag: "-t" + format: "flag"