(angr) angr@ee8fe98b1fc4:$ shellphuzz -i -c 27 -d 13 libarchive/bsdtar
[*] Drilling...
[*] Creating fuzzer...
Traceback (most recent call last):
File "/home/angr/.virtualenvs/angr/bin/shellphuzz", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/home/angr/angr-dev/fuzzer/shellphuzz", line 87, in <module>
memory=args.memory, seeds=seeds, timeout=args.run_timeout, protocol_fuzz=args.opc_afl,
AttributeError: 'Namespace' object has no attribute 'opc_afl'
(angr) angr@ee8fe98b1fc4:~$
All set up with docker run -it shellphish/mechaphish; git clone https://github.com/libarchive/libarchive; compiling libarchive[1], then running the above command.
[1] cd libarchive/build && ./autogen.sh && cd .. && ./configure && make -j40