-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels