中英
模糊测试
  • 简明
  • 1
    模糊测试:一种软件测试方法,通过向系统输入大量随机数据来检测潜在的错误和漏洞。
  • 网络释义
  • 专业释义
  • 1

     Fuzz Testing

    模糊测试(Fuzz Testing)作为一种重要的测试手段,通过大量数据的注入来测试网络协议的安全,能够发现拒绝服务、缓冲区溢出和格式化字符串等多种重要漏洞...

  • 2

     Fuzzing

    Fuzzing模糊测试)是当前主流的软件漏洞挖掘技术,一般不根据漏洞类型来划分,而是依据攻击面来开发相应的Fuzzer工具,或者基于开源Fuzzer做二次开...

  • 3

     Fuzzing Testing

    ... 极限测试(Extreme Testing) 模糊测试Fuzzing Testing) 自适应测试(Adaptive Testing) ...

  • 4

     fuzzingfuzz testing

    ... 模糊测试 fuzzingfuzz testing 频宽测试 bandwidth test 棋盘格测试 checkerboard test ...

  • 双语例句
  • 1
    尽管模糊测试通常需要一些手动编码,但还有一些工具能提供帮助。
    Although fuzz testing usually requires some manual coding, there are tools that can help.
  • 2
    模糊测试导致的许多故障都是内存分配错误及缓冲器溢出的直接结果。
    Many of the crashes resulting from fuzz testing are direct results of memory allocation mistakes and buffer overflows.
  • 3
    为了解决测试团队这方面知识的缺乏,贯穿测试模糊测试这样的工具逐渐流行起来。
    To address this lack of knowledge in the test team, tools such as penetration testing and fuzzing are becoming popular.
查看更多
  • 百科
  • 模糊测试

    模糊测试(Fuzzing),是一种通过向目标系统提供非预期的输入并监视异常结果来发现软件漏洞的方法。

查看更多