frewsxcv / lop.farm

Cloud-based fuzz testing (not actively hosted at the moment)
https://lop.farm
Mozilla Public License 2.0
7 stars 2 forks source link

In 'run' Celery task, launch AFL within Docker container #57

Open frewsxcv opened 8 years ago

frewsxcv commented 8 years ago

Use something like docker-py for this

frewsxcv commented 8 years ago

In an attempt to make a small, easier issue I think a good first step for this might be to just create a Docker image that specifically runs AFL on cryptography and does nothing else.

frewsxcv commented 8 years ago

On second thought, instead of relying on Docker, a good initial solution might be to create a new unprivileged user at runtime and have AFL run in that user. I imagine that would be much easier to implement than using a Docker