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

knowing clusterfuzz #589

Closed
nikul opened this issue Jun 19, 2019 · 1 comment
Closed

knowing clusterfuzz #589

nikul opened this issue Jun 19, 2019 · 1 comment

Comments

@nikul
Copy link

nikul commented Jun 19, 2019

What does clusterfuzz exactly?
Can I use it in php projects to find bugs, hacking issue etc.?
If yes how can I achieve it? how does it scan any website projects files?

@Dor1s
Copy link
Contributor

Dor1s commented Jun 24, 2019

Hi @nikul,

What does clusterfuzz exactly?

ClusterFuzz is a fuzzing infrastructure than manages virtual and physical machines (so called "bots") in order to perform fuzzing at scale.\

Can I use it in php projects to find bugs, hacking issue etc.?

Sure, you just need to write a good fuzzer for your target application and then run in on a ClusterFuzz instance.

If yes how can I achieve it?

Please check out our documentation: https://google.github.io/clusterfuzz/

how does it scan any website projects files?

I don't think ClusterFuzz does that.

@Dor1s Dor1s closed this as completed Jun 24, 2019
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