← 返回
开发者工具 中文

Network Scan

Scans specified network targets and ports using nmap with options for speed, timeout, host limits, and exclusions, returning detailed JSON results.
使用 nmap 扫描指定的网络目标和端口,支持速度、超时、主机限制和排除选项,返回详细 JSON 结果。
apacheua
开发者工具 clawhub v1.0.0 1 版本 99908.7 Key: 无需
★ 0
Stars
📥 1,094
下载
💾 13
安装
1
版本
#latest

概述

network-scan

Description

This skill scans ports and devices on a network using nmap. It supports various target formats, including CIDR notation, IP ranges, and comma-separated lists. Defaults to quick scan for CIDR.

Inputs

  • target: The target network or IP address to scan (e.g., 192.168.1.0/24, 192.168.1.1-192.168.1.10, 192.168.1.1,192.168.1.2).
  • ports: The ports to scan (e.g., 80,443).
  • --quick: (Optional) Scan only the top 10 ports.
  • --fast: (Optional) Use aggressive scan settings (nmap -T4).
  • --timeout: (Optional) Set a timeout in seconds for the scan (default: 30).
  • --top-ports: (Optional) Scan the top N most common ports (e.g., --top-ports 100).
  • --hosts-limit: (Optional) Limit the number of hosts to scan (e.g., --hosts-limit 50).
  • --exclude: (Optional) Exclude a specific IP address from the scan (e.g., --exclude 192.168.1.5).

Outputs

JSON object containing the nmap scan results. Includes scan results, nmap command used, and scan information.

Usage

To use this skill, call it with the target and ports parameters:

network-scan target=192.168.1.0/24 ports=80,443 --fast --timeout 60 --hosts-limit 50 --exclude 192.168.1.100

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 12:42 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,935
security-compliance

Maritime Watch

apacheua
通过整合天气、船舶追踪、安全警报及新闻,并采用交叉验证数据输入,监控乔尔诺莫斯克港状态。
★ 0 📥 993
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,899