diff options
author | W. Kosior <koszko@koszko.org> | 2024-12-17 11:01:37 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2024-12-17 11:01:37 +0100 |
commit | b05017f6b51cac86bacabcfb905dd98f998c230a (patch) | |
tree | 562a1efda040b3c1ce910a17d40636444d1378b5 /scrape_groups_info.py | |
parent | 9d86df32385bf0c3b5ede618d94a7f17754672c4 (diff) | |
download | AGH-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.py | 1 |
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) |