swimlane / pyattck

A Python package to interact with the Mitre ATT&CK Framework
MIT License
468 stars 87 forks source link

Error when trying to iterate through techniques #136

Closed TiiTcHY closed 1 year ago

TiiTcHY commented 1 year ago

Describe the bug when using the example for iterating through the techniques i get the a keyword argument "socks_support"

for technique in attack.enterprise.techniques: print(technique.id)

TypeError: __attrs_init__() got an unexpected keyword argument 'socks_support'

To Reproduce Steps to reproduce the behavior:

Expected behavior i would expect a print out of the current MITRE Techniques

currently using pyattck 7.1.1

MSAdministrator commented 1 year ago

This should be resolved now. Please reopen if not.