Skip to content
Skill

fscan-agent

by shadow1ng

AI Summary

Fscan 是一款内网综合扫描工具,功能包括: 二进制路径:当前项目编译产物 ,或系统 PATH 中的 。 每行一个 JSON 对象,所有字段定义:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "fscan-agent" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/fscan && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/fscan/SKILL.md "https://raw.githubusercontent.com/shadow1ng/fscan/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

使用 fscan 进行网络扫描和安全评估。当用户要求扫描网段、探测主机存活、发现开放端口、识别服务、检测漏洞或弱口令时使用。支持 NDJSON 结构化输出,适合 AI agent 管道消费。

工具概述

Fscan 是一款内网综合扫描工具,功能包括: • 主机存活探测(ICMP / TCP) • 端口扫描与服务识别 • 漏洞检测(MS17-010、Redis 未授权等) • 弱口令爆破(SSH、SMB、MySQL、MSSQL、FTP、RDP 等) • Web 指纹识别与 POC 扫描 • NetBIOS / SMB 信息收集 • 本地信息收集(杀软检测、系统信息等) 二进制路径:当前项目编译产物 fscan_cli,或系统 PATH 中的 fscan。

AI agent 标准用法:NDJSON 输出,无人类日志干扰

fscan -h <目标> -silent [其他参数]

解析输出

fscan -h 192.168.1.0/24 -silent | jq 'select(.type=="VULN")' `

目标指定

| 参数 | 说明 | 示例 | |------|------|------| | -h | 目标主机(IP / CIDR / 范围) | -h 192.168.1.0/24 -h 10.0.0.1-10.0.0.100 | | -hf | 从文件读取目标 | -hf targets.txt | | -p | 指定端口(逗号/范围) | -p 22,80,443,445,3306 -p 1-1000 | | -ep | 排除端口 | -ep 25,110 | | -eh | 排除主机 | -eh 192.168.1.1 | | -u | 指定 URL(Web 扫描) | -u https://example.com | | -uf | URL 文件 | -uf urls.txt |

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 23d ago
Active
Adoption1K+ stars on GitHub
14.2k ★ · Popular
DocsREADME + description
Well-documented

GitHub Signals

Stars14.2k
Forks1.9k
Issues22
Updated23d ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code