πŸ”˜Pynt with cURL

Integrate Pynt with cURL for seamless API security testing from the command line. Automate security scans directly within your cURL workflows.

circle-check

What is cURL?

cURL arrow-up-rightis a widely used command-line tool that enables data transfer over various network protocols, including HTTP, HTTPS, FTP, and more. Developers and system administrators frequently use cURL to send requests, test APIs, download files, and debug network services. It supports a vast range of options for handling headers, authentication, and data formats, making it a flexible and powerful tool for network communication.

cURL

Setup

  1. First, make sure Pynt's prerequisites are met.

  2. Follow the instructions to install Pynt container here.


Example of Pynt with cURL

Pynt can work even on a single curl line, just add the following:

  1. --proxy 127.0.0.1:6666

  2. --insecure

  3. escape all " to '/"

For example running on one request to goat application:


circle-info

πŸ’‘ Pynt CLI Troubleshooting: If you're encountering issues with Pynt's CLI, visit the Pynt CLI Troubleshooting Guidearrow-up-right for solutions and troubleshooting tips.

circle-info

πŸ’‘ Still Need Help? For any questions or troubleshooting, reach out to the Pynt Community Supportarrow-up-right.

Last updated