Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOError: [Errno 2] No such file or directory: '/dev/shm/work/bof/sync/fuzzer-master/fuzz_bitmap' ('', None) #77

Open
Techno-Fox opened this issue Oct 23, 2019 · 0 comments

Comments

@Techno-Fox
Copy link

I am getting This error trying to fuzz a test buffer overflow program

IOError: [Errno 2] No such file or directory: '/dev/shm/work/bof/sync/fuzzer-master/fuzz_bitmap'
('', None)

Full output :

WARNING | 2019-10-22 20:15:03,883 | angr.analyses.disassembly_utils | Your version of capstone does not support MIPS instruction groups.
[] Drilling...
[
] Creating fuzzer...
F1 2019-10-22 20:15:14,598 DEBUG exporting QEMU_LD_PREFIX of '/opt/fuzzer/fuzzer/shellphish_afl/../bin/afl-unix/../fuzzer-libs/x86_64'
F1 2019-10-22 20:15:14,598 DEBUG exporting QEMU_LD_PREFIX of '/opt/fuzzer/fuzzer/shellphish_afl/../bin/afl-unix/../fuzzer-libs/x86_64'
F1 2019-10-22 20:15:14,599 DEBUG self.start_time: 1571793303
F1 2019-10-22 20:15:14,599 DEBUG self.start_time: 1571793303
F1 2019-10-22 20:15:14,599 DEBUG self.afl_path: /opt/fuzzer/fuzzer/shellphish_afl/../bin/afl-unix/afl-fuzz
F1 2019-10-22 20:15:14,599 DEBUG self.afl_path: /opt/fuzzer/fuzzer/shellphish_afl/../bin/afl-unix/afl-fuzz
F1 2019-10-22 20:15:14,599 DEBUG self.afl_path_var: /opt/fuzzer/fuzzer/shellphish_afl/../bin/afl-unix/tracers/x86_64
F1 2019-10-22 20:15:14,599 DEBUG self.afl_path_var: /opt/fuzzer/fuzzer/shellphish_afl/../bin/afl-unix/tracers/x86_64
F1 2019-10-22 20:15:14,599 DEBUG self.qemu_dir: /opt/fuzzer/fuzzer/shellphish_afl/../bin/afl-unix/tracers/x86_64
F1 2019-10-22 20:15:14,599 DEBUG self.qemu_dir: /opt/fuzzer/fuzzer/shellphish_afl/../bin/afl-unix/tracers/x86_64
F1 2019-10-22 20:15:14,600 DEBUG self.binary_id: bof
F1 2019-10-22 20:15:14,600 DEBUG self.binary_id: bof
F1 2019-10-22 20:15:14,600 DEBUG self.work_dir: /dev/shm/work/
F1 2019-10-22 20:15:14,600 DEBUG self.work_dir: /dev/shm/work/
F1 2019-10-22 20:15:14,601 DEBUG self.resuming: True
F1 2019-10-22 20:15:14,601 DEBUG self.resuming: True
F1 2019-10-22 20:15:14,602 INFO [bof] resuming old fuzzing run
F1 2019-10-22 20:15:14,602 INFO [bof] resuming old fuzzing run
[DEBUG] Diction Set To : /dev/shm/work/bof/dictionary/bof.dict
F1 2019-10-22 20:15:14,603 WARNING not forced
F1 2019-10-22 20:15:14,603 WARNING not forced
[] Starting fuzzer...
[DEBUG] IN DIR : -
[DEBUG] ARGS: ['/usr/local/bin/afl-fuzz', '-i', '-', '-o', '/dev/shm/work/bof/sync', '-m', '8G', '-Q', '-M', 'fuzzer-master', '--', '/home/kittytechno/ExploitDev/radare2_learning/bof/bof', '>', '/dev/shm/work/bof/fuzzer-master.log']
F1 2019-10-22 20:15:14,603 DEBUG execing: /usr/local/bin/afl-fuzz -i - -o /dev/shm/work/bof/sync -m 8G -Q -M fuzzer-master -- /home/kittytechno/ExploitDev/radare2_learning/bof/bof > /dev/shm/work/bof/fuzzer-master.log > /dev/shm/work/bof/fuzzer-master.log
F1 2019-10-22 20:15:14,603 DEBUG execing: /usr/local/bin/afl-fuzz -i - -o /dev/shm/work/bof/sync -m 8G -Q -M fuzzer-master -- /home/kittytechno/ExploitDev/radare2_learning/bof/bof > /dev/shm/work/bof/fuzzer-master.log > /dev/shm/work/bof/fuzzer-master.log
[DEBUG] IN DIR : -
[DEBUG] ARGS: ['/usr/local/bin/afl-fuzz', '-i', '-', '-o', '/dev/shm/work/bof/sync', '-m', '8G', '-Q', '-S', 'fuzzer-1', '--', '/home/kittytechno/ExploitDev/radare2_learning/bof/bof', '>', 'fuzzer-1.log']
F1 2019-10-22 20:15:14,617 DEBUG execing: /usr/local/bin/afl-fuzz -i - -o /dev/shm/work/bof/sync -m 8G -Q -S fuzzer-1 -- /home/kittytechno/ExploitDev/radare2_learning/bof/bof > fuzzer-1.log > fuzzer-1.log
F1 2019-10-22 20:15:14,617 DEBUG execing: /usr/local/bin/afl-fuzz -i - -o /dev/shm/work/bof/sync -m 8G -Q -S fuzzer-1 -- /home/kittytechno/ExploitDev/radare2_learning/bof/bof > fuzzer-1.log > fuzzer-1.log
[
] Waiting for fuzzer completion (timeout: None, first_crash: False).
WARNING | 2019-10-22 20:15:47,107 | angr.analyses.disassembly_utils | Your version of capstone does not support MIPS instruction groups.
Traceback (most recent call last):
File "/opt/fuzzer/fuzzer_venv/lib/python2.7/site-packages/driller/local_callback.py", line 103, in
fuzzer_bitmap = open(args.bitmap_path, "rb").read()
IOError: [Errno 2] No such file or directory: '/dev/shm/work/bof/sync/fuzzer-master/fuzz_bitmap'
('', None)
^C[] Aborting wait. Ctrl-C again for KeyboardInterrupt.
[
] Terminating fuzzer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant