From fe6de000c9e6d856217357a356d96be337a226a0 Mon Sep 17 00:00:00 2001 From: Corsin Camichel Date: Mon, 27 Feb 2023 16:43:26 +0100 Subject: [PATCH] Update mitre_attack_csv.py updating download url for json file --- mitre_attack_csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitre_attack_csv.py b/mitre_attack_csv.py index ea5756a..85d274c 100755 --- a/mitre_attack_csv.py +++ b/mitre_attack_csv.py @@ -5,7 +5,7 @@ import requests -url = "https://github.com/mitre/cti/raw/master/enterprise-attack/enterprise-attack.json" +url = "https://raw.githubusercontent.com/mitre/cti/master/enterprise-attack/enterprise-attack.json" outfile = "enterprise-attack.csv" print("Fetching latest enterprise-attack.json ...")