This commit is contained in:
whoami 2020-08-26 12:12:45 +08:00
parent 1971d002a6
commit 8ddb2dffab

View File

@ -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 //客户端溢出风险测试