diff options
author | W. Kosior <koszko@koszko.org> | 2025-01-08 15:36:13 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-01-08 15:36:13 +0100 |
commit | c3d3454ab666aafe71f0cccc47699e47aaec4377 (patch) | |
tree | c0496e9588618977a5760cb0c0c26ea3db99df8b | |
parent | 7d465de3f9e47a7dd95a5d5db6ecf8b16a2de5ba (diff) | |
download | AGH-threat-intel-course-c3d3454ab666aafe71f0cccc47699e47aaec4377.tar.gz AGH-threat-intel-course-c3d3454ab666aafe71f0cccc47699e47aaec4377.zip |
Rename to `scrape_mitre_groups_info.py`.
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | scrape_mitre_groups_info.py (renamed from scrape_groups_info.py) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ all: $(DEFAULT_TARGETS) tables.md: threats_by_sector_table.py profiles.yaml $(PYTHON) $^ > $@ -profiles_with_scraped_info.yaml: scrape_groups_info.py profiles.yaml +profiles_with_scraped_info.yaml: scrape_mitre_groups_info.py profiles.yaml $(PYTHON) $^ > $@ techniques_table.tex: techniques_table.py profiles_with_scraped_info.yaml @@ -41,7 +41,7 @@ techniques_table.tex: techniques_table.py profiles_with_scraped_info.yaml techniques_table_doc.pdf: techniques_table_doc.tex tlp.tex techniques_table.tex $(LATEXMK) -pdf $< -th-proj-archive.tar.gz: Makefile profiles.yaml scrape_groups_info.py \ +th-proj-archive.tar.gz: Makefile profiles.yaml scrape_mitre_groups_info.py \ tables.md techniques_table_doc.tex techniques_table.py \ threats_by_sector_table.py tlp.tex $(DEFAULT_TARGETS) tar --transform='s|^|th-proj-archive/|' \ diff --git a/scrape_groups_info.py b/scrape_mitre_groups_info.py index ac6956b..ac6956b 100644 --- a/scrape_groups_info.py +++ b/scrape_mitre_groups_info.py |