shellphish / fuzzer

A Python interface to AFL, allowing for easy injection of testcases and other functionality.
BSD 2-Clause "Simplified" License
638 stars 130 forks source link

Installing shellphish-afl to use with fuzzer #25

Closed baileynottingham closed 6 years ago

baileynottingham commented 6 years ago

I am doing 'pip install git+https://github.com/shellphish/shellphish-afl' to download shellphish-afl but am getting this error during installation.

screen shot 2018-02-01 at 7 16 20 pm

Could anyone provide any details on how to resolve this issue?

zardus commented 6 years ago

We don't have the manpower to offer support for installing mechaphish components. I would recommend using the docker image (docker run -it shellphish/mechaphish) or seeing how it's built (https://github.com/mechaphish/setup/blob/master//Dockerfile).