Git Product home page Git Product logo

yfuzz's Introduction

yFuzz

Build Status godoc

yFuzz is a project for running fuzzing jobs at scale with Kubernetes.

It is still in early development and not ready for general use.

Table of Contents

Background

Popular fuzzers such as Libfuzzer and AFL have support for running multiple fuzzing processes at once. yFuzz aims to take advantage of this by running each process on a different Kubernetes pod to speed up the fuzzing process.

Projects

  • yFuzz Server: The main API server for yFuzz.
  • yFuzz CLI: A command-line interface for interacting with the yFuzz server.
  • yFuzz Scripts: Docker image with scripts used by yFuzz containers.

Architecture

Architecture Diagram

The yFuzz API resides in a kubernetes cluster along with the pods that run the fuzzing jobs and a shared volume that holds corpus data to be shared between the pods.

Planned:

  • Each fuzzing pod will have a logging sidecar which streams logs from the pod to a centralized logging service.
  • The yFuzz API will have access to a data store with information about users, jobs, and crash files.

Directory Structure

  • cmd: Command line utilities.
  • docs: Documentation relating to yFuzz.
  • images: Dockerfiles used by yFuzz.
  • pkg: Shared libraries and packages.
  • scripts: Scripts for CI tooling.
  • services: Long-running services, such as the yfuzz-server.

Contribute

Please refer to the contributing.md file for information about how to get involved. We welcome issues, questions, and pull requests. Pull Requests are welcome

License

This project is licensed under the terms of the Apache 2.0 open source license.

yfuzz's People

Contributors

ian-fox avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.