🔵Pynt Burp CLI Mode

Integrate Pynt with Burp Suite in CLI mode for automated API security testing. Enhance your security assessments directly from the command line with Burp Suite and Pynt.

Pynt Burp is a mode of Pynt that allow scan on traffic captured by Burp suite.

Basic usage

pynt burp --xml <burp_output_file.xml>

Required arguments

--captured-domains - Pynt will scan only these domains and subdomains. For all domains write "*"

Optional arguments

    --port - Set the port pynt will listen to (DEFAULT: 5001)
    --ca-path - The path to the CA file in PEM format
    --proxy-port - Set the port proxied traffic should be routed to (DEFAULT: 6666)
    --report - If present will save the generated report in this path.
    --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.
    --return-error - 'all-findings' (warnings, or errors), 'errors-only', 'never' (default), 

Examples

Last updated