mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 06:47:18 +00:00
9 lines
207 B
Python
Executable file
9 lines
207 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
print("""
|
|
To generate DISARM please:
|
|
cd ../../
|
|
git clone https://github.com/DISARMFoundation/DISARMframeworks.git
|
|
cd DISARMframeworks/CODE
|
|
python3 generate_DISARM_MISP_galaxy.py
|
|
""")
|