Giter Site home page Giter Site logo

haifengchengguang / iust_deep_fuzz_haifeng Goto Github PK

View Code? Open in Web Editor NEW

This project forked from m-zakeri/iust_deep_fuzz

0.0 0.0 0.0 234.62 MB

Advanced file format fuzzer based-on deep neural language models.

License: MIT License

Python 67.29% C# 1.72% HTML 28.10% Batchfile 2.89%

iust_deep_fuzz_haifeng's Introduction

IUST-DeepFuzz

Before getting started, please read the documentation:

IUST-DeepFuzz Website and Documentation

and watch the DeepFuzz demo:

Video demo

Getting Started

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

Install

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

Running

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

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 models for PDF file format. Our best trained model is available at model_checkpoint/best_models

Available Fuzzing Scripts

ISUT-DeepFuzz has implemented four new deep models and two new fuzz algorithms: DataNeuralFuzz and MetadataNeuralFuzz, as our contributions of the 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 the 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

Recently, I wrote a blog post about our DeepFuzz paper:

FAQs

if you have any questions, please do not hesitate to contact me:

[email protected]

Last update: September 12, 2022

利用深度学习生成模糊测试的输入

主要参考文献 :

Learn&Fuzz: Machine Learning for Input Fuzzing

Format-aware Learn&Fuzz: Deep Test Data Generation for Efficient Fuzzing

主要使用此项目中的simplefuzz算法

在此向这两篇文章的作者表示感谢

iust_deep_fuzz_haifeng's People

Contributors

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