We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When using the Enterprise property of the Attck object, the NistControls constructor shows the following error:
__nist_controls_json = NistControls(**Base.config.get_data("nist_controls_json")) TypeError: NistControls.__init__() missing 2 required positional arguments: 'id' and 'type'
To Reproduce
from pyattck import Attck attack = Attck() for technique in attack.enterprise.techniques: print(technique.id) print(technique.name)
Expected behavior The techniques ids and names were expected to be printed on the screen.
The text was updated successfully, but these errors were encountered:
I got the same problem. Have you solved this issue? I tried with default version of 2.1.0 and also 7.1.2, 7.1.1. My python version is 3.8,1
Sorry, something went wrong.
You can try the version of 6.2.0
No branches or pull requests
Describe the bug
When using the Enterprise property of the Attck object, the NistControls constructor shows the following error:
To Reproduce
Expected behavior
The techniques ids and names were expected to be printed on the screen.
The text was updated successfully, but these errors were encountered: