driller
driller copied to clipboard
AFL Warning: We probably want the fork() children to run first
1、Problem description
Traceback (most recent call last):
File "/home/angr/.virtualenvs/angr/bin/shellphuzz", line 7, in
Exception ignored in: <bound method Fuzzer.del of <fuzzer.fuzzer.Fuzzer object at 0x7f188ab629e8>> Traceback (most recent call last): File "/home/angr/angr-dev/fuzzer/fuzzer/fuzzer.py", line 665, in del self.kill() File "/home/angr/angr-dev/fuzzer/fuzzer/fuzzer.py", line 266, in kill for p in self.procs: 2、my unsuccessful solution I run the following cmd in docker environment which gets from shellphish/mechaphish image. It output the above error message.I'm trying to modify the sched_child_runs_first config file. But it's readonly file that cannot be changed. How can i solve this problem? I'm very appreciated for you help. echo 1 | sudo tee /proc/sys/kernel/sched_child_runs_first tee: /proc/sys/kernel/sched_child_runs_first: Read-only file system
shellphuzz -i -c 4 ./buggy