awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesProtocol Analyzer Frameworks

Extensible systems for developing custom decoders and renderers for proprietary protocols.

Distinct from Custom Protocol Implementations: Focuses on the framework for analyzing signals into protocols, not just the implementation of a protocol server.

Explore 2 awesome GitHub repositories matching networking & communication · Protocol Analyzer Frameworks. Refine with filters or upvote what's useful.

Awesome Protocol Analyzer Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gusmanb/logicanalyzergusmanb 的头像

    gusmanb/logicanalyzer

    4,827在 GitHub 上查看↗

    Logicanalyzer 是一个数字逻辑分析仪和信号可视化工具,专为捕获和分析高速数字信号转换而设计。它作为协议解码器,将原始数字信号转换为人类可读的帧,并作为网络捕获工具通过 TCP 远程获取数据。 该系统是一个可扩展的协议分析器,允许通过外部库为专有协议开发自定义解码器和渲染器。它支持通过 WiFi 进行远程硬件捕获,并提供了一种通过多设备菊花链增加可用数字通道的机制。 该软件涵盖了广泛的数据采集和分析功能,包括高分辨率信号捕获、边沿和模式触发,以及用于计算频率和周期的信号属性测量。它包括用于波形可视化、捕获样本编辑以及使用领域特定语言生成合成样本的工具。 用户可以通过多平台命令行界面管理数据捕获和网络设置。

    Provides a base class for implementing custom protocol decoding logic and data renderers in external assemblies.

    Python
    在 GitHub 上查看↗4,827
  • lcvvvv/kscanlcvvvv 的头像

    lcvvvv/kscan

    4,286在 GitHub 上查看↗

    kscan 是一款网络安全扫描器和服务指纹识别工具,用于发现活跃主机和开放端口。它作为网络协议分析器和内网映射工具,能够识别可达网关并分析目标环境的网络攻击面。 该工具通过外部情报服务检索目标主机并验证其可用性,从而集成外部资产发现功能。它还可用作凭据爆破工具,利用自动化的用户名和密码字典测试多种协议的身份验证强度。 该项目涵盖了通过识别软件版本、操作系统和通信协议进行网络安全审计的功能。它支持导入包括 IP 地址和 URL 在内的多种目标格式,并可编译为独立二进制文件以实现便携式执行。

    Detects active communication protocols on remote ports regardless of the default port number.

    Go
    在 GitHub 上查看↗4,286
  1. Home
  2. Networking & Communication
  3. Custom Protocol Implementations
  4. Protocol Analyzer Frameworks

探索子标签

  • Service Protocol AnalyzersTools that analyze network responses to identify the communication protocol of a remote service. **Distinct from Protocol Analyzers:** Distinct from Protocol Analyzers: focuses on network service protocol identification rather than radio signal analysis