mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-25 16:27:19 +00:00
fix: [misinfosec] fixes inconsistent filename
This commit is contained in:
parent
2b84592ff5
commit
eb594cba0f
3 changed files with 1 additions and 1 deletions
2
tools/gen_amitt.py
Normal file → Executable file
2
tools/gen_amitt.py
Normal file → Executable file
|
@ -164,7 +164,7 @@ def main():
|
|||
amitt.write_amitt_file('../galaxies/misinfosec-amitt-misinformation-pattern.json', galaxy)
|
||||
|
||||
cluster = amitt.make_amitt_cluster()
|
||||
amitt.write_amitt_file('../clusters/misinfosec-amitt-misinformation-technique.json', cluster)
|
||||
amitt.write_amitt_file('../clusters/misinfosec-amitt-misinformation-pattern.json', cluster)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
0
tools/gen_malpedia.py
Normal file → Executable file
0
tools/gen_malpedia.py
Normal file → Executable file
Loading…
Reference in a new issue