periphery-security/edgewalker

GitHub: periphery-security/edgewalker

一款轻量级 IoT 安全扫描器,可检测开放端口、默认凭据和已知漏洞,帮助用户评估家庭网络风险。

Stars: 5 | Forks: 0

EdgeWalker - 协助保障您的网络安全

perihery-logo
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

![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square) [![Python: >=3.13](https://img.shields.io/badge/Python->=3.13-blue.svg?style=flat-square)](https://www.python.org/downloads/)
EdgeWalker Demo Scan Report
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)