From 8179a2875d598ca6667b1ef7c4bfd381b08a09c2 Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad Date: Sat, 4 May 2024 18:18:28 +0200 Subject: [PATCH] Adding Zato API Test. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11b9bdf..4488b94 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Finally, I'm sure everyone who reads this list has one thing they want to add. P ### Security - [BeEF](http://beefproject.com/) - Manipulate the browser exploiting any XSS vulns you find. - [OWASP ZAP](https://github.com/zaproxy/zaproxy) - This intercepting proxy allows you to see all HTTP traffic and manipulate it in real time. Easy to scan, catalog and exploit security issues. +- [Zato API Test](https://zato.io/en/docs/3.2/api-testing/index.html) - API testing in pure English. No programming needed. Implemented and extendable in Python. ### Make your life easier - [GoodLooks](https://github.com/dashcamio/goodlooks) - Visually validate Playwright tests using AI vision instead of flaky selectors.