cridin1
Results
1
comments of
cridin1
I changed the path from which it pulls the json file and it works fine: ```` attack = Attck(enterprise_attck_json="https://raw.githubusercontent.com/mitre/cti/master/enterprise-attack/enterprise-attack.json") print(attack.enterprise.techniques[0].tactics[0].name) ````