Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to iterate through techniques #136

Closed
TiiTcHY opened this issue Apr 3, 2023 · 1 comment
Closed

Error when trying to iterate through techniques #136

TiiTcHY opened this issue Apr 3, 2023 · 1 comment

Comments

@TiiTcHY
Copy link

TiiTcHY commented Apr 3, 2023

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:

  • Create a python script with the following code:
    from pyattck import Attck
    attack = Attck()
    for technique in attack.enterprise.techniques:
    print(technique.id)

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

currently using pyattck 7.1.1

@MSAdministrator
Copy link
Collaborator

This should be resolved now. Please reopen if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants