Files
CyberStrikeAI/tools/arp-scan.yaml
2025-11-08 22:57:03 +08:00

45 lines
859 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "arp-scan"
command: "arp-scan"
enabled: true
short_description: "ARP网络发现工具"
description: |
Arp-scan是一个ARP网络发现工具用于发现本地网络中的活动主机。
**主要功能:**
- ARP扫描
- 本地网络发现
- MAC地址识别
- 快速扫描
**使用场景:**
- 本地网络发现
- 主机发现
- 网络映射
- 渗透测试
parameters:
- name: "target"
type: "string"
description: "目标IP范围如果不使用local_network"
required: false
flag: "-l"
format: "flag"
- name: "interface"
type: "string"
description: "网络接口"
required: false
flag: "-I"
format: "flag"
- name: "local_network"
type: "bool"
description: "扫描本地网络"
required: false
flag: "-l"
format: "flag"
default: false