diff --git a/wiki_Fuzzer.md b/wiki_Fuzzer.md index d09d4bd..11a7a87 100644 --- a/wiki_Fuzzer.md +++ b/wiki_Fuzzer.md @@ -26,19 +26,23 @@ - https://github.com/googleprojectzero/winafl //C。Google Project Zero 基于Windows AFL开发的模糊测试框架。原创技术分析-AFL漏洞挖掘技术漫谈. - http://zeroyu.xyz/2019/05/15/how-to-use-afl-fuzz/ //Intro。AFL使用指南. - https://github.com/mxmssh/drAFL //C。Linux模糊测试。G:/atrosinenko/kbdysch;G:/google/oss-fuzz;-- -- https://github.com/zyw-200/FirmAFL //C。针对iot固件IoT firmware灰盒模糊测试. - https://www.peach.tech/ //C#。Peach3模板流(通过提前定义好的xml等文件模板对目标单位进行测试)模糊测试,网络协议、API、文件格式模糊测试。G:/TideSec/Peach_Fuzzing;-- - https://github.com/MozillaSecurity/peach //Py3。MozPeach是Peach v2.7的一个分支,由Mozilla Security维护。 - https://mp.weixin.qq.com/s/yYkbysywQXD5l-SS0jQ3_A //公众号:使用Peach进行模糊测试从入门到放弃。P:/【工控安全】基于Peach的Modbus协议模糊测试;-- -- https://github.com/cisco-sas/kitty //Py。针对TCP/IP的模糊测试框架。goodjob +- https://github.com/bunzen/pySSDeep //Py。一个基于模糊哈希(Fuzzy Hashing)算法的工具。G:/glaslos/ssdeep;G:/ssdeep-project/ssdeep;-- +### 设备模糊测试 +- https://github.com/zyw-200/FirmAFL //C。针对iot固件IoT firmware灰盒模糊测试. +- https://github.com/k0keoyo/kDriver-Fuzzer //C。基于ioctlbf框架编写的驱动漏洞挖掘工具kDriver Fuzzer。 +### 软件模糊测试 +- https://github.com/google/honggfuzz //C。具有反馈驱动(Feedback-Driven)的持续性软件代码测试。2k。 +### 文件模糊测试 +- http://blog.topsec.com.cn/alphafuzzer/ //启明星辰阿尔法实验室以文件格式为主的漏洞挖掘工具。 +### 协议模糊测试 - https://kitty.readthedocs.io/en/latest/ //Intro。kitty使用手册 - https://github.com/cisco-sas/katnip //Py。kitty框架的拓展库 - https://paper.seebug.org/772/ //Intro。如何使用 KittyFuzzer 结合 ISF 中的工控协议组件对工控协议进行 Fuzz。 +- https://github.com/cisco-sas/kitty //Py。针对TCP/IP的模糊测试框架。goodjob - https://github.com/jtpereyda/boofuzz //Py。基于OpenRCE/sulley框架二次开发的网络协议fuzz测试。G:/OpenRCE/sulley;-- -- https://github.com/k0keoyo/kDriver-Fuzzer //C。基于ioctlbf框架编写的驱动漏洞挖掘工具kDriver Fuzzer。 -- https://github.com/google/honggfuzz //C。具有反馈驱动(Feedback-Driven)的持续性软件代码测试。2k。 -- https://github.com/bunzen/pySSDeep //Py。一个基于模糊哈希(Fuzzy Hashing)算法的工具。G:/glaslos/ssdeep;G:/ssdeep-project/ssdeep;-- -- http://blog.topsec.com.cn/alphafuzzer/ //启明星辰阿尔法实验室以文件格式为主的漏洞挖掘工具 - https://github.com/Cisco-Talos/mutiny-fuzzer //Py。MikroTik基于pcap包解析的网络协议模糊测试。 ### 客户端模糊测试 - https://github.com/dzzie/COMRaider //客户端溢出风险测试 \ No newline at end of file