fuzzer
fuzzer copied to clipboard
What causes this error?
root@a57c22203b68:/ctf/work# shellphuzz /ctf/work/fm
WARNING | 2018-08-08 16:19:59,460 | claripy | Claripy is setting the recursion limit to 15000. If Python segfaults, I am sorry.
[*] Creating fuzzer...
Traceback (most recent call last):
File "/usr/local/bin/shellphuzz", line 69, in
Your version of angr looks extremely old, more than a year out-of-date by the looks of things. How did you install it?
On Wed, Aug 8, 2018 at 9:22 AM swing [email protected] wrote:
root@a57c22203b68:/ctf/work# shellphuzz /ctf/work/fm WARNING | 2018-08-08 16:19:59,460 | claripy | Claripy is setting the recursion limit to 15000. If Python segfaults, I am sorry. [*] Creating fuzzer... Traceback (most recent call last): File "/usr/local/bin/shellphuzz", line 69, in create_dictionary=not args.no_dictionary, stuck_callback=stuck_callback, time_limit=args.timeout File "/usr/local/lib/python2.7/dist-packages/fuzzer/fuzzer.py", line 162, in init self.os = p.loader.main_object.os AttributeError: 'Loader' object has no attribute 'main_object'
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shellphish/fuzzer/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/ACYg9ZXWiqvDWGd-nt9InuMfWrD9LbRhks5uOxBYgaJpZM4V0QMh .
ok...i use the docker...so...angr version too old.