Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelization Fuzzing #9

Open
liushengahn opened this issue Oct 19, 2024 · 1 comment
Open

Parallelization Fuzzing #9

liushengahn opened this issue Oct 19, 2024 · 1 comment

Comments

@liushengahn
Copy link

Hello, I am currently using Beacon for directed fuzzing and would like to know if it supports parallelization, similar to AFLGo. Specifically, I would like to use the -M and -S options for master/slave parallel fuzzing.

I attempted to use these options, but encountered issues, and was unable to successfully start the parallel mode. I would appreciate any guidance on how to enable parallel fuzzing with Beacon, or confirmation on whether this functionality is supported.

Looking forward to your response.

Thank you!

@5hadowblad3
Copy link
Owner

Hi, there.

In theory, I think Beacon can work in parallel as other AFL-based fuzzers because the instrumented binary with path pruning should not influence the parallel functionality of AFL.

Maybe you can share more information about the errors you faced and I can help you if I have time in the following weeks (Hopefully). ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants