Coder Social home page Coder Social logo

miner's Introduction

MINER

1. Description

We open source the prototype of MINER. MINER is a REST API fuzzer that utilizes three data-driven designs working together to guide the sequence generation, improve the request generation quality, and capture the unique errors caused by incorrect parameter usage. More details can be found in the prepublication PDF (https://arxiv.org/abs/2303.02545).

2. Introduction to Usage

First of all, our code must be placed under the '/home/MINER' path, because we set the absolute path in our code. Of cource, you can can modify the code according to your needs. Since we implement the prototype of MINER based on RESTler, the steps to run MINER are the same as RESTler. For instance, you can follow the guidances of RESTler to generate the grammar, and run the following cmd to start the test.

# /home/MINER/restler_bin_atten/restler/Restler  fuzz --grammar_file /path/to/grammar.py --dictionary_file  /path/to/dict.json --settings /path/to/engine_settings.json --no_ssl  --time_budget  12 

Citation:

@inproceedings{lyu2023miner,
  title={MINER: A Hybrid Data-Driven Approach for REST API Fuzzing},
  author={Lyu, Chenyang and Xu, Jiacheng and Ji, Shouling and Zhang, Xuhong and Wang, Qinying and Zhao, Binbin and Pan, Gaoning and Cao, Wei and Chen, Peng and Beyah, Raheem},
  booktitle = {32th {USENIX} Security Symposium ({USENIX} Security 23)},
  year={2023}
}

miner's People

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.