| ![dependabot[bot]](/assets/img/avatar_default.png) 86cd103026 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||
|---|---|---|
| .. | ||
| app | ||
| conf | ||
| doc | ||
| migrations | ||
| README.md | ||
| app_creation.py | ||
| launch.py | ||
| migrate.py | ||
| pyproject.toml | ||
| requirements.txt | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	MISP-module website
Use all modules with a dedicate website without any MISP
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
Don't forget to install misp-modules...
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
- 
ADMIN_USER: If True, config page will not be accessible
- 
ADMIN_PASSWORD: Password for Admin user ifADMIN_USERis True
Rename config.cfg.sample to config.cfg then edit it:
- 
ADMIN_USER: If True, config page will not be accessible
- 
ADMIN_PASSWORD: Password for Admin user ifADMIN_USERis True
Launch
./launch.sh -l
Admin user
If admin user is active, type /login in url to access a login page and type the password wrote in config.py in ADMIN_PASSOWRD.

