NetDiag 网络诊断报告生成器
default egress + evidence graph · Rust · 单文件自包含
Windows(PowerShell)
irm sc.nsapi.top/netdiag | iex
Linux(shell)
curl -fsSL sc.nsapi.top/netdiag.sh | sh
产物
运行后在当前目录生成 netdiag-report-<yyyyMMdd-HHmmss>.html,并自动用默认浏览器打开。
制品(按平台自动选择)
| 平台 | 制品 |
|---|---|
| Windows x64 | netdiag-x86_64-pc-windows-msvc.exe |
| Windows x86 | netdiag-i686-pc-windows-msvc.exe |
| Windows arm64 | netdiag-aarch64-pc-windows-msvc.exe |
| Linux x86_64 | netdiag-x86_64-unknown-linux-gnu |
| Linux aarch64 | netdiag-aarch64-unknown-linux-gnu |
| Linux i686 | netdiag-i686-unknown-linux-gnu |
校验
引导脚本在运行前会核对 manifest.txt 中的 SHA-256;不匹配即中止。