Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tytspot/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TYTSPOT CLI
TYTSPOT CLI helps developers run security scans, review findings, and work with reports directly from the terminal.
Recommended install
Install with npm:
npm install -g @tytspot/cliThen connect the CLI with an API key from the TYTSPOT dashboard:
tytspot auth tyt_your_tytspot_keyQuick start
tytspot scan url https://example.com
tytspot scan url https://example.com -deep
tytspot scan repo https://github.com/j3p3rg/tytspot-cli
tytspot scans list
tytspot report basic scan_123Advanced recon
TYTSPOT CLI keeps standard scanning as the default.
If you want deeper validation, use -deep or --deep:
tytspot scan url https://example.com -deep
tytspot scan url https://example.com --deep
tytspot scan repo https://github.com/j3p3rg/tytspot-cli -deep
tytspot scan repo https://github.com/j3p3rg/tytspot-cli --deep
tytspot scan repo -deep
tytspot scan repo --deepThat tells TYTSPOT to run:
mode: controlled-proofscanProfile: advanced-recon
Binary releases
If you do not want npm, download binaries from:
https://github.com/j3p3rg/tytspot-cli/releases/latest
Production API
The release binaries use the production TYTSPOT API by default:
https://api.tytspot.com/v1