Skip to content

OWAS-Suite crypst_001 crash #11

@thedcpat

Description

@thedcpat

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions