summaryrefslogtreecommitdiff
path: root/scrape_groups_info.py
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2024-12-17 11:01:37 +0100
committerW. Kosior <koszko@koszko.org>2024-12-17 11:01:37 +0100
commitb05017f6b51cac86bacabcfb905dd98f998c230a (patch)
tree562a1efda040b3c1ce910a17d40636444d1378b5 /scrape_groups_info.py
parent9d86df32385bf0c3b5ede618d94a7f17754672c4 (diff)
downloadAGH-threat-intel-course-b05017f6b51cac86bacabcfb905dd98f998c230a.tar.gz
AGH-threat-intel-course-b05017f6b51cac86bacabcfb905dd98f998c230a.zip
Remove `profiles_path' constant.
Diffstat (limited to 'scrape_groups_info.py')
-rw-r--r--scrape_groups_info.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scrape_groups_info.py b/scrape_groups_info.py
index c9d28c9..2037b85 100644
--- a/scrape_groups_info.py
+++ b/scrape_groups_info.py
@@ -13,7 +13,6 @@ import requests
import yaml
mitre_pages_path = Path(".") / "scraping" / "attack.mitre.org"
-profiles_path = Path('./profiles.yaml')
def mitre_page_download(path):
response = requests.get('https://attack.mitre.org/' + path)