目标: 生成语义语法有效的测试用例
工具: ProFuzzer
特色: 即时探测;智能化更新变异策略
具体:
automatically recovers and understands input fields of critical importance to vulnerability discovery during a fuzzing process and intelligently adapts the mutation strategy to enhance the chance of hitting zero-day targets
自动恢复并且找到比较重要的input fields,向能够发现0-day漏洞的方向智能调整变异策略
步骤:
P1: fuzzing有用(以几个造成了巨大经济损失的CVE为例),但传统方法在现代软件庞大的输入空间和复杂的执行关系中显得不足
P2: 挑战:基于生成的方法不足:需要人工先验知识或者要从多次执行中学习
Proj THUDBFuzz Paper Reading: Profuzzer
原文:https://www.cnblogs.com/xuesu/p/14607703.html