mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-03-31 08:19:54 +02:00
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
name: "lightx"
|
||
command: "lightx"
|
||
enabled: false
|
||
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"
|