Leverage Pynt in Command CLI mode for efficient, automated API security testing. Run comprehensive security scans directly from your command-line interface.
Pynt command is a mode of Pynt CLI that runs API security tests from any CLI based functional tests .
To run Pynt command, simply wrap the command line you use for the functional test with pynt command:
Basic usage
pyntcommand--cmd<yourcommandline>
Optional arguments
--cmd-Thecommandthatrunsthefunctionaltests--captured-domains-Pyntwillscanonlythesedomainsandsubdomains.Foralldomainswrite"*"--test-name-AnameforyourPyntscan--port-Settheportpyntwilllistento (DEFAULT: 5001)--allow-errors-Ifpresentwillallowcommandtofailandcontinueexecution--ca-path-ThepathtotheCAfileinPEMformat--proxy-port-Settheportproxiedtrafficshouldberoutedto (DEFAULT: 6666)--report-Ifpresentwillsavethegeneratedreportinthispath.--insecure-Usewhentargetusesselfsignedcertificates--self-signed-UsewhenthefunctionaltestverifySSL--no-proxy-export-Pyntwillnotexporttheproxysettingstotheenvironment--application-id-Attachthescantoanapplication,youcanfindtheIDinyourapplicationsareaatapp.pynt.io --host-ca - Path to a CA file (PEM format) to enable SSL certificate verification for pynt when running through VPN.
--severity-level-'all','medium','high','critical','none' (default) --verbose-Usetogetmoredetailedinformationabouttherun