Run Pynt Container
Learn why running the Pynt container is crucial for local tests and how the Postman CLI facilitates communication for seamless security scans.
Setup
First, make sure Pynt's prerequisites are met.
Follow the instructions to install Pynt container here.
Running Pynt CLI Command for Postman
Basic usage
pynt postman
Optional arguments
--port - set the port pynt will listen to (DEFAULT: 5001)
--insecure - use when target uses self signed certificates
--host-ca - path to the CA file in PEM format to enable SSL certificate verification for pynt when running through a VPN.
Last updated