mirror of https://github.com/MISP/PyMISP
Create README.md
parent
64f1edd5b4
commit
ef1eda5028
|
@ -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
|
||||
````
|
Loading…
Reference in New Issue