🔘Pynt with cURL
Integrate Pynt with cURL for seamless API security testing from the command line. Automate security scans directly within your cURL workflows.
Curl
Curl is a command-line tool used for transferring data using various network protocols. It supports protocols like HTTP, HTTPS, FTP, and more, making it a versatile tool for interacting with the web and servers. You can use curl to download files, upload data, and even test APIs by sending requests directly from the terminal.
Example of Pynt with curl
Pynt can work even on a single curl line, just add the following:
--proxy 127.0.0.1:6666
--insecure
escape all " to '/"
For example running on one request to goat application:
Last updated