Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/formalsec/explode-js
- Owner: formalsec
- License: mit
- Created: 2024-05-11T19:22:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T10:29:13.000Z (2 months ago)
- Last Synced: 2024-11-04T11:28:04.929Z (2 months ago)
- Language: OCaml
- Homepage:
- Size: 324 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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