mirror of https://github.com/MISP/PyMISP
Updated README
parent
fdaa4c790c
commit
828aa8e6e3
|
@ -8,6 +8,6 @@ This python script can be used to generate a MISP feed based on data stored in r
|
||||||
git clone https://github.com/CIRCL/PyMISP
|
git clone https://github.com/CIRCL/PyMISP
|
||||||
cd examples/feed-generator-from-redis
|
cd examples/feed-generator-from-redis
|
||||||
cp settings-default.py settings.py
|
cp settings-default.py settings.py
|
||||||
vi settings.py #adjust your settings
|
vi settings.py # adjust your settings
|
||||||
python3 generate.py
|
python3 fromredis.py
|
||||||
````
|
````
|
||||||
|
|
Loading…
Reference in New Issue