Skip to content

baac/jsfuzz

 
 

Repository files navigation

JSFuzz

Requirements

Installation

  1. Clone this repository
  2. Download the compressed JS Engines file (instructions here) and extract it in js_engines folder
  3. Open a terminal window, go to project folder and run: $> sudo ln -s $(pwd)/js_engines/radamsa /usr/bin/radamsa to create a simbolic link for radamsa binary

Running

  • Open a terminal window, go to project folder and run: $> tox

Docker

  1. Download and extract the js engines (see js_engines/README files)
  2. Build the image (docker build -t jsfuzz .)
  3. Run the container (docker run -t --rm -v /path/to/jsfuzz/repo:/jsfuzz jsfuzz
  4. See the output + logs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Python 0.6%
  • C++ 0.5%
  • HTML 0.0%
  • CSS 0.0%
  • Makefile 0.0%