Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/mozilla/seasponge.git
f6d05cd495 | ||
---|---|---|
app | ||
bin | ||
test | ||
.DS_Store | ||
.bowerrc | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
CONTRIBUTING.md | ||
DEVGUIDE.md | ||
Gruntfile.coffee | ||
LICENSE | ||
README.md | ||
bower.json | ||
deploy.sh | ||
package.json |
README.md
SeaSponge
SeaSponge is an accessible web-based threat modeling tool. Please see http://mozilla.github.io/seasponge/ for a live demo of the application.
This project was born with three characteristics in mind:
- Accessibility: We want everyone to be able to map out their infrastructures and generate security reports on any operating-system and on any browser.
- Aesthetics: We're tired of clunky, boring interfaces - we want to bring the pizazz into threat-modeling.
- Intuitive User-Experience: We hate manuals, and we want you to be able to use this software without one.
This is a project currently under heavy construction, pull-requests would be appreciated.
Dependencies
You will need to install the following dependencies! But to make your life easier, you can run sudo bin/setup
Running the App!
Once you have the application and dependencies installed you can start the application locally using:
bin/server
which will run on http://localhost:9000/
Building the Docs
# Build docs to docs/
grunt docs
# Build docs and serve docs/ for web browser
grunt serve:docs