wget <https://fossies.org/linux/privat/old/dact-0.8.42.tar.gz>
tar -xvf dact-0.8.42.tar.gz
cd dact-0.8.42/
CC=$HOME/AFL/afl-gcc ./configure
make
echo hello > hello.txt
./dact hello.txt
mkdir input
mv hello.txt.dct input/
$ ~/AFL/afl-fuzz -i input -o output -- ./dact -dcf
crash 낸 input file이 /output/crashes 경로에 저장된다.
[Fuzzing] WinAFL fuzzing HncAppShield (0) | 2022.07.08 |
---|---|
[Fuzzing] WinAFL 환경구축 및 사용법 (0) | 2022.07.08 |
[Fuzzing] AFL++ 설치 (0) | 2022.06.28 |
[Fuzzing] AFL 설치 (0) | 2022.06.28 |
[Fuzzing 101] Exercise 1 - Xpdf (0) | 2022.06.27 |