CTF-All-In-One/doc/5.1.1_afl_fuzzer.md

18 lines
236 B
Markdown
Raw Normal View History

2018-01-21 21:41:35 +07:00
# 5.1.1 AFL fuzzer
2018-01-25 09:56:13 +07:00
- [AFL 简介](#afl-简介)
- [安装](#安装)
## 安装
```
$ wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
$ tar zxvf afl-latest.tgz
$ cd afl-2.52b
$ make
$ sudo make install
```
## 参考资料