misp-modules/website
David Cruciani 3372ee508e
chg: [website] screen for misp-module
2024-02-27 11:21:49 +01:00
..
app fix: [website] print and css 2024-02-27 11:21:29 +01:00
doc chg: [website] readme 2024-02-27 11:20:46 +01:00
migrations chg: [website] history add input attr 2024-02-12 15:33:47 +01:00
README.md chg: [website] readme 2024-02-27 11:20:46 +01:00
app.py chg: [website] screen for misp-module 2024-02-27 11:21:49 +01:00
config.py chg: [website] readme 2024-02-27 11:20:46 +01:00
launch.sh chg: [website] screen for misp-module 2024-02-27 11:21:49 +01:00
pyproject.toml chg: [website] rename 2024-02-09 13:55:39 +01:00
requirements.txt chg: [website] history add input attr 2024-02-12 15:33:47 +01:00

README.md

MISP-module website

Use all modules with a dedicate website without any MISP

home

query

Installation

It is strongly recommended to use a virtual environment

If you want to know more about virtual environments, python has you covered

sudo apt-get install screen -y
pip install -r requirements.txt
git submodule init && git submodule update   ## Initialize misp-objects submodule
python3 app.py -i                            ## Initialize db

Config

Edit config.py

  • SECRET_KEY: Secret key for the app

  • FLASK_URL : url for the instance

  • FLASK_PORT: port for the instance

  • MISP_MODULE: url and port where misp-module is running

Launch

./launch.sh -l