Prerequisites
- 1.Ensure you are working with the Postman app (install from here: https://www.postman.com/downloads). Please note that the Pynt solution is based on docker and requires access to the local host, so it doesn't support the Postman web.
- 2.Ensure the Docker engine is available and running on your machine (install it from here: https://docs.docker.com/engine/install/).
- 3.Ensure that Python is installed.
- 4.Check that your functional test collection is available in your workspace.
- 5.Set any required environment variables for the functional test collection.
- 6.Ensure the target is up.
- Verify you are ready by running your functional test collection vs. your target before executing Pynt’s security tests.
- Pynt utilizes your functional tests to inform the security tests it runs. The more extensive the functional tests are, the more the security tests will cover. More APIs, more users, more requests, and full use of the parameters will trigger broader and richer dynamic security tests.
Last modified 5mo ago