Merge pull request #93 from deralexxx/patch-6

Create README.md
pull/95/head
Alexandre Dulaunoy 2017-06-20 12:00:10 +02:00 committed by GitHub
commit d59a15dbf9
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# 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
````