Git Product home page Git Product logo

fuzzchains's Introduction

FuzzChains

author: fe1w0

Setup

按照以下命令进行环境部署。

mvn

# 编译
mvn clean package -DskipTests

# fuzz - 默认使用 Zest 算法
mvn jqf:fuzz -Djqf.failOnDeclaredExceptions=true -Dclass=xyz.xzaslxr.fuzzing.FuzzChainsTest -Dmethod=fuzz -Dtime=5s

# repro
mvn jqf:repro -Djqf.failOnDeclaredExceptions=true -Dclass=xyz.xzaslxr.fuzzing.FuzzChainsTest -Dmethod=reportFuzz -Dtime=5s -Dinput=/Users/fe1w0/Project/SoftWareAnalysis/Dynamic/FuzzChains/target/fuzz-results/xyz.xzaslxr.fuzzing.FuzzChainsTest/fuzz/failures/id_000000

Usage

Prepare the needed configuration files

使用 DeSerVulnAnalysis(基于doop修改) 扫描,得到 PropertyTree 和 CoveragePath, 这两类文件。

Fuzzing Java libraries

Todo:

  • 1 期目标:
    • 支持以下功能:
      • 提供基本的Fuzzing功能
        • JQF
      • 支持 根据 Property Trees 构造Fuzzing 种子
        • propertyTreeNode
      • 实现 Chains-Coverage Directed Fuzzing
        • 根据 example.jar 手工编写 paths.csv (1.0 版)
        • 编写新的 Guidance,从而实现 Chains-Coverage Directed Fuzzing
      • 可以测试DataSet中的example
  • 2 期目标:
    • 完善 Generator,补充 和 Reference Types
    • 测试真实软件

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.