PyMISP/examples/feed-generator/README.md

14 lines
287 B
Markdown

# What
This python script can be used to generate a MISP feed based on an existing MISP instance.
# Installation
````
git clone https://github.com/CIRCL/PyMISP
cd examples/feed-generator
cp settings-default.py settings.py
vi settings.py #adjust your settings
python3 generate.py
````