Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.26 KB

IOC Fanger GUI

NOTE: This project has been deprecated in favor of the new, interactive documentation.


Build Status

GUI for fanging and defanging indicators of compromise. This is available at http://ioc-fanger.hightower.space.

Credits

This app was created using Floyd Hightower's Flask template: https://github.com/fhightower-templates/flask-template which allows you to create a Flask app in 30-60 seconds (including Postresql support and potential Heroku deployment). This template uses cookiecutter to make it quick, easy, and enjoyable to create projects from templates. If you have not seen either of these projects, you should check them out!

Quick Start

After cloning the repo...

To create a virtual environment for the app, run:

make venv

Clone the app and run the application at http://127.0.0.1:5000/:

make run

To test the app, run:

make test