EdgeWalker - 协助保障您的网络安全
EdgeWalker is a high-performance IoT security scanner that audits your home network for open ports, default credentials, and known vulnerabilities. Developed by periphery), it empowers users to verify the security claims of their smart devices rather than relying on marketing labels.
periphery.security
贡献指南
·
提交 Issue

[](https://www.python.org/downloads/)
| EdgeWalker Demo |
Scan Report |
 |
 |
## 核心功能
| 功能 | 描述 | 工作原理 |
| :--- | :--- | :--- |
| **端口扫描** | 识别开放端口和活动服务。 | 带有并行批量扫描的 `nmap` 封装器。 |
| **凭据测试** | 检查默认/弱密码(SSH, FTP, Telnet, SMB)。 | 内置约 430 个常见 IoT 凭据数据库。 |
| **CVE 检查** | 将检测到的软件与已知漏洞进行匹配。 | 实时 NVD API 查询。 |
| **风险评分** | 提供可操作的安全等级(A-F)。 | 专有评分引擎(0-100)。 |
## 安装说明
### 一键安装程序
```
curl -sSL https://raw.githubusercontent.com/periphery-security/edgewalker/main/scripts/install.sh | sudo bash
```
### 手动安装(通过 pipx)