<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Fuzz on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/fuzz/</link>
    <description>Recent content in Fuzz on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 26 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/fuzz/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go模糊测试实战：让AI帮你找Bug</title>
      <link>https://blog.hankmo.com/posts/golang/go-fuzz-in-action/</link>
      <pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/golang/go-fuzz-in-action/</guid>
      <description>单元测试只能测你想到的场景，模糊测试能测你没想到的。这篇文章带你用Go 1.18&#43;的原生Fuzzing功能，配合AI工具，让测试覆盖率飙升，Bug无处遁形。</description>
    </item>
    <item>
      <title>(译)进入Go模糊测试的世界</title>
      <link>https://blog.hankmo.com/posts/golang/go-fuzz-guide/</link>
      <pubDate>Mon, 19 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/golang/go-fuzz-guide/</guid>
      <description>本教程介绍了 Go 中模糊测试的基础知识。模糊测试会针对您的测试准备一些随机数据然后运行测试时使用它们，以尝试找出漏洞或导致崩溃的输入。可以通过模糊测试发现的一些漏洞示例包括 SQL 注入、缓冲区溢出、拒绝服务和跨站点脚本攻击(XSS)。</description>
    </item>
    <item>
      <title>(译)初始Go模糊测试</title>
      <link>https://blog.hankmo.com/posts/golang/go-fuzz/</link>
      <pubDate>Wed, 26 Oct 2022 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/golang/go-fuzz/</guid>
      <description>Fuzzing 是一种自动化测试，它不断地操纵程序的输入以查找错误。Go fuzzing 使用覆盖率指导来智能地不断重复执行模糊测试的代码，以发现并向用户报告问题。由于它可以覆盖人类经常错过的边缘情况，因此模糊测试对于发现安全漏洞特别有价值。</description>
    </item>
  </channel>
</rss>
