Skip to content

formalsec/explode-js

Repository files navigation

Explode-js

Automatic exploit generation for Node.js applications. See examples

Build from source

  • Install the library dependencies:
git clone https://github.com/formalsec/explode-js.git
cd explode-js
opam install . --deps-only
  • Build and test:
dune build
dune runtest
  • Install explode-js on your path by running:
dune install