Code Monkey home page Code Monkey logo

iust_deep_fuzz's Introduction

IUST-DeepFuzz

Before getting started please read the documentation:

IUST-DeepFuzz Website and Documentation

Getting Started

In the current release (0.3.0) you can use IUST-DeepFuzz for test data generation and then fuzzing every application.

Install

You need to have Python 3.6.x and and up-to-date TensorFlow and Keras frameworks on your computer.

Running

  • Configure the config.py work with your dataset and to set other paths settings.
  • Find the script of specific algorithm that you need.
  • Run the script in command line: python script_name.py
  • Wait until your file format learn and your test data is generate!

Available Pre-trained Models

A pre-trained model is a model that was trained on a large benchmark dataset to solve a problem similar to the one that we want to solve. For the time being, we provided some pre-trained model for PDF file format. Our best trained model is available at model_checkpoint/best_models

Availbale Fuzzing Scripts

ISUT-DeepFuzz has implemented four new deep models and two new fuzz algorithms: DataNeuralFuzz and MetadataNeuralFuzz as our contribution in mentioned thesis. The following algorithms to generate and fuzz test data are available in the current release (r0.3.0):

  • data_neural_fuzz.py: To implement the DataNeuralFuzz algorithm for fuzzing data in the files.
  • metadata_neural_fuzz.py: To implement MetadataNeuralFuzz for fuzzing metadata in the files.
  • learn_and_fuzz_3_sample_fuzz.py: To implement SampleFuzz algorithm introduced in https://arxiv.org/abs/1701.07232.

Available Dataset

Various file format for learning with IUST-DeepFuzz and then fuzz testing is available at dataset directory.

Read More

IUST-DeepFuzz Website and Documentation

FAQs

Last update: April 13, 2020

iust_deep_fuzz's People

Contributors

m-zakeri 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.