adapt icon indicating copy to clipboard operation
adapt copied to clipboard

OWAS-Suite crypst_001 crash

Open thedcpat opened this issue 5 years ago • 0 comments

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

thedcpat avatar Mar 25 '20 13:03 thedcpat