🔘Newman (Postman CLI)

Run Pynt API security tests on a locally stored postman collection from a terminal

Important Notes:

  • Please verify the above by running your functional test collection vs. your target before executing the Pynt security test.

  • Pynt utilizes your functional tests to perform the security tests. The more extensive the functional tests are, the more the security tests will cover. For example, more APIs, more users, more requests and full use of the parameters will trigger broader and richer dynamic security tests.

Here is an example:

wget https://raw.githubusercontent.com/pynt-io/pynt/main/goat_functional_tests/goat.postman_collection.json
pynt newman --collection goat.postman_collection.json

Last updated