mirror of
https://github.com/secfigo/Awesome-Fuzzing.git
synced 2025-03-12 09:16:39 -04:00
Chinese Translation update
update of README_ ch.md
This commit is contained in:
parent
59de3875aa
commit
3e777b7a7a
14
README_ch.md
14
README_ch.md
@ -17,6 +17,7 @@
|
|||||||
+ [云 Fuzzer](#cloud-fuzzers)
|
+ [云 Fuzzer](#cloud-fuzzers)
|
||||||
+ [文件格式 Fuzzer](#文件格式Fuzzer)
|
+ [文件格式 Fuzzer](#文件格式Fuzzer)
|
||||||
+ [网络协议 Fuzzer](#网络协议Fuzzer)
|
+ [网络协议 Fuzzer](#网络协议Fuzzer)
|
||||||
|
+ [浏览器 Fuzzer](#浏览器Fuzzer)
|
||||||
+ [污点分析](#taint-analysis)
|
+ [污点分析](#taint-analysis)
|
||||||
+ [符号执行 + SAT/SMT求解器](#符号执行)
|
+ [符号执行 + SAT/SMT求解器](#符号执行)
|
||||||
+ [基本工具(通用)](#基本工具(通用))
|
+ [基本工具(通用)](#基本工具(通用))
|
||||||
@ -97,7 +98,7 @@ Awesome Fuzzing Resources
|
|||||||
|
|
||||||
[Coverage-based Greybox Fuzzing as Markov Chain](https://www.comp.nus.edu.sg/~mboehme/paper/CCS16.pdf)
|
[Coverage-based Greybox Fuzzing as Markov Chain](https://www.comp.nus.edu.sg/~mboehme/paper/CCS16.pdf)
|
||||||
|
|
||||||
[DerbyCon 2016: Fuzzing 如何击溃软件](http://www.securitytube.net/video/16939)
|
[DerbyCon 2016: Fuzzing 如何击溃软件](http://www.irongeek.com/i.php?page=videos/derbycon6/411-fuzzing-basicshow-to-break-software-grid-aka-scott-m)
|
||||||
|
|
||||||
<a name="tutorials" />
|
<a name="tutorials" />
|
||||||
## 教程与博客
|
## 教程与博客
|
||||||
@ -254,6 +255,15 @@ Awesome Fuzzing Resources
|
|||||||
|
|
||||||
[rage_fuzzer](https://github.com/deanjerkovich/rage_fuzzer) - 未知协议包 fuzzer
|
[rage_fuzzer](https://github.com/deanjerkovich/rage_fuzzer) - 未知协议包 fuzzer
|
||||||
|
|
||||||
|
[Fuzzotron](https://github.com/denandz/fuzzotron) - 支持 TCP、UDP 的简单多进程网络 Fuzzer
|
||||||
|
|
||||||
|
[Mutiny](https://github.com/Cisco-Talos/mutiny-fuzzer) - 通过重放畸变的 PCAP 数据包来对网络进行 Fuzzer
|
||||||
|
|
||||||
|
[Fuzzing For Worms](https://github.com/dobin/ffw) - 用于网络服务的 Fuzzing 框架
|
||||||
|
|
||||||
|
### 浏览器Fuzzer
|
||||||
|
[BFuzz](https://github.com/RootUp/BFuzz) - An input based, browser fuzzing framework.
|
||||||
|
|
||||||
<a name="Misc" />
|
<a name="Misc" />
|
||||||
### 杂项,内核 Fuzzer,通用 Fuzzer
|
### 杂项,内核 Fuzzer,通用 Fuzzer
|
||||||
|
|
||||||
@ -284,6 +294,8 @@ Awesome Fuzzing Resources
|
|||||||
|
|
||||||
[kfetch-toolkit](https://github.com/j00ru/kfetch-toolkit) - 用于记录操作系统内核执行的内存引用的高级日志工具
|
[kfetch-toolkit](https://github.com/j00ru/kfetch-toolkit) - 用于记录操作系统内核执行的内存引用的高级日志工具
|
||||||
|
|
||||||
|
[moflow](https://github.com/vrtadmin/moflow) - 软件安全框架,包括漏洞的挖掘和修补
|
||||||
|
|
||||||
<a name="smt-solvers" />
|
<a name="smt-solvers" />
|
||||||
### 符号执行 + SAT/SMT 求解器
|
### 符号执行 + SAT/SMT 求解器
|
||||||
[Z3](https://github.com/Z3Prover/z3)
|
[Z3](https://github.com/Z3Prover/z3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user