cognis-digital/blescope
GitHub: cognis-digital/blescope
一款用于嗅探并解码 BLE GATT 流量、识别设备指纹并在 CI 中自动断言不安全配对与特征的蓝牙设备安全审计工具。
Stars: 1 | Forks: 0
parse + map] P --> OUT[report] ``` ## 从任何 AI stack 中使用它 `blescope` 可与所有流行的 AI 使用方式互操作: - **MCP server** — `blescope mcp` (Claude Desktop, Cursor, Cognis.Studio, [uncensored-fleet](https://github.com/cognis-digital/uncensored-fleet)) - **兼容 OpenAI / JSON** — 通过管道将 `blescope scan . --format json` 传给任何 agent 或 LLM - **LangChain · CrewAI · AutoGen · LlamaIndex** — 一行代码将 CLI/JSON 封装为工具 - **CI / 脚本** — 为非 AI pipeline 提供退出码 + SARIF ## 对比 | | **Cognis blescope** | Sniffle + gattacker | |---|:---:|:---:| | 可自托管,无需账号 | ✅ | 视情况而定 | | 单一命令,零配置 | ✅ | ⚠️ | | 支持用于 CI 的 JSON + SARIF | ✅ | 视情况而定 | | 原生支持 MCP (AI agent) | ✅ | ❌ | | 多语言移植版 (JS/Go/Rust) | ✅ | ❌ | | 开源许可 | ✅ COCL | 视情况而定 | *本着 **Sniffle + gattacker** 的精神打造,以 Cognis 的方式重新呈现。遗漏了致谢?欢迎提交 PR。* ## 集成 可接入您的技术栈:用于代码扫描的 **SARIF**、用于一切的 **JSON**、用于 AI agent 的 **MCP server** (`blescope mcp`),以及用于 SIEM/Slack/Jira 的 webhook 转发器。请参阅 [`docs/INTEGRATIONS.md`](docs/INTEGRATIONS.md)。 ## 安装 — 各种方式,各个平台 ``` pip install "git+https://github.com/cognis-digital/blescope.git" # pip (works today) pipx install "git+https://github.com/cognis-digital/blescope.git" # isolated CLI uv tool install "git+https://github.com/cognis-digital/blescope.git" # uv pip install cognis-blescope # PyPI (when published) docker run --rm ghcr.io/cognis-digital/blescope:latest --help # Docker brew install cognis-digital/tap/blescope # Homebrew tap curl -fsSL https://raw.githubusercontent.com/cognis-digital/blescope/main/install.sh | sh ``` | Linux | macOS | Windows | Docker | Cloud | |---|---|---|---|---| | `scripts/setup-linux.sh` | `scripts/setup-macos.sh` | `scripts/setup-windows.ps1` | `docker run ghcr.io/cognis-digital/blescope` | [DEPLOY.md](docs/DEPLOY.md) (AWS/Azure/GCP/k8s) | ## 相关 Cognis 工具 - [`fwxray`](https://github.com/cognis-digital/fwxray) — 对比两个固件镜像,并准确呈现更改的内容:新二进制文件、更改的配置标志、新增证书以及偏移的熵区域。 - [`canzap`](https://github.com/cognis-digital/canzap) — 使用微型 YAML DSL 从 .pcap 或 SocketCAN 接口重放、模糊测试并断言 CAN 总线流量。 - [`sbomb`](https://github.com/cognis-digital/sbomb) — 直接从解包的固件根文件系统生成 CycloneDX SBOM,并标记具有已知 CVE 和 EOL 内核的组件。 - [`mqttspy`](https://github.com/cognis-digital/mqttspy) — 被动映射 MQTT broker:枚举 topic,检测未经身份验证的写入,发现 payload 中的 PII/机密,并生成风险报告。 - [`uefiscan`](https://github.com/cognis-digital/uefiscan) — 审计 UEFI 固件转储,查找缺失的 Secure Boot 密钥、未签名模块、S3 启动脚本漏洞以及已知的 SMM 威胁。 - [`modpot`](https://github.com/cognis-digital/modpot) — 启动一个高交互的 Modbus/DNP3 ICS 蜜罐,将攻击者的寄存器读取/写入记录为结构化 JSON。 **探索套件 →** [🗂️ 所有 170+ 工具](https://github.com/cognis-digital/cognis-neural-suite) · [⭐ awesome-cognis](https://github.com/cognis-digital/awesome-cognis) · [🔗 cognis-sources](https://github.com/cognis-digital/cognis-sources) · [🤖 uncensored-fleet](https://github.com/cognis-digital/uncensored-fleet) · [🧠 engram](https://github.com/cognis-digital/engram) ## 互操作性 `{}` 与 300+ 工具的 Cognis suite 组合使用 — JSON 输入/输出以及共享的 兼容 OpenAI 的 `/v1` 骨干网络。有关套件映射、组合模式和参考技术栈,请参阅 **[INTEROP.md](INTEROP.md)**。 ## 许可证 在 **Cognis Open Collaboration License (COCL) v1.0** 下提供源码 — 可免费用于个人、内部评估、研究和教育用途;**商业/生产用途需要许可证** (licensing@cognis.digital)。请参阅 [LICENSE](LICENSE)。
Cognis Digital · Cognis Neural Suite 中的 170+ 工具之一 · Making Tomorrow Better Today
标签:可视化界面, 开源框架, 持续集成, 数据可视化, 日志审计, 物联网安全, 蓝牙, 请求拦截, 逆向工具