➜ pdf_examples git:(main) ✗ $FUZZ/fuzzing_xpdf/install/bin/pdfinfo -box -meta $FUZZ/fuzzing_xpdf/pdf_examples/helloworld.pdf
Tagged: no
Pages: 1
Encrypted: no
Page size: 200 x 200 pts
MediaBox: 0.00 0.00 200.00 200.00
CropBox: 0.00 0.00 200.00 200.00
BleedBox: 0.00 0.00 200.00 200.00
TrimBox: 0.00 0.00 200.00 200.00
ArtBox: 0.00 0.00 200.00 200.00
File size: 678 bytes
Optimized: no
PDF version: 1.7
标签: Fuzzing101
【Fuzzing101】学习笔记
Fuzzing101: https://github.com/antonio-morales/Fuzzing101
目录:
- 练习1: Xpdf
- 练习2: libexif
Fuzzer
文中主要使用了AFL++这个fuzzer,因为以前我没用过,在这里我是使用到AFL++的docker版本
docker pull aflplusplus/aflplusplus
docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus