Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formalsec/explode-js

Public mirror for Explode.js
https://github.com/formalsec/explode-js

Last synced: about 2 months ago
JSON representation

Public mirror for Explode.js

Awesome Lists containing this project

README

        

# Explode-js

Automatic exploit generation for Node.js applications. See [examples]

### Build from source

- Install the library dependencies:

```sh
git clone https://github.com/formalsec/explode-js.git
cd explode-js
opam install . --deps-only
```

- Build and test:

```sh
dune build
dune runtest
```

- Install `explode-js` on your path by running:

```sh
dune install
```

[examples]: ./example