Reputation: 133
I have search through ZAP documentation and ZAP Coverage of OWASP Top 10 and have not determined how to automatically check weak password policy and SSL/TLS testing with ZAP.
Is there a plugin in the ZAP Marketplace? Is there an approach using ZAP that could be scripted?
I am using an August 2018 weakly release of ZAP.
Upvotes: 0
Views: 130
Reputation: 1528
To "test" the password policy simply use the app and account creation/password change functionality (as outlined in the link you provided). You can do this by creating appropriate Selenium test cases. (It isn't something that ZAP can to automatically.)
For TLS testing you can checkout the HTTPS Info add-on.
Upvotes: 0