mitre-attck

Impossible to retrieve data form pyattck module

Impossible to retrieve data form pyattck module Question: I am using the pyattck module to retrieve information from mitre att&ck. Versions: – pyattck==7.0.0 – pyattck-data==2.5.2 Then, I just created a simple main.py file to test the module. from pyattck import Attck def main(): attck = Attck() for technique in attck.enterprise.techniques: print(technique.name) if __name__ == ‘__main__’: …

Total answers: 1