Giter Club home page Giter Club logo

fuzz-tools's Introduction

Fuzz-tools

z1-crashes-classification-tool

描述

这是一个基于asan+afl的fuzz crashes分类工具(2023-03-31) 会去除重复的样本,写这个tool的原因是其他的检测工具没有装上

用法如下

usage: main.py [-h] -p P -c C [-m M] [-o O] [-v]

Description of your program

optional arguments:
  -h, --help     show this help message and exit
  -p P           application
  -c C           crashes folder
  -m M           command
  -o O           save result
  -v, --version  show program's version number and exit

-p 是程序

-c 是crash保存的目录

-m 是程序执行crash的参数,如果没有则不填

-o 是保存结果,可以不填

用mjs来演示

$ python3 main.py -p /home/ubuntu/asan_fuzz_mjs/mjs/build/mjs -c /home/ubuntu/mjs_fuzz/fuzz_out/crashes

/home/ubuntu/asan_fuzz_mjs/mjs/build/mjs 这是目标文件(编译的时候加上-fsanitize=address)

/home/ubuntu/mjs_fuzz/out/crashes 这是fuzz之后的crashes存放目录

界面

Todo

  • 适用于输入流

  • 支持更多的参数

fuzz-tools's People

Contributors

z1r00 avatar

Stargazers

lioders avatar Orochi 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.