Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
boofuzz — Sulley Fuzzing Framework 的一个分支和继任者 | Kitploit
工具/GitHubGitHub/jtpereyda/boofuzz
漏洞分析模糊测试网络安全渗透测试
GitHubjtpereyda/boofuzz

boofuzz

Sulley Fuzzing Framework 的一个分支和继任者

查看仓库
2.4k38113天前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

.. image:: https://github.com/jtpereyda/boofuzz/raw/master/artwork/boo-logo-dark.svg :width: 60% :alt: boofuzz 标志

boofuzz:面向人类的网络协议模糊测试

.. image:: https://github.com/jtpereyda/boofuzz/actions/workflows/test.yml/badge.svg?branch=master :target: https://github.com/jtpereyda/boofuzz/actions/workflows/test.yml .. image:: https://readthedocs.org/projects/boofuzz/badge/?version=latest :target: https://boofuzz.readthedocs.io/ :alt: 文档状态 .. image:: https://img.shields.io/pypi/v/boofuzz.svg :target: https://pypi.org/project/boofuzz/ .. image:: https://badges.gitter.im/jtpereyda/boofuzz.svg :alt: 在 https://gitter.im/jtpereyda/boofuzz 加入聊天 :target: https://gitter.im/jtpereyda/boofuzz .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black

Boofuzz 是备受推崇的 Sulley_ 模糊测试框架的一个分支,也是其继任者。除了大量错误修复外,boofuzz 还致力于可扩展性。目标:模糊测试一切。

.. figure:: https://github.com/jtpereyda/boofuzz/raw/master/_static/boofuzz-screenshot.png :alt: boofuzz 截图

为什么?

Sulley 长期以来一直是卓越的开源模糊测试工具,但已停止维护。

功能

与 Sulley 一样,boofuzz 集成了模糊测试工具的所有关键要素:

  • 简单快速的数据生成。
  • 检测 - 即故障检测。
  • 故障后重置目标。
  • 测试数据记录。

与 Sulley 不同,boofuzz 还具有以下特点:

  • 在线 文档_。
  • 支持任意通信介质。
  • 内置支持串口模糊测试、以太网和 IP 层、UDP 广播。
  • 更好的测试数据记录——一致、全面、清晰。
  • 测试结果 CSV 导出。
  • 可扩展的检测/故障检测。
  • 更简单的安装体验!
  • 更少的错误。

Sulley 因其毛茸茸的特点而被亲切地命名为《怪物公司》中巨大的蓝绿色和紫色生物。Boofuzz 同样以已知唯一曾吓到 Sulley 本人的生物命名:Boo!

.. figure:: https://github.com/jtpereyda/boofuzz/raw/master/_static/boo.png :alt: 《怪物公司》中的 Boo

《怪物公司》中的 Boo

安装

::

root@kitploit:~
pip install boofuzz

Boofuzz 作为 Python 库安装,用于构建模糊测试脚本。有关高级和详细说明,请参阅 INSTALL.rst_。

文档

文档位于 https://boofuzz.readthedocs.io/,包括便捷的快速入门指南。

贡献

欢迎提交拉取请求,因为 boofuzz 正在积极维护(在撰写本文时 ;))。请参阅 CONTRIBUTING.rst_。

社区

对于诸如“如何用 boofuzz 做……?”或“我遇到了这个 boofuzz 错误,为什么?”之类的问题,可以考虑在 Stack Overflow 上提问。确保使用 fuzzing 标签。

如果您发现了错误,或者有想法/建议/请求,请在 GitHub 上提交 issue。

如有其他问题,请查看 gitter_ 或 Google Groups_ 上的 boofuzz。

如需更新,请在 Twitter 上关注 @b00fuzz_。

.. _Sulley: https://github.com/OpenRCE/sulley .. _Google Groups: https://groups.google.com/d/forum/boofuzz .. _gitter: https://gitter.im/jtpereyda/boofuzz .. _@b00fuzz: https://twitter.com/b00fuzz .. _文档: https://boofuzz.readthedocs.io/ .. _INSTALL.rst: INSTALL.rst .. _CONTRIBUTING.rst: CONTRIBUTING.rst

下载工具