Skip to content

Сonditions for stopping fuzzing #76

@Klavishnik

Description

@Klavishnik

Hi,
I’m using this project to run multiple instances of a fuzzer inside a Docker container. I don’t want to connect to the container to manually stop the fuzzing process.

Is it possible to define conditions for stopping fuzzing — for example, if no new paths are discovered for a certain period of time? This should result in all fuzzer instances terminating. After that, the coverage collection stage should start.

AFL provides environment variables, such as AFL_EXIT_ON_TIME, which can be used to implement the behavior I described above.
Would it be possible to add support for setting environment variables via the configuration file?

Also, will fuzzing termination triggered this way automatically start the coverage collection?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions