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

OWAS-Suite crypst_001 crash #11

Open
thedcpat opened this issue Mar 25, 2020 · 0 comments
Open

OWAS-Suite crypst_001 crash #11

thedcpat opened this issue Mar 25, 2020 · 0 comments

Comments

@thedcpat
Copy link

The OWASP test for crypst_001 fails with this error message:

File "adapt.py", line 318, in
main()
File "adapt.py", line 303, in main
pentester.run()
File "adapt.py", line 71, in run
return self.start_penetration_testing()
File "adapt.py", line 132, in start_penetration_testing
self.owasp_results = owasp.run()
File "/home/lehmanndom/adapt-master/src/owasp_suite.py", line 134, in run
int_res = internal()
File "/home/lehmanndom/adapt-master/src/owasp_suite.py", line 571, in crypst_001
for i in testssl_results["scanResult"][0]["protocols"]:
KeyError: 'protocols'

When turning only this test off, everything works fine.
Running Python 3.6.8

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

1 participant