ent
ent copied to clipboard
An attack tree generator built on electron
Ent
Now on version 0.2.1
An attack tree visualiser built in Node.js, with electron, D3 and React. Create attack trees as text then navigate them as a tree, saving and loading them as you please.

Downloading
Currently the application is only available for Mac:
Contributing
Prerequisites
npm install -g gulp
npm install
Running the application
- To compile and run the application, run
gulp dev - To run the tests, run
gulp test. - To package the app into a distributable application, run
gulp package