I have followed the step to setup the DIR-815 fuzzing environment.
Eventually I executed python start.py. However after full system launched, the afl-fuzz failed to handshake with fork server.
It seems that you chroot afl-fuzz into a folder and give it a /bin/busybox as program? I'm confused with this part. Neither can I chroot nor can I find busybox. Could you please explain a little bit about this?
I have followed the step to setup the DIR-815 fuzzing environment. Eventually I executed
python start.py
. However after full system launched, the afl-fuzz failed to handshake with fork server. It seems that youchroot
afl-fuzz into a folder and give it a/bin/busybox
as program? I'm confused with this part. Neither can Ichroot
nor can I findbusybox
. Could you please explain a little bit about this?